Triggered by Gerrit: https://git.eclipse.org/r/c/cbi/org.eclipse.cbi.p2repo.aggregator/+/81540 Running as SYSTEM Agent basic-1tbln is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-1tbln" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cbi.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-1tbln" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -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: "basic-1tbln" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.gradle/daemon" name: "volume-6" readOnly: false - mountPath: "/home/jenkins/.gradle/caches" name: "volume-5" readOnly: false - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - 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/.gradle/gradle.properties" name: "gradle-secret-dir" readOnly: true subPath: "gradle.properties" - mountPath: "/home/jenkins/.gradle/workers" name: "volume-8" readOnly: false - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.gradle/native" name: "volume-7" readOnly: false - 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/.gradle/wrapper" name: "volume-9" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-8" - emptyDir: medium: "" name: "volume-7" - emptyDir: medium: "" name: "volume-9" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" - emptyDir: medium: "" name: "volume-6" - emptyDir: medium: "" name: "volume-5" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-cbi" readOnly: true - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - name: "gradle-secret-dir" secret: secretName: "gradle-secret-dir" Building remotely on basic-1tbln in workspace /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-mOeU7qFr3rRF/agent.64 SSH_AGENT_PID=66 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit@tmp/private_key_1654012595207599608.key (/home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit@tmp/private_key_1654012595207599608.key) [ssh-agent] Using credentials genie.cbi (genie.cbi (ssh://projects-storage.eclipse.org)) The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/cbi/org.eclipse.cbi.p2repo.aggregator > git init /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/cbi/org.eclipse.cbi.p2repo.aggregator > git --version # timeout=10 > git --version # 'git version 2.26.2' > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/cbi/org.eclipse.cbi.p2repo.aggregator +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/cbi/org.eclipse.cbi.p2repo.aggregator # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/cbi/org.eclipse.cbi.p2repo.aggregator # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/cbi/org.eclipse.cbi.p2repo.aggregator > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/cbi/org.eclipse.cbi.p2repo.aggregator refs/changes/40/81540/10 # timeout=10 > git rev-parse a4ec37fa2207a5b8b4259b8a3df40ab741b3351e^{commit} # timeout=10 Checking out Revision a4ec37fa2207a5b8b4259b8a3df40ab741b3351e (refs/changes/40/81540/10) > git config core.sparsecheckout # timeout=10 > git checkout -f a4ec37fa2207a5b8b4259b8a3df40ab741b3351e # timeout=10 Commit message: "Bug 501424 - Generate equivalent pom.xml and category.xml" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk eed20ae2f84bca264498ac671cf96993d51c45c2 # timeout=10 No emails were triggered. [cbi.p2repo.aggregator_gerrit] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.cbi.p2repo.releng.parent/pom.xml clean verify -U -B -Pbree-libs Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.7, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.7+10 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.6.19-300.fc32.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/pom.xml [INFO] Fetching org.eclipse.core.runtime_3.19.0.v20200724-1004.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (33.42kB) [INFO] Fetching 2.23&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ [INFO] Fetching 5072dc81e7ec001a11a694594ff872fa from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/5c/ (484.32kB) [INFO] Fetching 3039f6c5e7ec001a11a694594ff872fa from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/7f/ (84.06kB) [INFO] Fetching org.eclipse.ecf_3.9.100.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200611-2221/plugins/ (48.05kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (58.11kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (32.04kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (107.88kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (50.94kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.800.v20200813-0739.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (55.51kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (74.47kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (47.99kB) [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (46.11kB) [INFO] Fetching org.kohsuke.args4j_2.33.0.v20160323-2218.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (73.73kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (41.25kB) [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (55.59kB) [INFO] Fetching org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (77.12kB) [INFO] Fetching org.eclipse.equinox.common_3.13.0.v20200828-1034.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (57.14kB) [INFO] Fetching org.eclipse.osgi_3.16.0.v20200828-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (468.73kB) [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (42.08kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.400.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200611-2221/plugins/ (27.12kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (12.22kB) [INFO] Fetching 10818181e7ec001a11a694594ff872fa from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/5/ (114.54kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (38.9kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20191115185527/repository/ [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/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/R20191115185527/repository/plugins/ (81.19kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (24.18kB) [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (44.56kB) [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.edit:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.edit:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.edit/pom.xml [INFO] Fetching 60c900cee7ec001a11a694594ff872fa from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/7/ (96.61kB) [INFO] Fetching 30c2a0d3e7ec001a11a694594ff872fa from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/7a/ (50.81kB) [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.edit:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor/pom.xml [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (9.67MB) [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (1.28MB) [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (328.72kB) [INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (36.58kB) [INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (2.86MB) [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (13kB) [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (102.39kB) [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (63.23kB) [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (14.47kB) [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (255.73kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (95.26kB) [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200522-1203/plugins/ (143.6kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (155.55kB) [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (43.97kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (30.65kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200522-1203/plugins/ (333.78kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (109.72kB) [INFO] Fetching org.eclipse.core.resources_3.13.800.v20200706-2152.jar from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (875.68kB) [INFO] Fetching 103a6ed6e7ec001a11a694594ff872fa from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/1a/ (108.27kB) [INFO] Fetching org.eclipse.ui.ide_3.17.200.v20200808-0622.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (954.52kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.0.v20200812-2334.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (238.57kB) [INFO] Fetching org.eclipse.jface.text_3.16.400.v20200807-0831.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (316.68kB) [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (33.67kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.1.300.v20191014-1219.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (17.99kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (43.28kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (46.62kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (44.5kB) [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (32.85kB) [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (43.01kB) [INFO] Fetching org.eclipse.core.databinding_1.10.0.v20200815-1752.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (56.85kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (82.74kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (44.71kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (27.79kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (13.76kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (25.88kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.400.v20200622-1247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (27.95kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (7.72kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (16.43kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (21.73kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (107.16kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (23.02kB) [INFO] Fetching org.eclipse.swt_3.115.0.v20200831-1002.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (16.03kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (13.16kB) [INFO] Fetching org.eclipse.jface_3.21.0.v20200821-1458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (363.19kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1300.v20200615-1701.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (66.19kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1100.v20200819-0632.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (65.59kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (16.47kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (9.76kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.0.v20200807-0944.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (27.59kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (7.94kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.800.v20200828-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (110.31kB) [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (16.65kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (9.45kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.400.v20200828-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (84.58kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1100.v20200703-0611.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (49.82kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1300.v20200829-1411.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (94.53kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1100.v20200619-0644.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (60.83kB) [INFO] Fetching org.eclipse.jface.databinding_1.12.0.v20200717-1533.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (77.7kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (13.07kB) [INFO] Fetching org.eclipse.urischeme_1.1.100.v20200729-2048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (21.97kB) [INFO] Fetching a01e0f62e7ec001a11a694594ff872fa from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/4/ (59.55kB) [INFO] Fetching org.eclipse.ui_3.118.0.v20200807-0902.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (339.77kB) [INFO] Fetching org.eclipse.ui.views_3.10.400.v20200611-1719.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (48.2kB) [INFO] Fetching org.eclipse.ui.workbench_3.120.0.v20200829-1411.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (966.73kB) [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (23.97kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (19.47kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (34.56kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (13.86kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (105.81kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (16.64kB) [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (120.7kB) [INFO] Fetching org.eclipse.jface.notifications_0.2.0.v20200810-0826.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (14.64kB) [INFO] Fetching org.eclipse.text_3.10.300.v20200807-0831.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (100.11kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.0.v20200831-1002.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (958.24kB) [INFO] Fetching org.eclipse.ui.navigator_3.9.400.v20200723-2304.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (131kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (16.71kB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.115.0.v20200831-1002.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (973.78kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.115.0.v20200831-1002.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (1.1MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.115.0.v20200831-1002.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (833.29kB) [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor.feature/pom.xml [INFO] Fetching org.eclipse.license_2.0.1.v20180423-1114.jar from http://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/features/ (13.05kB) [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.maven:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.maven/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.maven:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.maven/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.maven:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.maven/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.legacy:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.legacy:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.legacy:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.legacy.ui:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.legacy.ui:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.legacy.ui:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli.product:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli.product:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product/pom.xml [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (31.52kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (75.47kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (34.83kB) [INFO] Fetching org.eclipse.m2e.archetype.common_1.16.0.20200610-1735.jar from https://download.eclipse.org/technology/m2e/releases/1.16.2/plugins/ (1.92MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.16.0.20200610-1735.jar from https://download.eclipse.org/technology/m2e/releases/1.16.2/plugins/ (7.22MB) [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.16.0.20200610-1735.jar from https://download.eclipse.org/technology/m2e/releases/1.16.2/plugins/ (19.43kB) [INFO] Fetching org.eclipse.m2e.maven.indexer_1.16.0.20200610-1735.jar from https://download.eclipse.org/technology/m2e/releases/1.16.2/plugins/ (1.08MB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.600.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200611-2221/features/ (19.71kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.400.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200611-2221/plugins/ (9.93kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.400.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200611-2221/features/ (19.68kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.100.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200611-2221/plugins/ (20.35kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.600.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200611-2221/plugins/ (44.98kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.800.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200611-2221/features/ (27.8kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.300.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200611-2221/plugins/ (35.73kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.400.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200611-2221/features/ (27.9kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200611-2221/plugins/ (7.35kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.300.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200611-2221/features/ (23.71kB) [INFO] Fetching org.eclipse.equinox.console_1.4.200.v20200828-1034.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (51.55kB) [INFO] Fetching org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (17.46kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.100.v20200811-1344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (103.18kB) [INFO] Fetching org.eclipse.equinox.core.feature_1.12.0.v20200828-1034.jar from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/features/ (19.19kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (29.97kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1300.v20200819-0940.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (39.64kB) [INFO] Fetching org.eclipse.equinox.executable_3.8.900.v20200819-0940.jar from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/features/ (290.21kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.900.v20200819-0940 from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/binary/ (17.29kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (35.76kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (22.35kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.900.v20200808-1311.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (31.94kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (24.56kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.700.v20200813-0739.jar from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/features/ (19.66kB) [INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (43.22kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200113-2105.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200522-1203/plugins/ (17.36kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200611-2221/plugins/ (14.29kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1300.v20200819-0940.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (81.96kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.900.v20200819-0940 from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/binary/ (154.82kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (37.04kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1300.v20200819-0940.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (69.69kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.900.v20200819-0940 from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/binary/ (26.46kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (12.67kB) [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli.product:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli.product.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli.product.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli.product.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.edit:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.edit:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.edit:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven.indexer:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven.indexer:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven.indexer:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven.indexer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven.indexer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven.indexer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.tycho:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.tycho/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.tycho:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.tycho/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.tycho:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.tycho/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.tests:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.tests:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.tests/pom.xml [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (284.7kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (29.18kB) [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.tests:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.site.eclipse:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.site.eclipse/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.site.eclipse:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.site.eclipse/pom.xml [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (9.67MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (1.28MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (328.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (328.72kB) [INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (36.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (36.58kB) [INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (2.86MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (102.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (63.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (14.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (255.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200522-1203/plugins/ (143.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (82.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (155.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.16.0.v20200828-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (468.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (43.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (30.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200522-1203/plugins/ (333.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (109.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.19.0.v20200724-1004.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (33.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching 5072dc81e7ec001a11a694594ff872fa from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/5c/ (484.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching 3039f6c5e7ec001a11a694594ff872fa from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/7f/ (84.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf_3.9.100.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200611-2221/plugins/ (48.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (58.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (32.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (107.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (50.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.800.v20200813-0739.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (55.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (74.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (47.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching 60c900cee7ec001a11a694594ff872fa from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/7/ (96.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching 103a6ed6e7ec001a11a694594ff872fa from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/1a/ (108.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.17.200.v20200808-0622.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (954.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.17.200.v20200808-0622.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (954.52kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.0.v20200812-2334.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (238.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.16.400.v20200807-0831.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (316.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (33.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching 10818181e7ec001a11a694594ff872fa from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/5/ (114.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (42.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.console_1.1.300.v20191014-1219.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (17.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (43.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (46.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.kohsuke.args4j_2.33.0.v20160323-2218.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (73.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (44.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (46.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (284.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.118.0.v20200807-0902.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (339.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (32.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (43.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.13.0.v20200828-1034.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (57.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (41.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (55.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (55.59kB) [INFO] Fetching org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (77.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.10.0.v20200815-1752.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (56.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (82.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (44.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (27.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (13.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (25.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (22.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.400.v20200622-1247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (27.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (7.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (7.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (16.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (21.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (107.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (23.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.115.0.v20200831-1002.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (16.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (13.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.21.0.v20200821-1458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (363.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.21.0.v20200821-1458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (363.19kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1300.v20200615-1701.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (66.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1100.v20200819-0632.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (65.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (16.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (9.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.0.v20200807-0944.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (27.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (7.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.800.v20200828-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (110.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (16.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (9.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.400.v20200828-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (84.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching 30c2a0d3e7ec001a11a694594ff872fa from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/7a/ (50.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1100.v20200703-0611.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (49.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1300.v20200829-1411.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (94.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1100.v20200619-0644.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (60.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.12.0.v20200717-1533.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (77.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.1.100.v20200729-2048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (21.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.identity_3.9.400.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.9/site.p2/3.14.8.v20200611-2221/plugins/ (27.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (12.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching a01e0f62e7ec001a11a694594ff872fa from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/4/ (59.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.10.400.v20200611-1719.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (48.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.120.0.v20200829-1411.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (966.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (23.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (19.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (34.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (44.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (38.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (116.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (81.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (24.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (13.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (105.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (16.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (44.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (120.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.notifications_0.2.0.v20200810-0826.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (14.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.10.300.v20200807-0831.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (100.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.0.v20200831-1002.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (958.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.9.400.v20200723-2304.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (131kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (16.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.115.0.v20200831-1002.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (973.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.115.0.v20200831-1002.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (1.1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.115.0.v20200831-1002.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (833.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.115.0.v20200831-1002.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (833.29kB) [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.site.eclipse:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.site.eclipse/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.tests.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.tests.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.tests.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.tests.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.tests.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.util:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.util/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.util:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.util/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.util:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.util/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.cbi.p2repo.releng.parent [pom] [INFO] org.eclipse.cbi.p2repo.util [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.cli [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.p2 [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.p2.edit [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.edit [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.p2.maven [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.engine.maven [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.engine [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.editor [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.legacy [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.engine.feature [eclipse-feature] [INFO] org.eclipse.cbi.p2repo.aggregator.legacy.ui [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.editor.feature [eclipse-feature] [INFO] org.eclipse.cbi.p2repo.p2.maven.indexer [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.p2.maven.indexer.feature [eclipse-feature] [INFO] org.eclipse.cbi.p2repo.cli.product.feature [eclipse-feature] [INFO] org.eclipse.cbi.p2repo.cli.product [eclipse-repository] [INFO] org.eclipse.cbi.tycho [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.p2.tests [eclipse-plugin] [INFO] org.eclipse.cbi.p2repo.aggregator.prereqs [eclipse-target-definition] [INFO] org.eclipse.cbi.p2repo.tests.feature [eclipse-feature] [INFO] org.eclipse.cbi.p2repo.site.eclipse [eclipse-repository] [INFO] [INFO] --------< org.eclipse.cbi:org.eclipse.cbi.p2repo.releng.parent >-------- [INFO] Building org.eclipse.cbi.p2repo.releng.parent 1.0.300-SNAPSHOT [1/24] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.releng.parent --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.releng.parent --- [INFO] [INFO] ------------< org.eclipse.cbi:org.eclipse.cbi.p2repo.util >------------- [INFO] Building org.eclipse.cbi.p2repo.util 1.0.300-SNAPSHOT [2/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.util --- [INFO] The project's OSGi version is 1.0.300.20190930-1609 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.util --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.cbi.p2repo.util --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.util/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.util/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.util --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.util/target/org.eclipse.cbi.p2repo.util-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.util --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.util/target/org.eclipse.cbi.p2repo.util-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.util --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.util:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.util/pom.xml [INFO] [INFO] -------------< org.eclipse.cbi:org.eclipse.cbi.p2repo.cli >------------- [INFO] Building org.eclipse.cbi.p2repo.cli 1.0.300-SNAPSHOT [3/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.cli --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.cli --- [INFO] The project's OSGi version is 1.0.300.20190930-1609 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.cli --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.cli --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.cbi.p2repo.cli --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.cli --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli/target/org.eclipse.cbi.p2repo.cli-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.cli --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.cli --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli/target/org.eclipse.cbi.p2repo.cli-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.cli --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli/pom.xml [INFO] [INFO] -------------< org.eclipse.cbi:org.eclipse.cbi.p2repo.p2 >-------------- [INFO] Building org.eclipse.cbi.p2repo.p2 1.0.300-SNAPSHOT [4/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.p2 --- [INFO] The project's OSGi version is 1.0.300.20200619-1617 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.p2 --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.p2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.cbi.p2repo.p2 --- [INFO] Compiling 68 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.p2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.p2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2/target/org.eclipse.cbi.p2repo.p2-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.p2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2/target/org.eclipse.cbi.p2repo.p2-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.p2 --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2/pom.xml [INFO] [INFO] ---------< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator >---------- [INFO] Building org.eclipse.cbi.p2repo.aggregator 1.0.300-SNAPSHOT [5/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] The project's OSGi version is 1.0.300.20200825-1205 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] Compiling 152 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/target/classes [WARNING] /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/src/org/eclipse/cbi/p2repo/aggregator/p2view/impl/RepositoryBrowserImpl.java:[294] switch (childStatus.getCode()) { ^^^^^^^^^^^^^^^^^^^^^ The enum constant OK needs a corresponding case label in this enum switch on StatusCode 26. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/src/org/eclipse/cbi/p2repo/aggregator/impl/MetadataRepositoryReferenceImpl.java (at line 337) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 27. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/src/org/eclipse/cbi/p2repo/aggregator/impl/ValidationSetImpl.java (at line 449) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 28. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/src/org/eclipse/cbi/p2repo/aggregator/p2view/impl/FragmentsImpl.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 29. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/src/org/eclipse/cbi/p2repo/aggregator/p2view/impl/PropertiesImpl.java (at line 107) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 30. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/src/org/eclipse/cbi/p2repo/aggregator/p2view/impl/ProductsImpl.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 31. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/src/org/eclipse/cbi/p2repo/aggregator/impl/MavenMappingImpl.java (at line 359) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 32. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/src/org/eclipse/cbi/p2repo/aggregator/impl/AvailableVersionImpl.java (at line 247) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 32 problems (0 errors, 1 warning, 1 info) [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/target/org.eclipse.cbi.p2repo.aggregator-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/target/org.eclipse.cbi.p2repo.aggregator-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator/pom.xml [INFO] [INFO] -----------< org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.edit >----------- [INFO] Building org.eclipse.cbi.p2repo.p2.edit 1.0.300-SNAPSHOT [6/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] The project's OSGi version is 1.0.300.20200619-1617 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.edit/target/org.eclipse.cbi.p2repo.p2.edit-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.edit/target/org.eclipse.cbi.p2repo.p2.edit-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.p2.edit --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.edit:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.edit/pom.xml [INFO] [INFO] -------< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.edit >------- [INFO] Building org.eclipse.cbi.p2repo.aggregator.edit 1.0.300-SNAPSHOT [7/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] The project's OSGi version is 1.0.300.20201005-1011 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] Compiling 67 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.edit/target/org.eclipse.cbi.p2repo.aggregator.edit-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.edit/target/org.eclipse.cbi.p2repo.aggregator.edit-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.edit --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.edit:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.edit/pom.xml [INFO] [INFO] ----------< org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven >----------- [INFO] Building org.eclipse.cbi.p2repo.p2.maven 1.0.300-SNAPSHOT [8/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] The project's OSGi version is 1.0.300.20201005-1103 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] Compiling 187 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/target/classes [WARNING] /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/loader/Maven2RepositoryLoader.java:[799] repository.getPropertyMap().remove(IRepository.PROP_COMPRESSED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unlikely argument type String for remove(Object) on a Collection> [WARNING] /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/loader/Maven2RepositoryLoader.java:[802] repository.getPropertyMap().remove(IRepository.PROP_TIMESTAMP); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unlikely argument type String for remove(Object) on a Collection> [WARNING] /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/pom/impl/PomPackageImpl.java:[9] import static org.eclipse.cbi.p2repo.p2.maven.pom.PomPackage.RESOURCE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cbi.p2repo.p2.maven.pom.PomPackage.RESOURCE is never used 20. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/pom/impl/NotifiersTypeImpl.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 21. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/pom/impl/OtherArchivesTypeImpl.java (at line 80) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 22. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/pom/impl/DevelopersTypeImpl.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 23. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/pom/impl/ReportSetsTypeImpl.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 24. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/pom/impl/ModulesTypeImpl.java (at line 78) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 25. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/pom/impl/PluginRepositoriesTypeImpl.java (at line 96) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 26. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/pom/impl/ContributorsTypeImpl.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 27. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/pom/impl/ReportingPluginsTypeImpl.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 28. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/pom/impl/ReportSetReportsTypeImpl.java (at line 78) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 29. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/pom/impl/IncludesTypeImpl.java (at line 78) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 30. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/pom/impl/MailingListsTypeImpl.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 31. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/pom/impl/TestResourcesTypeImpl.java (at line 96) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 32. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/pom/impl/RolesTypeImpl.java (at line 78) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 33. INFO in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/org/eclipse/cbi/p2repo/p2/maven/pom/impl/ProfilesTypeImpl.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 33 problems (0 errors, 3 warnings, 3 info) [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/target/org.eclipse.cbi.p2repo.p2.maven-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/target/org.eclipse.cbi.p2repo.p2.maven-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.p2.maven --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven/pom.xml [INFO] [INFO] ---< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.maven >--- [INFO] Building org.eclipse.cbi.p2repo.aggregator.engine.maven 1.0.300-SNAPSHOT [9/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] The project's OSGi version is 1.0.300.20200619-1617 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.maven/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.maven/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.maven/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.maven/target/org.eclipse.cbi.p2repo.aggregator.engine.maven-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.maven/target/org.eclipse.cbi.p2repo.aggregator.engine.maven-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.engine.maven --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.maven:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.maven/pom.xml [INFO] [INFO] ------< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine >------ [INFO] Building org.eclipse.cbi.p2repo.aggregator.engine 1.0.300-SNAPSHOT [10/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] The project's OSGi version is 1.0.300.20201005-1014 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine/target/org.eclipse.cbi.p2repo.aggregator.engine-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine/target/org.eclipse.cbi.p2repo.aggregator.engine-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.engine --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine/pom.xml [INFO] [INFO] ------< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor >------ [INFO] Building org.eclipse.cbi.p2repo.aggregator.editor 1.0.300-SNAPSHOT [11/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] The project's OSGi version is 1.0.300.20191025-1245 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor/target/org.eclipse.cbi.p2repo.aggregator.editor-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor/target/org.eclipse.cbi.p2repo.aggregator.editor-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.editor --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor/pom.xml [INFO] [INFO] ------< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.legacy >------ [INFO] Building org.eclipse.cbi.p2repo.aggregator.legacy 1.0.300-SNAPSHOT [12/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] The project's OSGi version is 1.0.300.20190930-1609 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy/target/org.eclipse.cbi.p2repo.aggregator.legacy-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy/target/org.eclipse.cbi.p2repo.aggregator.legacy-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.legacy --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.legacy:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy/pom.xml [INFO] [INFO] --< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.feature >-- [INFO] Building org.eclipse.cbi.p2repo.aggregator.engine.feature 1.0.300-SNAPSHOT [13/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] Deleting /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] The project's OSGi version is 1.0.300.20201005-1103 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.feature/target/org.eclipse.cbi.p2repo.aggregator.engine.feature-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.feature/target/org.eclipse.cbi.p2repo.aggregator.engine.feature-1.0.300-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.engine.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.engine.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.engine.feature/pom.xml [INFO] [INFO] ----< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.legacy.ui >----- [INFO] Building org.eclipse.cbi.p2repo.aggregator.legacy.ui 1.0.300-SNAPSHOT [14/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] The project's OSGi version is 1.0.300.20190930-1609 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy.ui/target/org.eclipse.cbi.p2repo.aggregator.legacy.ui-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy.ui/target/org.eclipse.cbi.p2repo.aggregator.legacy.ui-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.legacy.ui --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.legacy.ui:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.legacy.ui/pom.xml [INFO] [INFO] --< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor.feature >-- [INFO] Building org.eclipse.cbi.p2repo.aggregator.editor.feature 1.0.300-SNAPSHOT [15/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] Deleting /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] The project's OSGi version is 1.0.300.20201005-1103 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor.feature/target/org.eclipse.cbi.p2repo.aggregator.editor.feature-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor.feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor.feature/target/org.eclipse.cbi.p2repo.aggregator.editor.feature-1.0.300-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.cbi.p2repo.aggregator.editor.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.editor.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.aggregator.editor.feature/pom.xml [INFO] [INFO] ------< org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven.indexer >------- [INFO] Building org.eclipse.cbi.p2repo.p2.maven.indexer 1.0.300-SNAPSHOT [16/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.p2.maven.indexer --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.p2.maven.indexer --- [INFO] The project's OSGi version is 1.0.300.20201005-1011 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.p2.maven.indexer --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.p2.maven.indexer --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.p2.maven.indexer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.cbi.p2repo.p2.maven.indexer --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.p2.maven.indexer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.p2.maven.indexer --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer/target/org.eclipse.cbi.p2repo.p2.maven.indexer-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.p2.maven.indexer --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.p2.maven.indexer --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer/target/org.eclipse.cbi.p2repo.p2.maven.indexer-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.p2.maven.indexer --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven.indexer:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer/pom.xml [INFO] [INFO] --< org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven.indexer.feature >--- [INFO] Building org.eclipse.cbi.p2repo.p2.maven.indexer.feature 1.0.300-SNAPSHOT [17/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.p2.maven.indexer.feature --- [INFO] Deleting /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.p2.maven.indexer.feature --- [INFO] The project's OSGi version is 1.0.300.20201005-1103 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.p2.maven.indexer.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.p2.maven.indexer.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.p2.maven.indexer.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.p2.maven.indexer.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.cbi.p2repo.p2.maven.indexer.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer.feature/target/org.eclipse.cbi.p2repo.p2.maven.indexer.feature-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.p2.maven.indexer.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven.indexer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer.feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cbi.p2repo.p2.maven.indexer.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.cbi.p2repo.p2.maven.indexer.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer.feature/target/org.eclipse.cbi.p2repo.p2.maven.indexer.feature-1.0.300-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.cbi.p2repo.p2.maven.indexer.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.maven.indexer.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.maven.indexer.feature/pom.xml [INFO] [INFO] -----< org.eclipse.cbi:org.eclipse.cbi.p2repo.cli.product.feature >----- [INFO] Building org.eclipse.cbi.p2repo.cli.product.feature 1.0.300-SNAPSHOT [18/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] Deleting /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] The project's OSGi version is 1.0.300.20201005-1103 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product.feature/target/org.eclipse.cbi.p2repo.cli.product.feature-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli.product.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product.feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product.feature/target/org.eclipse.cbi.p2repo.cli.product.feature-1.0.300-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.cbi.p2repo.cli.product.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.cli.product.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product.feature/pom.xml [INFO] [INFO] ---------< org.eclipse.cbi:org.eclipse.cbi.p2repo.cli.product >--------- [INFO] Building org.eclipse.cbi.p2repo.cli.product 1.0.300-SNAPSHOT [19/24] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] The project's OSGi version is 1.0.300.I20201012-1256 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0, config.a.jre.javase 15.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-products (default-publish-products) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-categories (default-publish-categories) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:assemble-repository (default-assemble-repository) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:archive-repository (default-archive-repository) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] Building zip: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product/target/org.eclipse.cbi.p2repo.cli.product-1.0.300-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director-plugin:2.0.0:materialize-products (materialize-products) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] Installing product org.eclipse.cbi.p2repo.cli.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product/macosx/cocoa/x86_64/cbiAggr.app Installing org.eclipse.cbi.p2repo.cli.product 1.0.100.I20201012-1256. Operation completed in 3203 ms. [INFO] Installing product org.eclipse.cbi.p2repo.cli.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product/win32/win32/x86_64/cbiAggr Installing org.eclipse.cbi.p2repo.cli.product 1.0.100.I20201012-1256. Operation completed in 2353 ms. [INFO] Installing product org.eclipse.cbi.p2repo.cli.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product/linux/gtk/x86_64/cbiAggr Installing org.eclipse.cbi.p2repo.cli.product 1.0.100.I20201012-1256. Operation completed in 2078 ms. [INFO] [INFO] --- tycho-p2-director-plugin:2.0.0:archive-products (archive-products) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] Building tar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-macosx.cocoa.x86_64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.cli.product/target/products/org.eclipse.cbi.p2repo.cli.product-linux.gtk.x86_64.tar.gz [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (saveproperties) @ org.eclipse.cbi.p2repo.cli.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] ---------------< org.eclipse.cbi:org.eclipse.cbi.tycho >---------------- [INFO] Building org.eclipse.cbi.tycho 0.1.0-SNAPSHOT [20/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.tycho --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.tycho --- [INFO] The project's OSGi version is 0.1.0.20201012-1246 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.tycho --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.tycho --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.tycho --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.tycho/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.cbi.tycho --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.tycho/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.cbi.tycho --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.tycho/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.tycho --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.tycho/target/org.eclipse.cbi.tycho-0.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.tycho --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.cbi.tycho --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.tycho/target/org.eclipse.cbi.tycho-0.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.tycho --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.tycho:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.tycho/pom.xml [INFO] [INFO] ----------< org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.tests >----------- [INFO] Building org.eclipse.cbi.p2repo.p2.tests 1.0.300-SNAPSHOT [21/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] The project's OSGi version is 1.0.300.20200619-1617 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.tests/target/org.eclipse.cbi.p2repo.p2.tests-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.tests/target/org.eclipse.cbi.p2repo.p2.tests-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.p2.tests --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.p2.tests:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.p2.tests/pom.xml [INFO] [INFO] -----< org.eclipse.cbi:org.eclipse.cbi.p2repo.aggregator.prereqs >------ [INFO] Building org.eclipse.cbi.p2repo.aggregator.prereqs 1.0.300-SNAPSHOT [22/24] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.aggregator.prereqs --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.aggregator.prereqs --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-target-definition (default-package-target-definition) @ org.eclipse.cbi.p2repo.aggregator.prereqs --- [INFO] [INFO] --------< org.eclipse.cbi:org.eclipse.cbi.p2repo.tests.feature >-------- [INFO] Building org.eclipse.cbi.p2repo.tests.feature 1.0.300-SNAPSHOT [23/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.tests.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] The project's OSGi version is 1.0.300.20200619-1617 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.tests.feature/target/org.eclipse.cbi.p2repo.tests.feature-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.tests.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.tests.feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] Fetching org.junit.source_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (136.47kB) [INFO] Building jar: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.tests.feature/target/org.eclipse.cbi.p2repo.tests.feature-1.0.300-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.eclipse.cbi.p2repo.tests.feature --- [INFO] No baseline version MavenProject: org.eclipse.cbi:org.eclipse.cbi.p2repo.tests.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.tests.feature/pom.xml [INFO] [INFO] --------< org.eclipse.cbi:org.eclipse.cbi.p2repo.site.eclipse >--------- [INFO] Building org.eclipse.cbi.p2repo.site.eclipse 1.0.300-SNAPSHOT [24/24] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.cbi.p2repo.site.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cbi.p2repo.site.eclipse --- [INFO] The project's OSGi version is 1.0.300.20201012-1246 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.cbi.p2repo.site.eclipse --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.cbi.p2repo.site.eclipse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.site.eclipse/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.cbi.p2repo.site.eclipse --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.cbi.p2repo.site.eclipse --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.cbi.p2repo.site.eclipse --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0, config.a.jre.javase 15.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-products (default-publish-products) @ org.eclipse.cbi.p2repo.site.eclipse --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-categories (default-publish-categories) @ org.eclipse.cbi.p2repo.site.eclipse --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.cbi.p2repo.site.eclipse --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:assemble-repository (default-assemble-repository) @ org.eclipse.cbi.p2repo.site.eclipse --- [INFO] Fetching org.junit.source_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (136.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:archive-repository (default-archive-repository) @ org.eclipse.cbi.p2repo.site.eclipse --- [INFO] Building zip: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.site.eclipse/target/org.eclipse.cbi.p2repo.site.eclipse-1.0.300-SNAPSHOT.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.cbi.p2repo.releng.parent 1.0.300-SNAPSHOT SUCCESS [ 0.724 s] [INFO] org.eclipse.cbi.p2repo.util 1.0.300-SNAPSHOT ....... SUCCESS [ 17.092 s] [INFO] org.eclipse.cbi.p2repo.cli 1.0.300-SNAPSHOT ........ SUCCESS [ 0.550 s] [INFO] org.eclipse.cbi.p2repo.p2 1.0.300-SNAPSHOT ......... SUCCESS [ 2.213 s] [INFO] org.eclipse.cbi.p2repo.aggregator 1.0.300-SNAPSHOT . SUCCESS [ 2.401 s] [INFO] org.eclipse.cbi.p2repo.p2.edit 1.0.300-SNAPSHOT .... SUCCESS [ 0.811 s] [INFO] org.eclipse.cbi.p2repo.aggregator.edit 1.0.300-SNAPSHOT SUCCESS [ 1.073 s] [INFO] org.eclipse.cbi.p2repo.p2.maven 1.0.300-SNAPSHOT ... SUCCESS [ 2.022 s] [INFO] org.eclipse.cbi.p2repo.aggregator.engine.maven 1.0.300-SNAPSHOT SUCCESS [ 0.509 s] [INFO] org.eclipse.cbi.p2repo.aggregator.engine 1.0.300-SNAPSHOT SUCCESS [ 1.080 s] [INFO] org.eclipse.cbi.p2repo.aggregator.editor 1.0.300-SNAPSHOT SUCCESS [ 1.131 s] [INFO] org.eclipse.cbi.p2repo.aggregator.legacy 1.0.300-SNAPSHOT SUCCESS [ 0.584 s] [INFO] org.eclipse.cbi.p2repo.aggregator.engine.feature 1.0.300-SNAPSHOT SUCCESS [ 0.697 s] [INFO] org.eclipse.cbi.p2repo.aggregator.legacy.ui 1.0.300-SNAPSHOT SUCCESS [ 0.695 s] [INFO] org.eclipse.cbi.p2repo.aggregator.editor.feature 1.0.300-SNAPSHOT SUCCESS [ 0.279 s] [INFO] org.eclipse.cbi.p2repo.p2.maven.indexer 1.0.300-SNAPSHOT SUCCESS [ 0.525 s] [INFO] org.eclipse.cbi.p2repo.p2.maven.indexer.feature 1.0.300-SNAPSHOT SUCCESS [ 0.203 s] [INFO] org.eclipse.cbi.p2repo.cli.product.feature 1.0.300-SNAPSHOT SUCCESS [ 0.388 s] [INFO] org.eclipse.cbi.p2repo.cli.product 1.0.300-SNAPSHOT SUCCESS [ 21.421 s] [INFO] org.eclipse.cbi.tycho 0.1.0-SNAPSHOT ............... SUCCESS [ 0.568 s] [INFO] org.eclipse.cbi.p2repo.p2.tests 1.0.300-SNAPSHOT ... SUCCESS [ 0.591 s] [INFO] org.eclipse.cbi.p2repo.aggregator.prereqs 1.0.300-SNAPSHOT SUCCESS [ 0.009 s] [INFO] org.eclipse.cbi.p2repo.tests.feature 1.0.300-SNAPSHOT SUCCESS [ 0.515 s] [INFO] org.eclipse.cbi.p2repo.site.eclipse 1.0.300-SNAPSHOT SUCCESS [ 21.798 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:00 min [INFO] Finished at: 2020-10-12T12:59:04Z [INFO] ------------------------------------------------------------------------ [cbi.p2repo.aggregator_gerrit] $ /bin/sh -xe /tmp/jenkins5923824703703938175.sh + org.eclipse.cbi.p2repo.releng.parent/buildScripts/testOurRepo.sh 2020-10-12 12:59:06 URL:http://download.eclipse.org/cbi/updates/analyzers/4.6/I20161201-1633/org.eclipse.cbi.p2repo.analyzers.product_I20161201-1633_linux.gtk.x86_64.tar.gz [8339034/8339034] -> "/home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/testarea/org.eclipse.cbi.p2repo.analyzers.product_I20161201-1633_linux.gtk.x86_64.tar.gz" [1] [INFO] Found the built repo in /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/org.eclipse.cbi.p2repo.site.eclipse/target/org.eclipse.cbi.p2repo.site.eclipse-1.0.300-SNAPSHOT.zip [INFO] computedReferenceRepo: /home/data/httpd/download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209 [INFO] referenceRepo: /home/data/httpd/download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.osgi.storage.FrameworkExtensionInstaller (file:/home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/testarea/p2analyze/plugins/org.eclipse.osgi_3.11.1.v20160708-1632.jar) to method java.net.URLClassLoader.addURL(java.net.URL) WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.storage.FrameworkExtensionInstaller WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release output: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/reporeports/reports/versionPatterns.txt output: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/reporeports/reports/nonUniqueVersions.txt output: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/reporeports/reports/featureNames.html output: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/reporeports/reports/bundleNames.html output: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/reporeports/reports/providerNames.html Number of IUs during license check: 8 Number features or products during license check: 8 output: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/reporeports/reports/copyrights.html output: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/reporeports/reports/descriptions.html output: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/reporeports/reports/versionChecks.html Number in reference from raw count:168 Number in reference from set:168 Number in current from raw count:176 Number in current from set: 176 Number in reference missing from current: 0 Number in common in reference and current: 155 Number in current missing from reference: 7 Number in common in reference and current: 155 output: /home/jenkins/agent/workspace/cbi.p2repo.aggregator_gerrit/reporeports/reports/versionChecksFeatures.html all feature groups IUs Number in reference from raw count:8 Number in reference from set: 8 Number in current from raw count:8 Number in current from set: 8 Number in reference missing from current: 0 Number in common in reference and current: 8 Number in current missing from reference: 0 Number in common in reference and current: 8 Reports completed as expected. Took: 2.998 min P2analyze: GTK+ Version Check $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 66 killed; [ssh-agent] Stopped. Archiving artifacts Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds No emails were triggered. Finished: SUCCESS