Started by user Sravan Kumar Lakkimsetti Running as Sravan Kumar Lakkimsetti Agent jipp-centos-7-agent-6gb-nrx23 is provisioned from template jipp-centos-7-agent-6gb --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "de02caf14dbfcb1d94e30c9c37462a09f82dcb33" jenkins/label: "centos-7-6gb" name: "jipp-centos-7-agent-6gb-nrx23" namespace: "platform" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.platform.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "jipp-centos-7-agent-6gb-nrx23" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "jipp-centos-7-agent-6gb-nrx23" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.platform.svc.cluster.local/platform/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "6144Mi" requests: cpu: "1000m" memory: "6144Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-platform" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on jipp-centos-7-agent-6gb-nrx23 (centos-7-6gb) in workspace /home/jenkins/agent/workspace/eclipse-aggregator-master [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git > git init /home/jenkins/agent/workspace/eclipse-aggregator-master # timeout=10 Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git > git --version # timeout=10 > git --version # 'git version 2.36.1' > git fetch --tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 863c9fcbd0a873a2a619fb5e91f6abcf63a7ff04 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 863c9fcbd0a873a2a619fb5e91f6abcf63a7ff04 # timeout=10 Commit message: "Build input for build I20220917-1800" > git rev-list --no-walk 863c9fcbd0a873a2a619fb5e91f6abcf63a7ff04 # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.eclipse.jdt.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.path # timeout=10 > git config --get submodule.eclipse.jdt.core.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.core.path # timeout=10 > git config --get submodule.eclipse.jdt.core.binaries.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.core.binaries.path # timeout=10 > git config --get submodule.eclipse.jdt.debug.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.debug.path # timeout=10 > git config --get submodule.eclipse.jdt.ui.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.ui.path # timeout=10 > git config --get submodule.eclipse.pde.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.pde.path # timeout=10 > git config --get submodule.eclipse.platform.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.path # timeout=10 > git config --get submodule.eclipse.platform.common.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.common.path # timeout=10 > git config --get submodule.eclipse.platform.debug.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.debug.path # timeout=10 > git config --get submodule.eclipse.platform.releng.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.releng.path # timeout=10 > git config --get submodule.eclipse.platform.swt.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.swt.path # timeout=10 > git config --get submodule.eclipse.platform.swt.binaries.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.swt.binaries.path # timeout=10 > git config --get submodule.eclipse.platform.text.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.text.path # timeout=10 > git config --get submodule.eclipse.platform.ua.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.ua.path # timeout=10 > git config --get submodule.eclipse.platform.ui.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.ui.path # timeout=10 > git config --get submodule.rt.equinox.binaries.url # timeout=10 > git config -f .gitmodules --get submodule.rt.equinox.binaries.path # timeout=10 > git config --get submodule.equinox.url # timeout=10 > git config -f .gitmodules --get submodule.equinox.path # timeout=10 > git config --get submodule.rt.equinox.p2.url # timeout=10 > git config -f .gitmodules --get submodule.rt.equinox.p2.path # timeout=10 > git config --get submodule.eclipse.platform.ui.tools.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.ui.tools.path # timeout=10 > git submodule update --init --recursive eclipse.jdt # timeout=10 > git submodule update --init --recursive eclipse.jdt.core # timeout=10 > git submodule update --init --recursive eclipse.jdt.core.binaries # timeout=10 > git submodule update --init --recursive eclipse.jdt.debug # timeout=10 > git submodule update --init --recursive eclipse.jdt.ui # timeout=10 > git submodule update --init --recursive eclipse.pde # timeout=10 > git submodule update --init --recursive eclipse.platform # timeout=10 > git submodule update --init --recursive eclipse.platform.common # timeout=10 > git submodule update --init --recursive eclipse.platform.debug # timeout=10 > git submodule update --init --recursive eclipse.platform.releng # timeout=10 > git submodule update --init --recursive eclipse.platform.swt # timeout=10 > git submodule update --init --recursive eclipse.platform.swt.binaries # timeout=10 > git submodule update --init --recursive eclipse.platform.text # timeout=10 > git submodule update --init --recursive eclipse.platform.ua # timeout=10 > git submodule update --init --recursive eclipse.platform.ui # timeout=10 > git submodule update --init --recursive rt.equinox.binaries # timeout=10 > git submodule update --init --recursive equinox # timeout=10 > git submodule update --init --recursive rt.equinox.p2 # timeout=10 > git submodule update --init --recursive eclipse.platform.ui.tools # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [eclipse-aggregator-master] $ Xvnc -help Starting xvnc [eclipse-aggregator-master] $ Xvnc :24 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Sun Sep 18 12:00:35 2022 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5924 vncext: created VNC server for screen 0 [eclipse-aggregator-master] $ /bin/sh -xe /tmp/jenkins6114165733113935647.sh + unset JAVA_TOOL_OPTIONS + unset _JAVA_OPTIONS + git clean -f -d -x Removing .Xauthority-8903237763045694403 + git reset --hard HEAD HEAD is now at 863c9fcb Build input for build I20220917-1800 + git submodule foreach git clean -f -d -x Entering 'eclipse.jdt' Entering 'eclipse.jdt.core' Entering 'eclipse.jdt.core.binaries' Entering 'eclipse.jdt.debug' Entering 'eclipse.jdt.ui' Entering 'eclipse.pde' Entering 'eclipse.platform' Entering 'eclipse.platform.common' Entering 'eclipse.platform.debug' Entering 'eclipse.platform.releng' Entering 'eclipse.platform.swt' Entering 'eclipse.platform.swt.binaries' Entering 'eclipse.platform.text' Entering 'eclipse.platform.ua' Entering 'eclipse.platform.ui' Entering 'eclipse.platform.ui.tools' Entering 'equinox' Entering 'rt.equinox.binaries' Entering 'rt.equinox.p2' + git submodule foreach git reset --hard HEAD Entering 'eclipse.jdt' HEAD is now at 1c9e929 Version bumps for 4.26 stream Entering 'eclipse.jdt.core' HEAD is now at 6cc3c6a76d Call hierarchy doesn't work for Java 11 java.util.Timer.sched #332 Entering 'eclipse.jdt.core.binaries' HEAD is now at 1f70e82 POM and product version changes for 4.26 release Entering 'eclipse.jdt.debug' HEAD is now at ba10314cf Improve slow launch on big workspace (closes #73) (#74) Entering 'eclipse.jdt.ui' HEAD is now at 545a112eba Bump version number post Update ASTView and JEView Marketplace Entries for 4.25 Entering 'eclipse.pde' HEAD is now at 48208075e8 Version increment for 4.26 Entering 'eclipse.platform' HEAD is now at d0ccf1ec07 fix error message when jobs/Bug_412138 is run as plain java test Entering 'eclipse.platform.common' HEAD is now at f9f544856 Document removed deprecated method and constructor in PopupDialog Entering 'eclipse.platform.debug' HEAD is now at ce98e2d08 Use groupId=org.eclipse.platform Entering 'eclipse.platform.releng' HEAD is now at 2d6793d9 Improve the enrichment logic to ensure accuracy and correctness (#115) Entering 'eclipse.platform.swt' HEAD is now at 401f115313 v4956r6 Entering 'eclipse.platform.swt.binaries' HEAD is now at 91acaca71 v4956r6 Entering 'eclipse.platform.text' HEAD is now at 81e0abc24 Use EditorUI preferences in TextMergeViewer with GenericEditor Entering 'eclipse.platform.ua' HEAD is now at 058619054 Fix typo in scmURL (#54) Entering 'eclipse.platform.ui' HEAD is now at b453b4aaf8 Remove deprecated method and constructor in PopupDialog Entering 'eclipse.platform.ui.tools' HEAD is now at c4b278c5 JavaAttribute.getAttributes() should catch InaccessibleObjectException (#27) Entering 'equinox' HEAD is now at a3a9628da [Build] Remove duplicated property definition from Jenkinsfile Entering 'rt.equinox.binaries' HEAD is now at cf3f4f5 Recompiled binaries Entering 'rt.equinox.p2' HEAD is now at 0c75aaea9 Move all products to dedicated folder and use more pomless and clean up [eclipse-aggregator-master] $ /bin/sh -xe /tmp/jenkins18236643141626379638.sh + git checkout master Switched to a new branch 'master' branch 'master' set up to track 'origin/master'. + git pull --rebase Already up to date. + git submodule foreach git checkout master Entering 'eclipse.jdt' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.jdt.core' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.jdt.core.binaries' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.jdt.debug' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.jdt.ui' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.pde' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.common' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.debug' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.releng' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.swt' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.swt.binaries' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.text' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.ua' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.ui' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.ui.tools' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'equinox' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'rt.equinox.binaries' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'rt.equinox.p2' Switched to branch 'master' Your branch is up to date with 'origin/master'. + git submodule foreach git pull --rebase Entering 'eclipse.jdt' Already up to date. Entering 'eclipse.jdt.core' Already up to date. Entering 'eclipse.jdt.core.binaries' Already up to date. Entering 'eclipse.jdt.debug' Already up to date. Entering 'eclipse.jdt.ui' Already up to date. Entering 'eclipse.pde' Already up to date. Entering 'eclipse.platform' Already up to date. Entering 'eclipse.platform.common' Already up to date. Entering 'eclipse.platform.debug' Already up to date. Entering 'eclipse.platform.releng' Already up to date. Entering 'eclipse.platform.swt' Already up to date. Entering 'eclipse.platform.swt.binaries' Already up to date. Entering 'eclipse.platform.text' Already up to date. Entering 'eclipse.platform.ua' Already up to date. Entering 'eclipse.platform.ui' Already up to date. Entering 'eclipse.platform.ui.tools' Already up to date. Entering 'equinox' Already up to date. Entering 'rt.equinox.binaries' Already up to date. Entering 'rt.equinox.p2' Already up to date. [eclipse-aggregator-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DskipTests=true -DskipTests=true -Dmaven.repo.local=/home/jenkins/agent/workspace/eclipse-aggregator-master/.repository -e -U clean verify -Pbree-libs Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.1, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.1 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ### Using TychoRepositoryTransport for remote P2 access (You can disable this with -Dtycho.p2.transport=ecf) ### [INFO] Cache location: /home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/.cache/tycho [INFO] Transport mode: online [INFO] Update mode: forced [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@87f8146... [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.9.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 71.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.14.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.27, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.23.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.7.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.13.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.26-I-builds [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt:3.18.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.formatterapp:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool.tests:1.3.150-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.builder:3.11.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.model:3.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.performance:3.11.50-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.core:3.7.50-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.core:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.ui:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.tests:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.tests:3.5.50-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt.tests:1.2.150-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.binaries:1.0.250-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.19.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.19.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@87f8146... [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.9.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 71.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.14.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.27, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.23.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.7.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.13.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.macosx:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.ui.macosx:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.tests:3.11.1800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.ui:3.12.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ltk:org.eclipse.ltk.core.refactoring:3.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ltk:org.eclipse.ltk.ui.refactoring:3.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.text.tests:3.13.1800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.text.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests:3.14.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ltk:org.eclipse.ltk.core.refactoring.tests:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ltk:org.eclipse.ltk.ui.refactoring.tests:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests.refactoring:3.14.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.27.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit:3.15.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.core:3.11.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.runtime:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit4.runtime:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit5.runtime:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.unittest.junit:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.ui.unittest.junit.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools:1.2.1100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.annotations:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.annotations/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.tests:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.tests/pom.xml [WARNING] [f20d803c-cd8d-43c6-8a68-9bd858cb6bfa][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.license,2.0.2.v20181016-2210 have severely compromised security. Please report this concern to the artifact provider. [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.ui:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.core:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.tests:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.ui:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.annotations:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.annotations/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ua.core:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ua.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ua.ui:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde:3.13.2100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.core:3.15.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime:3.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime.tests:3.6.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.launching:3.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.launching/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.runtime:3.7.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.runtime/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ui:3.13.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates:3.7.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ui.tests:3.11.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ui.tests.smartimport:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests.smartimport/pom.xml [WARNING] [f20d803c-cd8d-43c6-8a68-9bd858cb6bfa][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] The digest algorithms (md5) used to verify osgi.bundle,org.json,1.0.0.v201011060100 have severely compromised security. Please report this concern to the artifact provider. [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.spy.core:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.spy.bundle:0.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.bundle/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.spy.event:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.event/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.spy.css:0.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.css/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.spy.model:0.12.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.model/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.spy.context:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.context/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.spy.preferences:0.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.preferences/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.tools.layout.spy:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.tools.layout.spy/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates.tests:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.ui.trace:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.ui.trace/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.genericeditor.extension:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.genericeditor.extension.tests:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.unittest.junit:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.unittest.junit/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.build:3.11.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.build.tests:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde:3.14.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde.unittest.junit.feature:org.eclipse.pde.unittest.junit:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde.unittest.junit-feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.update.configurator:3.4.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.update.configurator.tests:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ant.core:3.6.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ant.launching:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.launching/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ant.ui:3.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ant.tests.core:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ant.tests.ui:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.platform:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.platform/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.sdk:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.sdk/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.contenttype:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.expressions:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.jobs:3.13.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.runtime:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tools:1.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.tools/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.contexts:1.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.di:1.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.annotations:1.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.extensions:0.17.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.extensions.supplier:0.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.services:2.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.runtime.feature:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/features/org.eclipse.core.runtime.feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.contenttype.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.contenttype.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.expressions.tests:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.expressions.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.harness:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.harness/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.runtime:3.20.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.runtime/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.tests:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.e4.core.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.compare:3.8.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare/.polyglot.META-INF [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[win32/win32/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@87f8146... [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.9.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 71.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.14.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.27, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.23.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.7.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.13.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.compare.win32:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.win32/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.compare.core:3.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.net:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jsch.core:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jsch.ui:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.team.core:3.9.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.team.ui:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.team.genericeditor.diff.extension:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.genericeditor.diff.extension/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.net:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.ui.net/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.compare.examples:3.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.compare.examples.xml:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples.xml/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.team.examples.filesystem:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.team.examples.filesystem/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@87f8146... [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.9.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 71.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.14.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.27, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.23.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.7.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.13.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.net.linux:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.linux/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.net.win32:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.net.win32.x86_64:1.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.compare.tests:3.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.compare.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.tests.net:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.core.tests.net/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jsch:org.eclipse.jsch.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.jsch.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.team:org.eclipse.team.tests.core:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.team.tests.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filesystem:1.9.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/.polyglot.META-INF [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@87f8146... [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.9.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 71.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.14.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.27, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.23.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.7.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.13.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.aarch64:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/ppc64le], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@87f8146... [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.9.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 71.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.14.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.27, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.23.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.7.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.13.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.ppc64le:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.x86_64:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.macosx:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.macosx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.win32.x86_64:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.resources:3.18.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.resources.win32.x86_64:3.5.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.resources.spysupport:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.spysupport/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tools.resources:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.tools.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.filesystem:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/examples/org.eclipse.ui.examples.filesystem/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.filesystem.feature:4.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.filesystem.feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources:3.10.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant:3.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant1:3.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant2:3.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant3:3.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.rcp:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/features/org.eclipse.e4.rcp/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.commands:3.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.commands/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding:1.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding.beans:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding.observable:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding.property:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.emf.xpath:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.bindings:0.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.core:0.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt:0.14.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt.theme:0.13.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.di:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.dialogs:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.ide:3.16.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.model.workbench:2.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.progress:0.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.services:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.swt.gtk:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.swt.win32:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.widgets:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench:1.13.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt:1.4.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt:0.15.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.e4:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.12.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.swt:0.16.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench3:0.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface:3.27.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.databinding:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.notifications:0.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui:3.201.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.browser:3.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.browser/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.cocoa:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.forms:3.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.ide:3.19.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.ide.application:1.4.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.monitoring:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.navigator:3.10.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.navigator.resources:3.8.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.themes:1.2.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.themes/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.views:3.11.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.views.log:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.views.properties.tabbed:3.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.win32:3.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.win32/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.workbench:3.126.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.urischeme:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.urischeme/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands.tests:0.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.emf.xpath.test:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.bindings.tests:0.13.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.tests:0.14.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.tests.css.core:1.301.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.tests.css.swt:0.11.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt.test:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.tests:1.3.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.tests.databinding:1.11.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.tests.databinding.conformance:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.tests.notifications:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.notifications/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.tests.urischeme:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.ide.application.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.monitoring.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests:3.15.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests.browser:3.3.100 @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.browser/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests.forms:3.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests.harness:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests.navigator:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests.performance:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests.pluginchecks:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests.rcp:3.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests.views.properties.tabbed:3.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.demo.cssbridge:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.examples.job:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.examples.databinding:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.snippets:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.snippets/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.adapterservice:0.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.adapterservice/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.contributions:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.fieldassist:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.job:3.2.0 @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.markerHelp:3.1.100 @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.markerHelp/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.multipageeditor:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.navigator:3.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.propertysheet:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.readmetool:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.undo:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.uriSchemeHandler:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.views.properties.tabbed.article:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.forms.examples:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.platform.doc.isv:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml [WARNING] [f20d803c-cd8d-43c6-8a68-9bd858cb6bfa][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] The digest algorithms (md5) used to verify osgi.bundle,javax.servlet.jsp,2.2.0.v201112011158 have severely compromised security. Please report this concern to the artifact provider. [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.platform.doc.user:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.platform.doc.tips:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.isv:3.14.1800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.user:3.15.1600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.doc.user:3.14.1800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.externaltools:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.externaltools/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.variables:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.variables/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.debug.core:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.debug.examples.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.debug.examples.memory:1.103.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.memory/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.debug.examples.mixedmode:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.debug.examples.ui:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.debug:org.eclipse.debug.tests:3.12.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.debug.ui:3.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.debug.ui.launchview:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.debug:org.eclipse.debug.ui.launchview.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.console:3.11.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.console/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.externaltools:3.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.externaltools/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.unittest.ui:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.unittest.ui/.polyglot.META-INF [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@87f8146... [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.9.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 71.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.14.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.27, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.23.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.7.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.13.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt:3.121.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.fragments.localbuild:3.105.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.tools.base:3.107.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.tools.spies:3.108.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.tools:3.109.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.examples:3.107.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.examples.browser.demos:3.107.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.examples.launcher:3.107.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.examples.ole.win32:3.108.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.examples.views:3.107.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.tests:3.106.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt.tools.feature:org.eclipse.swt.tools.feature:3.108.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.tests.gtk:3.108.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64:3.121.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@87f8146... [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.9.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 71.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.14.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.27, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.23.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.7.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.13.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64:3.121.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64:3.121.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le:3.121.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64:3.121.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64:3.121.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers.tests:3.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jface:org.eclipse.jface.text.tests:3.12.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.search.tests:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.text.tests:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.editors.tests:3.12.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.workbench.texteditor.tests:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers:3.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.text:3.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.text:3.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.workbench.texteditor:3.16.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.editors:3.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.search:3.14.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.javaeditor:3.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.jface.text.examples:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.genericeditor:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.genericeditor.tests:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.genericeditor.examples:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.text.quicksearch:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.text.quicksearch.tests:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.help:org.eclipse.help:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.help:org.eclipse.help.base:4.3.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.help.ui:4.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.help:org.eclipse.help.webapp:3.10.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.webapp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ua:org.eclipse.ua.tests:3.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ua:org.eclipse.ua.tests.doc:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.cheatsheets:3.7.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.cheatsheets/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.intro:3.6.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.universal:3.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.universal/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.quicklinks:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.intro.quicklinks.examples:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.intro.solstice.examples:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.tips.core:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.tips.ui:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.tips.ide:0.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ide/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.tips.json:0.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.json/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.tips.feature:0.2.1800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.help:infocenter-product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-product/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui.tool:org.eclipse.e4.tools:4.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.services:4.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.services/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.compat:4.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.emf.editor3x:4.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.emf.ui:4.7.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.tools.jdt.templates:4.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui.tool:org.eclipse.e4.tools.test:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui.tools/tests/org.eclipse.e4.tools.test/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui.tools:org.eclipse.e4.core.tools.feature:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui.tools/features/org.eclipse.e4.core.tools.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:3.22.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.feature:1.13.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.sdk:3.23.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.sdk:3.23.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.core:1.14.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.core/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.jetty:1.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.jetty/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.simple:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.simple/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm.test:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm.test/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.15.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.app/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.10.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.16.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.11.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.registry/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.concurrent/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.3.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.101.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.macosx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.linux/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.jaas.fragment/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.2.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.coordinator/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.device/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.event/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.jetty/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.registry/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.8.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servletbridge/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.log.stream/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.metatype/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.region/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.servletbridge/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.slf4j.stub/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.hook/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.xslt/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.useradmin/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching.j9/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.hook/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.18.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.osgi.compatibility.state:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.compatibility.state/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.osgi.services:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.services/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.osgi.util:3.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.util/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/supplement/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.16.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin:2.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin.equinox:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.frameworkadmin.test:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.artifact.repository:1.4.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.console:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.core:2.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.director:2.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.director.app:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.directorywatcher:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery.compatibility:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.engine:2.7.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.extensionlocation:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.garbagecollector:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.installer:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.jarprocessor:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.metadata:2.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.metadata.repository:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.operations:2.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.publisher:1.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.reconciler.dropins:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.repository:2.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.repository.tools:2.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.touchpoint.eclipse:2.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.touchpoint.natives:1.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.transport.ecf:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui:2.7.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.importexport:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.admin:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.admin.rcp:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.discovery:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.updatechecker:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.updatesite:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.simpleconfigurator:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.simpleconfigurator.manipulator:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.publisher.eclipse:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.sdk:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.sdk.scheduler:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.reconciler.product:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests:1.8.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.discovery:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.ui:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.p2.tests.verifier:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.core.feature:1.6.1600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.extras.feature:1.4.1800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery.feature:1.2.1100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.sdk:3.11.1800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.rcp.feature:1.4.1800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.user.ui:2.4.1800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.server.p2:1.12.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.server.p2/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.discovery:2.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.prestartupdate:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkui:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.optional.junit:3.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcp:org.eclipse.rcp:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.releng:org.eclipse.releng.tests:3.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.releng.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk:org.eclipse.sdk.examples:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk:org.eclipse.sdk.tests:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.test:org.eclipse.test:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.test:org.eclipse.test.performance:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.test:org.eclipse.test.performance.win32:3.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.help.feature:org.eclipse.help:2.3.1200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.help-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform.feature:org.eclipse.platform:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.platform-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcp.feature:org.eclipse.rcp:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk.examples:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk.tests:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.test.feature:org.eclipse.test:3.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.test-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcp.configuration:org.eclipse.rcp.configuration:1.1.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@87f8146... [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.9.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 71.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.14.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.27, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.23.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.7.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.13.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: eclipse.platform.releng.tychoeclipsebuilder:org.eclipse.rt.osgistarterkit.product:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.releng.tychoeclipsebuilder:equinox-sdk:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@87f8146... [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.9.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 71.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.14.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.27, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.23.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.7.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.13.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: eclipse.platform.releng.tychoeclipsebuilder:eclipse-junit-tests:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml [INFO] Resolving dependencies of MavenProject: eclipse.platform.repository:eclipse.platform.repository:4.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml [WARNING] The project org.eclipse:eclipse-platform-parent:pom:4.26.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] eclipse-platform-parent [pom] [INFO] eclipse-sdk-prereqs [eclipse-target-definition] [INFO] eclipse jdt [pom] [INFO] parent [pom] [INFO] org.eclipse.osgi [eclipse-plugin] [INFO] [bundle] Common Eclipse Runtime [eclipse-plugin] [INFO] eclipse.platform.ui [pom] [INFO] [aggregator] bundles [pom] [INFO] [bundle] Commands [eclipse-plugin] [INFO] eclipse.platform [pom] [INFO] eclipse.platform.runtime [pom] [INFO] [aggregator] bundles [pom] [INFO] [bundle] Eclipse Jobs Mechanism [eclipse-plugin] [INFO] [bundle] Extension Registry Support [eclipse-plugin] [INFO] [bundle] Eclipse Preferences Mechanism [eclipse-plugin] [INFO] [bundle] Eclipse Content Mechanism [eclipse-plugin] [INFO] [bundle] JFace Data Binding Observables [eclipse-plugin] [INFO] [bundle] JFace Data Binding Properties [eclipse-plugin] [INFO] [bundle] JFace Data Binding [eclipse-plugin] [INFO] [bundle] Equinox Application Container [eclipse-plugin] [INFO] [bundle] Core Runtime [eclipse-plugin] [INFO] [bundle] Expression Language [eclipse-plugin] [INFO] [bundle] Eclipse Dependency Injection Annotations [eclipse-plugin] [INFO] [bundle] Eclipse Dependency Injection [eclipse-plugin] [INFO] [bundle] Eclipse Contexts [eclipse-plugin] [INFO] [bundle] Eclipse Application Services [eclipse-plugin] [INFO] [bundle] Eclipse e4 core commands [eclipse-plugin] [INFO] [bundle] Eclipse Dependency Injection Extensions [eclipse-plugin] [INFO] [bundle] Eclipse Dependency Injection Extensions Supplier [eclipse-plugin] [INFO] [bundle] Eclipse Model Xpath [eclipse-plugin] [INFO] eclipse.platform.swt [pom] [INFO] org.eclipse.swt [eclipse-plugin] [INFO] [bundle] Eclipse UI Dependency Injection [eclipse-plugin] [INFO] [bundle] Event Admin [eclipse-plugin] [INFO] [bundle] Eclipse UI Application Services [eclipse-plugin] [INFO] [bundle] Bidirectional Text Support [eclipse-plugin] [INFO] eclipse.pde [pom] [INFO] eclipse.pde.apitools [pom] [INFO] [bundle] PDE API Tools Annotations [eclipse-plugin] [INFO] org.eclipse.swt.gtk.linux.x86_64 [eclipse-plugin] [INFO] org.eclipse.swt.gtk.linux.ppc64le [eclipse-plugin] [INFO] org.eclipse.swt.gtk.linux.aarch64 [eclipse-plugin] [INFO] org.eclipse.swt.win32.win32.x86_64 [eclipse-plugin] [INFO] org.eclipse.swt.cocoa.macosx.x86_64 [eclipse-plugin] [INFO] org.eclipse.swt.cocoa.macosx.aarch64 [eclipse-plugin] [INFO] [bundle] JFace [eclipse-plugin] [INFO] [bundle] Eclipse Bindings Support [eclipse-plugin] [INFO] [bundle] Eclipse CSS Core Support [eclipse-plugin] [INFO] [bundle] Eclipse CSS SWT Support [eclipse-plugin] [INFO] [bundle] Eclipse CSS SWT Theme Support [eclipse-plugin] [INFO] [bundle] Eclipse e4 dialogs [eclipse-plugin] [INFO] [bundle] Eclipse Workbench Model [eclipse-plugin] [INFO] [bundle] Eclipse UI Custom widgets [eclipse-plugin] [INFO] eclipse.jdt.core [pom] [INFO] org.eclipse.jdt.annotation [eclipse-plugin] [INFO] [bundle] Eclipse e4 Workbench [eclipse-plugin] [INFO] [bundle] JFace Data Binding for SWT and JFace [eclipse-plugin] [INFO] [bundle] Bundle for Workbench APIs available in e4 [eclipse-plugin] [INFO] [bundle] Eclipse URI Scheme Handling [eclipse-plugin] [INFO] [bundle] Eclipse e4 Workbench SWT [eclipse-plugin] [INFO] [bundle] Eclipse e4 Workbench SWT Renderer [eclipse-plugin] [INFO] [bundle] Eclipse e4 Workbench Add-ons [eclipse-plugin] [INFO] eclipse.platform.ua [pom] [INFO] org.eclipse.help [eclipse-plugin] [INFO] org.eclipse.equinox.security [eclipse-plugin] [INFO] [bundle] Internet Connection Management [eclipse-plugin] [INFO] eclipse.platform.debug [pom] [INFO] [bundle] Core Variables [eclipse-plugin] [INFO] [bundle] Ant Build Tool Core [eclipse-plugin] [INFO] [bundle] OSGi Release 4.2.0 Services [eclipse-plugin] [INFO] [bundle] Http Services Servlet [eclipse-plugin] [INFO] [bundle] Jetty Http Service [eclipse-plugin] [INFO] org.eclipse.help.base [eclipse-plugin] [INFO] [bundle] Eclipse Workbench [eclipse-plugin] [INFO] [bundle] Eclipse UI [eclipse-plugin] [INFO] [bundle] Eclipse Forms [eclipse-plugin] [INFO] org.eclipse.ui.intro [eclipse-plugin] [INFO] [bundle] Help System UI [eclipse-plugin] [INFO] org.eclipse.ui.cheatsheets [eclipse-plugin] [INFO] org eclipse jdt [eclipse-plugin] [INFO] [bundle] Core File Systems [eclipse-plugin] [INFO] [bundle] Core Resource Management [eclipse-plugin] [INFO] [bundle] Debug Core [eclipse-plugin] [INFO] [bundle] Core Compare Support [eclipse-plugin] [INFO] eclipse.platform.text [pom] [INFO] [bundle] Text [eclipse-plugin] [INFO] [bundle] Team Support Core [eclipse-plugin] [INFO] org.eclipse.jdt.core [eclipse-plugin] [INFO] eclipse.jdt.debug [pom] [INFO] org.eclipse.jdt.debug [eclipse-plugin] [INFO] org.eclipse.jdt.launching [eclipse-plugin] [INFO] [bundle] External Tools Headless Support [eclipse-plugin] [INFO] [bundle] Ant Launching Support [eclipse-plugin] [INFO] [bundle] E4 IDE UI [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Core [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Metadata [eclipse-plugin] [INFO] [bundle] Equinox Provisioning JAR Processor [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Repository [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Artifact Repository Support [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Metadata Repository [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Engine [eclipse-plugin] [INFO] [bundle] JFace Text [eclipse-plugin] [INFO] [bundle] Views [eclipse-plugin] [INFO] [bundle] Common Navigator View [eclipse-plugin] [INFO] [bundle] Eclipse IDE UI [eclipse-plugin] [INFO] [bundle] Text Editor Framework [eclipse-plugin] [INFO] [bundle] File Buffers [eclipse-plugin] [INFO] [bundle] Default Text Editor [eclipse-plugin] [INFO] [bundle] Console [eclipse-plugin] [INFO] [bundle] Debug UI [eclipse-plugin] [INFO] [bundle] External Tools [eclipse-plugin] [INFO] [bundle] Compare Support [eclipse-plugin] [INFO] eclipse.jdt.ui [pom] [INFO] org.eclipse.ltk.core.refactoring [eclipse-plugin] [INFO] org.eclipse.jdt.core.manipulation [eclipse-plugin] [INFO] [bundle] Team Support UI [eclipse-plugin] [INFO] org.eclipse.ltk.ui.refactoring [eclipse-plugin] [INFO] [bundle] Search Support [eclipse-plugin] [INFO] [bundle] Tabbed Properties View [eclipse-plugin] [INFO] [bundle] Navigator Workbench Components [eclipse-plugin] [INFO] org.eclipse.jdt.ui [eclipse-plugin] [INFO] org.eclipse.jdt.debug.ui [eclipse-plugin] [INFO] [bundle] Equinox Framework Admin [eclipse-plugin] [INFO] [bundle] Equinox Framework Admin for Equinox [eclipse-plugin] [INFO] [bundle] Simple Configurator [eclipse-plugin] [INFO] [bundle] Simple Configurator Manipulator [eclipse-plugin] [INFO] org.eclipse.jdt.junit.runtime [eclipse-plugin] [INFO] org.eclipse.jdt.junit.core [eclipse-plugin] [INFO] org.eclipse.jdt.junit [eclipse-plugin] [INFO] [bundle] Ant UI [eclipse-plugin] [INFO] org.eclipse.jdt.annotation [eclipse-plugin] [INFO] org.eclipse.jdt.apt.core [eclipse-plugin] [INFO] org.eclipse.jdt.compiler.tool [eclipse-plugin] [INFO] org.eclipse.jdt.compiler.apt [eclipse-plugin] [INFO] org.eclipse.jdt.apt.pluggable.core [eclipse-plugin] [INFO] org.eclipse.jdt.apt.ui [eclipse-plugin] [INFO] org.eclipse.jdt.core.formatterapp [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Director [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Director Application [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Garbage Collector [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Publisher Infrastructure [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Publisher for Eclipse [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Repository Tools [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Eclipse Touchpoint [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Legacy Update Site Support [eclipse-plugin] [INFO] eclipse.pde.build [pom] [INFO] [bundle] Plug-in Development Environment Build Support [eclipse-plugin] [INFO] eclipse.pde.ui [pom] [INFO] [bundle] PDE Core [eclipse-plugin] [INFO] [bundle] Equinox Concurrent API [eclipse-plugin] [INFO] [bundle] Install/Update Configurator [eclipse-plugin] [INFO] eclipse.platform.common [pom] [INFO] org.eclipse.platform.doc.isv [eclipse-plugin] [INFO] org.eclipse.jdt.doc.isv [eclipse-plugin] [INFO] org.eclipse.jdt.doc.user [eclipse-plugin] [INFO] org.eclipse.jdt.junit4.runtime [eclipse-plugin] [INFO] org.eclipse.jdt.junit5.runtime [eclipse-plugin] [INFO] org.eclipse.jdt.launching.macosx [eclipse-plugin] [INFO] org.eclipse.jdt.launching.ui.macosx [eclipse-plugin] [INFO] org eclipse jdt feature [eclipse-feature] [INFO] [bundle] Equinox Launcher [eclipse-plugin] [INFO] eclipse.platform.releng [pom] [INFO] org.eclipse.test.performance [eclipse-plugin] [INFO] [bundle] Eclipse IDE UI Application [eclipse-plugin] [INFO] org.eclipse.jdt.core.tests.compiler [eclipse-test-plugin] [INFO] org.eclipse.jdt.compiler.tool.tests [eclipse-test-plugin] [INFO] org.eclipse.jdt.core.tests.builder [eclipse-test-plugin] [INFO] org.eclipse.jdt.compiler.apt.tests [eclipse-test-plugin] [INFO] org.eclipse.jdt.core.tests.model [eclipse-test-plugin] [INFO] eclipse.jdt.core.binaries [pom] [INFO] org.eclipse.jdt.core.tests.binaries [eclipse-test-plugin] [INFO] org.eclipse.jdt.core.tests.performance [eclipse-test-plugin] [INFO] org.eclipse.jdt.apt.pluggable.tests [eclipse-test-plugin] [INFO] org.eclipse.jdt.apt.tests [eclipse-test-plugin] [INFO] org.eclipse.jdt.debug.tests [eclipse-test-plugin] [INFO] org.eclipse.core.filebuffers.tests [eclipse-test-plugin] [INFO] org.eclipse.text.tests [eclipse-test-plugin] [INFO] org.eclipse.jface.text.tests [eclipse-test-plugin] [INFO] org.eclipse.jdt.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.jdt.text.tests [eclipse-test-plugin] [INFO] org.eclipse.ltk.core.refactoring.tests [eclipse-test-plugin] [INFO] org.eclipse.ltk.ui.refactoring.tests [eclipse-test-plugin] [INFO] org.eclipse.jdt.ui.tests.refactoring [eclipse-test-plugin] [INFO] org.eclipse.jdt.ui.junit.sampleproject [jar] [INFO] org.eclipse.jdt.ui.examples.projects [eclipse-plugin] [INFO] [bundle] Debug Unit Test support [eclipse-plugin] [INFO] org.eclipse.jdt.ui.unittest.junit [eclipse-plugin] [INFO] org.eclipse.jdt.ui.unittest.junit.feature [eclipse-feature] [INFO] [bundle] API Tools [eclipse-plugin] [INFO] [bundle] Eclipse e4 Progress View [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Directory Watcher [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Extension Location Repository Support [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Operations API [eclipse-plugin] [INFO] [bundle] Equinox Security Default UI [eclipse-plugin] [INFO] [bundle] Equinox Provisioning UI Support [eclipse-plugin] [INFO] [bundle] Equinox State and Resolver Compatibility Fragment [eclipse-plugin] [INFO] [bundle] PDE Launching Support [eclipse-plugin] [INFO] [bundle] Log View [eclipse-plugin] [INFO] [bundle] Generic and Extensible Text Editor [eclipse-plugin] [INFO] [bundle] PDE UI [eclipse-plugin] [INFO] [bundle] API Tools UI [eclipse-plugin] [INFO] [bundle] Target definition generic editor extension [eclipse-plugin] [INFO] [bundle] PDE Runtime [eclipse-plugin] [INFO] [bundle] Eclipse Platform [eclipse-plugin] [INFO] org.eclipse.pde.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.pde.api.tools.tests [eclipse-test-plugin] [INFO] eclipse.pde.ds [pom] [INFO] [bundle] PDE DS Core [eclipse-plugin] [INFO] [test-bundle] PDE DS Tests [eclipse-test-plugin] [INFO] [bundle] PDE DS UI [eclipse-plugin] [INFO] [bundle] Declarative Services Annotations Support [eclipse-plugin] [INFO] eclipse.pde.ua [pom] [INFO] [bundle] PDE UA Core [eclipse-plugin] [INFO] [bundle] JFace Data Binding for JavaBeans [eclipse-plugin] [INFO] eclipse.platform.resources [pom] [INFO] org.eclipse.core.filesystem.linux.x86_64 [eclipse-plugin] [INFO] eclipse.platform.team [pom] [INFO] org.eclipse.core.net.linux [eclipse-plugin] [INFO] [bundle] Debug UI Launch Configuration View [eclipse-plugin] [INFO] [bundle] OSGi Release 4.2.0 Utility Classes [eclipse-plugin] [INFO] [bundle] Equinox Launcher Linux X86_64 Fragment [eclipse-plugin] [INFO] [bundle] Console plug-in [eclipse-plugin] [INFO] org.eclipse.e4.ui.swt.gtk [eclipse-plugin] [INFO] [bundle] Notification API [eclipse-plugin] [INFO] [bundle] Equinox Launcher Linux PPC64le Fragment [eclipse-plugin] [INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment [eclipse-plugin] [INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment [eclipse-plugin] [INFO] org.eclipse.e4.ui.swt.win32 [eclipse-plugin] [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa [eclipse-plugin] [INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment [eclipse-plugin] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [eclipse-plugin] [INFO] [aggregator] features [pom] [INFO] [feature] Eclipse 4 Rich Client Platform [eclipse-feature] [INFO] eclipse.platform.ui.tools [pom] [INFO] org.eclipse.e4.tools.services [eclipse-plugin] [INFO] org.eclipse.e4.tools.emf.ui [eclipse-plugin] [INFO] [bundle] Http Service Registry Extensions [eclipse-plugin] [INFO] [bundle] Jasper Jsp Support Bundle [eclipse-plugin] [INFO] [bundle] Jasper Jsp Registry Support Plug-in [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Console [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Native Touchpoint [eclipse-plugin] [INFO] [bundle] Equinox Provisioning ECF based Transport [eclipse-plugin] [INFO] org.eclipse.equinox.security.linux [eclipse-plugin] [INFO] org.eclipse.equinox.security.win32.x86_64 [eclipse-plugin] [INFO] org.eclipse.equinox.security.macosx [eclipse-plugin] [INFO] [feature] Equinox p2, headless functionalities [eclipse-feature] [INFO] [bundle] Equinox Provisioning Drop-in [eclipse-plugin] [INFO] [feature] Equinox p2, backward compatibility support [eclipse-feature] [INFO] [bundle] Equinox Provisioning Update Checker [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Platform Automatic Update Support [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Platform Update Support [eclipse-plugin] [INFO] [feature] Equinox p2, minimal support for RCP applications [eclipse-feature] [INFO] [bundle] Equinox Provisioning Import and Export [eclipse-plugin] [INFO] [feature] Equinox p2, Provisioning for IDEs. [eclipse-feature] [INFO] org.eclipse.help.webapp [eclipse-plugin] [INFO] org.eclipse.help.feature [eclipse-feature] [INFO] [bundle] JSch Core [eclipse-plugin] [INFO] [bundle] JSch UI [eclipse-plugin] [INFO] org.eclipse.pde.doc.user [eclipse-plugin] [INFO] org.eclipse.pde [eclipse-plugin] [INFO] [bundle] PDE JUnit Runtime Support [eclipse-plugin] [INFO] [bundle] PDE Templates [eclipse-plugin] [INFO] [bundle] PDE UA UI [eclipse-plugin] [INFO] [bundle] Equinox Dynamic Tracing Enablement UI [eclipse-plugin] [INFO] [bundle] Layout Spy [eclipse-plugin] [INFO] [bundle] Spy Core plug-in [eclipse-plugin] [INFO] [bundle] Model Spy [eclipse-plugin] [INFO] [bundle] CSS Spy [eclipse-plugin] [INFO] [bundle] Preference Spy [eclipse-plugin] [INFO] [bundle] Context Spy [eclipse-plugin] [INFO] [bundle] Bundle Spy [eclipse-plugin] [INFO] [bundle] Event Spy [eclipse-plugin] [INFO] [aggregator] features [pom] [INFO] [feature] Eclipse Plug-in Development Environment [eclipse-feature] [INFO] org.eclipse.platform.doc.user [eclipse-plugin] [INFO] org.eclipse.rcp [eclipse-plugin] [INFO] org.eclipse.ui.cocoa [eclipse-plugin] [INFO] org.eclipse.rcp.feature [eclipse-feature] [INFO] [bundle] Quick Search [eclipse-plugin] [INFO] [bundle] Universal Welcome [eclipse-plugin] [INFO] [bundle] Browser Support [eclipse-plugin] [INFO] [bundle] UI Freeze Monitoring [eclipse-plugin] [INFO] [bundle] Internet Connection Management UI [eclipse-plugin] [INFO] [bundle] Eclipse SDK Themes [eclipse-plugin] [INFO] [bundle] Quicklinks for the Welcome Framework [eclipse-plugin] [INFO] [bundle] Diff Extension for Generic Editor [eclipse-plugin] [INFO] org.eclipse.core.filesystem.linux.ppc64le [eclipse-plugin] [INFO] org.eclipse.core.filesystem.linux.aarch64 [eclipse-plugin] [INFO] org.eclipse.compare.win32 [eclipse-plugin] [INFO] org.eclipse.core.filesystem.win32.x86_64 [eclipse-plugin] [INFO] org.eclipse.core.net.win32 [eclipse-plugin] [INFO] org.eclipse.core.net.win32.x86_64 [eclipse-plugin] [INFO] org.eclipse.core.resources.win32.x86_64 [eclipse-plugin] [INFO] org.eclipse.ui.win32 [eclipse-plugin] [INFO] org.eclipse.core.filesystem.macosx [eclipse-plugin] [INFO] org.eclipse.platform.feature [eclipse-feature] [INFO] org.eclipse.pde.ua.tests [eclipse-test-plugin] [INFO] org.eclipse.pde.junit.runtime.tests [eclipse-test-plugin] [INFO] org.eclipse.pde.ui.tests.smartimport [eclipse-test-plugin] [INFO] org.eclipse.pde.ui.templates.tests [eclipse-test-plugin] [INFO] org.eclipse.pde.genericeditor.extension.tests [eclipse-test-plugin] [INFO] [bundle] Plug-in Development Unit Test support [eclipse-plugin] [INFO] [test-bundle] Tests Plug-in [eclipse-test-plugin] [INFO] [feature] Eclipse Plug-in Test runner client for UnitTest View (Experimental) [eclipse-feature] [INFO] [test-bundle] Install/Update Configurator Test Plugin [eclipse-test-plugin] [INFO] [bundle] Ant Core Test Plugin [eclipse-test-plugin] [INFO] [bundle] Ant UI Test Plugin [eclipse-test-plugin] [INFO] [bundle] Eclipse Project SDK [eclipse-plugin] [INFO] [bundle] Core Tools [eclipse-plugin] [INFO] [aggregator] features [pom] [INFO] [feature] Equinox Core Function [eclipse-feature] [INFO] [feature] Eclipse Core Runtime Infrastructure [eclipse-feature] [INFO] [aggregator] tests [pom] [INFO] [test-bundle] Content-Types Tests [eclipse-test-plugin] [INFO] [test-bundle] Expression Language Tests [eclipse-test-plugin] [INFO] [bundle] Eclipse Core Tests Harness [eclipse-plugin] [INFO] [bundle] Eclipse Core Tests Runtime [eclipse-test-plugin] [INFO] [test-bundle] E4 Core Tests [eclipse-test-plugin] [INFO] org.eclipse.compare.examples [eclipse-plugin] [INFO] org.eclipse.compare.examples.xml [eclipse-plugin] [INFO] org.eclipse.team.examples.filesystem [eclipse-plugin] [INFO] eclipse.platform.team.tests [pom] [INFO] eclipse.platform.resources.tests [pom] [INFO] [feature] Eclipse Test feature containing all FS-specific fragments [eclipse-feature] [INFO] org.eclipse.core.tests.resources [eclipse-test-plugin] [INFO] org.eclipse.compare.tests [eclipse-test-plugin] [INFO] org.eclipse.core.tests.net [eclipse-test-plugin] [INFO] org.eclipse.jsch.tests [eclipse-plugin] [INFO] org.eclipse.team.tests.core [eclipse-test-plugin] [INFO] [bundle] Core Resource Management Spy Support Fragment [eclipse-plugin] [INFO] org.eclipse.core.tools.resources [eclipse-plugin] [INFO] eclipse.platform.resources.examples [pom] [INFO] [bundle] Efs Examples Plug-in [eclipse-plugin] [INFO] [bundle] Save Participant 1 [eclipse-plugin] [INFO] [bundle] Save Participant 2 [eclipse-plugin] [INFO] [bundle] Save Participant 3 [eclipse-plugin] [INFO] org.eclipse.core.tests.resources.saveparticipant [eclipse-test-plugin] [INFO] [aggregator] tests [pom] [INFO] [test-bundle] Eclipse e4 core commands tests [eclipse-test-plugin] [INFO] [test-bundle] XPathTest Model [eclipse-test-plugin] [INFO] [test-bundle] UI Bindings Tests [eclipse-test-plugin] [INFO] [test-bundle] TestModel Model [eclipse-test-plugin] [INFO] [bundle] e4 css core tests [eclipse-test-plugin] [INFO] [bundle] e4 css swt tests (Incubation) [eclipse-test-plugin] [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) [eclipse-test-plugin] [INFO] [bundle] Harness Plug-in [eclipse-test-plugin] [INFO] [test-bundle] Jface tests [eclipse-test-plugin] [INFO] eclipse.platform.ui.examples [pom] [INFO] [bundle] JFace Data Binding Examples [eclipse-plugin] [INFO] [bundle] JFace Data Binding Conformance Tests [eclipse-test-plugin] [INFO] [bundle] JFace Data Binding Tests [eclipse-test-plugin] [INFO] [bundle] Jface notifications tests [eclipse-test-plugin] [INFO] [bundle] Tests for Eclipse URI Scheme Handling [eclipse-test-plugin] [INFO] [test-bundle] Eclipse UI IDE Application Tests [eclipse-test-plugin] [INFO] [test-bundle] UI Freeze Monitoring Tests [eclipse-test-plugin] [INFO] [test-bundle] Eclipse UI Tests [eclipse-test-plugin] [INFO] [bundle] Plugin.name [eclipse-test-plugin] [INFO] [bundle] Forms Test [eclipse-test-plugin] [INFO] [bundle] Common Navigator Tests [eclipse-test-plugin] [INFO] [bundle] Performance Plug-in [eclipse-test-plugin] [INFO] [bundle] Pluginchecks [eclipse-test-plugin] [INFO] [bundle] Eclipse RCP Tests [eclipse-test-plugin] [INFO] [bundle] Tabbed Properties View Tests [eclipse-test-plugin] [INFO] [bundle] CSS bridge demo [eclipse-plugin] [INFO] [bundle] e4 Progress Examples Plug-in [eclipse-plugin] [INFO] [bundle] JFace Snippets Plug-in [eclipse-plugin] [INFO] [bundle] Services Snippets (Incubation) [eclipse-plugin] [INFO] [bundle] Command Contribution Examples [eclipse-plugin] [INFO] [bundle] Field Assist Example [eclipse-plugin] [INFO] [bundle] Progress Examples Plug-in [eclipse-plugin] [INFO] [bundle] pluginName [eclipse-plugin] [INFO] [bundle] Multi-Page Editor Example [eclipse-plugin] [INFO] [bundle] Common Navigator Examples [eclipse-plugin] [INFO] [bundle] User File Editor [eclipse-plugin] [INFO] [bundle] Readme File Editing Tool [eclipse-plugin] [INFO] [bundle] Undo Example [eclipse-plugin] [INFO] [bundle] Example for Eclipse URI Scheme Handling [eclipse-plugin] [INFO] [bundle] Tabbed Properties View Article Example [eclipse-plugin] [INFO] [bundle] Examples of Eclipse Forms [eclipse-plugin] [INFO] [bundle] Tip of the Day core plugin [eclipse-plugin] [INFO] [bundle] Tip of the Day UI [eclipse-plugin] [INFO] org.eclipse.platform.doc.tips [eclipse-plugin] [INFO] [bundle] Example Debug Core Plug-in [eclipse-plugin] [INFO] [bundle] Sample Memory View Plugin [eclipse-plugin] [INFO] [bundle] Mixed-mode Launching Example [eclipse-plugin] [INFO] [bundle] Example Debug UI Plug-in [eclipse-plugin] [INFO] org.eclipse.debug.tests [eclipse-test-plugin] [INFO] org.eclipse.debug.ui.launchview.tests [eclipse-test-plugin] [INFO] org.eclipse.swt.fragments.localbuild [eclipse-plugin] [INFO] org.eclipse.swt.tools.base [eclipse-plugin] [INFO] org.eclipse.swt.tools.spies [eclipse-plugin] [INFO] org.eclipse.swt.tools [eclipse-plugin] [INFO] org.eclipse.swt.examples [eclipse-plugin] [INFO] org.eclipse.swt.examples.browser.demos [eclipse-plugin] [INFO] org.eclipse.swt.examples.launcher [eclipse-plugin] [INFO] org.eclipse.swt.examples.ole.win32 [eclipse-plugin] [INFO] org.eclipse.swt.examples.views [eclipse-plugin] [INFO] org.eclipse.swt.tests [eclipse-test-plugin] [INFO] org.eclipse.swt.tools.feature [eclipse-feature] [INFO] org.eclipse.swt.tests.gtk [eclipse-test-plugin] [INFO] eclipse.platform.swt.binaries [pom] [INFO] org.eclipse.search.tests [eclipse-test-plugin] [INFO] org.eclipse.ui.editors.tests [eclipse-test-plugin] [INFO] org.eclipse.ui.workbench.texteditor.tests [eclipse-test-plugin] [INFO] [bundle] JFace Text Example [eclipse-plugin] [INFO] org.eclipse.jface.text.examples [eclipse-plugin] [INFO] org.eclipse.ui.genericeditor.tests [eclipse-test-plugin] [INFO] [bundle] Examples for Generic Editor [eclipse-plugin] [INFO] org.eclipse.text.quicksearch.tests [eclipse-test-plugin] [INFO] [feature] Jetty Http Server Feature [eclipse-feature] [INFO] org.eclipse.ua.tests [eclipse-test-plugin] [INFO] org.eclipse.ua.tests.doc [eclipse-test-plugin] [INFO] org.eclipse.ui.intro.quicklinks.examples [eclipse-plugin] [INFO] org.eclipse.ui.intro.solstice.examples [eclipse-plugin] [INFO] [bundle] Tip of the Day Json Provider [eclipse-plugin] [INFO] [bundle] IDE Enablement for Tip of the Day [eclipse-plugin] [INFO] org.eclipse.tips.feature [eclipse-feature] [INFO] infocenter-parent [pom] [INFO] [bundle] Servletbridge [eclipse-plugin] [INFO] [bundle] Servletbridge Http Service [eclipse-plugin] [INFO] infocenter-product [eclipse-repository] [INFO] infocenter-app [war] [INFO] org.eclipse.e4.tools [eclipse-plugin] [INFO] org.eclipse.e4.tools.compat [eclipse-plugin] [INFO] org.eclipse.e4.tools.emf.editor3x [eclipse-plugin] [INFO] org.eclipse.e4.tools.jdt.templates [eclipse-plugin] [INFO] org.eclipse.e4.tools.test [eclipse-test-plugin] [INFO] org.eclipse.e4.core.tools.feature [eclipse-feature] [INFO] [bundle] Configuration Admin [eclipse-plugin] [INFO] [bundle] Coordinator [eclipse-plugin] [INFO] [bundle] Device Access Service [eclipse-plugin] [INFO] [bundle] Meta Type [eclipse-plugin] [INFO] [bundle] User Admin Service [eclipse-plugin] [INFO] [feature] Equinox Compendium SDK [eclipse-feature] [INFO] [bundle] Supplemental Equinox Functionality [eclipse-plugin] [INFO] [bundle] SSHD Fragment [eclipse-plugin] [INFO] [bundle] Console ssh support plug-in [eclipse-plugin] [INFO] [bundle] XSLT Transform Provider [eclipse-plugin] [INFO] [bundle] Transformer Hook Framework Extension [eclipse-plugin] [INFO] [bundle] Region Digraph [eclipse-plugin] [INFO] [bundle] Log Stream Provider [eclipse-plugin] [INFO] [bundle] Aspect Weaving Hooks Plug-in [eclipse-plugin] [INFO] [bundle] Standard Caching Service for Equinox Aspects [eclipse-plugin] [INFO] [bundle] J9 CachingService Plug-in [eclipse-plugin] [INFO] [feature] Equinox Core SDK [eclipse-feature] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [eclipse-plugin] [INFO] org.eclipse.equinox.executable [eclipse-feature] [INFO] [feature] Core Server Feature [eclipse-feature] [INFO] [feature] Equinox Target Components [eclipse-feature] [INFO] [feature] Simple Http Server Feature [eclipse-feature] [INFO] [test-bundle] BiDi tests [eclipse-test-plugin] [INFO] [test-bundle] Test Plug-in [eclipse-test-plugin] [INFO] [test-bundle] Common Eclipse Runtime Tests [eclipse-test-plugin] [INFO] [test-bundle] Declarative Services Tests [eclipse-test-plugin] [INFO] [test-bundle] Preferences Tests [eclipse-test-plugin] [INFO] [test-bundle] Equinox security tests [eclipse-test-plugin] [INFO] [test-bundle] Ssh Tests [eclipse-test-plugin] [INFO] [test-bundle] Console tests [eclipse-test-plugin] [INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests [eclipse-test-plugin] [INFO] [bundle] slf4j Stub [eclipse-plugin] [INFO] org.eclipse.osgi.tests [eclipse-test-plugin] [INFO] org.eclipse.equinox.frameworkadmin.test [eclipse-test-plugin] [INFO] [bundle] Equinox Provisioning Discovery [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Discovery [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Installer [eclipse-plugin] [INFO] [bundle] p2 Admin UI [eclipse-plugin] [INFO] [bundle] Provisioning Admin UI RCP (Incubation) [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Discovery UI [eclipse-plugin] [INFO] org.eclipse.equinox.p2.tests.reconciler.product [eclipse-repository] [INFO] org.eclipse.equinox.p2.tests.verifier [eclipse-plugin] [INFO] org.eclipse.equinox.p2.tests [eclipse-test-plugin] [INFO] org.eclipse.equinox.p2.tests.discovery [eclipse-test-plugin] [INFO] org.eclipse.equinox.p2.tests.ui [eclipse-test-plugin] [INFO] [feature] Equinox p2, Discovery UI support [eclipse-feature] [INFO] [feature] p2 Server Feature [eclipse-feature] [INFO] [feature] Equinox p2, SDK [eclipse-feature] [INFO] rt.equinox.p2 [pom] [INFO] org.eclipse.equinox.p2.examples [pom] [INFO] [bundle] RCP Mail (Cloud Update Example) [eclipse-plugin] [INFO] [bundle] Prestartupdate [eclipse-plugin] [INFO] [bundle] Sdkbundlevisibility [eclipse-plugin] [INFO] [bundle] Sdknoautoupdates [eclipse-plugin] [INFO] [bundle] RCP Mail (SDK UI) [eclipse-plugin] [INFO] org.eclipse.ant.optional.junit [eclipse-plugin] [INFO] org.eclipse.releng.tests [eclipse-test-plugin] [INFO] org.eclipse.sdk.examples [eclipse-plugin] [INFO] org.eclipse.sdk.tests [eclipse-plugin] [INFO] org.eclipse.test [eclipse-plugin] [INFO] org.eclipse.test.performance.win32 [eclipse-plugin] [INFO] org.eclipse.sdk.feature [eclipse-feature] [INFO] org.eclipse.sdk.examples.feature [eclipse-feature] [INFO] org.eclipse.test.feature [eclipse-feature] [INFO] org.eclipse.sdk.tests.feature [eclipse-feature] [INFO] eclipse.platform.releng.tychoeclipsebuilder [pom] [INFO] org.eclipse.rcp.configuration [eclipse-feature] [INFO] org.eclipse.rt.osgistarterkit.product [eclipse-repository] [INFO] equinox-sdk [eclipse-repository] [INFO] eclipse-junit-tests [eclipse-repository] [INFO] eclipse.platform.repository [eclipse-repository] [INFO] platform-aggregator [pom] [INFO] [INFO] ----------------< org.eclipse:eclipse-platform-parent >----------------- [INFO] Building eclipse-platform-parent 4.26.0-SNAPSHOT [1/500] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse-platform-parent --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse-platform-parent --- [INFO] Copying 1 resource [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse-platform-parent --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse-platform-parent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse-platform-parent/src/main/resources [INFO] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse-platform-parent --- [INFO] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent --- [INFO] Skipped [INFO] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >------------------- [INFO] Building eclipse-sdk-prereqs 4.26.0-SNAPSHOT [2/500] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse-sdk-prereqs --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse-sdk-prereqs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse-sdk-prereqs --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse-sdk-prereqs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/src/main/resources [INFO] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse-sdk-prereqs --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs --- [INFO] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs --- [INFO] Skipped [INFO] [INFO] ----------------------< eclipse.jdt:eclipse.jdt >----------------------- [INFO] Building eclipse jdt 4.26.0-SNAPSHOT [3/500] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/src/main/resources [INFO] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt --- [INFO] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt --- [INFO] Skipped [INFO] [INFO] ---------------------< org.eclipse.equinox:parent >--------------------- [INFO] Building parent 4.26.0-SNAPSHOT [4/500] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ parent --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ parent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ parent --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ parent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/src/main/resources [INFO] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:feature-source (feature-source) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ parent --- [INFO] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ parent --- [INFO] Skipped [INFO] [INFO] -----------------< org.eclipse.osgi:org.eclipse.osgi >------------------ [INFO] Building org.eclipse.osgi 3.18.100-SNAPSHOT [5/500] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.osgi --- [INFO] The project's OSGi version is 3.18.100.v20220817-1601 [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.osgi --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.osgi --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.osgi --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.osgi --- [INFO] Resolving class path of org.eclipse.osgi... [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.osgi --- [INFO] Compiling 454 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/target/classes [INFO] [INFO] --- tycho-ds-plugin:3.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.osgi --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.osgi_3.18.100.v20220817-1601, -project, /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi, -binary, /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/target/classes, -target, /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/target] [INFO] [INFO] --- bnd-maven-plugin:6.3.1:bnd-process (bnd-process) @ org.eclipse.osgi --- [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/bnd.bnd [0:0]: Export org.eclipse.osgi.internal.framework, has 2, private references [org.eclipse.osgi.internal.connect, org.eclipse.osgi.internal.log] [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/bnd.bnd [0:0]: Export org.eclipse.osgi.storage, has 2, private references [org.eclipse.osgi.internal.log, org.eclipse.osgi.internal.permadmin] [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.osgi --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.18.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.18.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.18.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.18.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.osgi:org.eclipse.osgi:xml:p2metadata:3.18.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.osgi:org.eclipse.osgi:xml:p2artifacts:3.18.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:integration-test (default-integration-test) @ org.eclipse.osgi --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi --- [INFO] Skipped [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.common >----------- [INFO] Building [bundle] Common Eclipse Runtime 3.16.300-SNAPSHOT [6/500] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.common --- [INFO] The project's OSGi version is 3.16.300.v20220907-0928 [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.common --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.equinox.common --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.common --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.common --- [INFO] Resolving class path of [bundle] Common Eclipse Runtime... [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.common --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/target/classes [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] eclipse-platform-parent 4.26.0-SNAPSHOT ............ SUCCESS [ 3.423 s] [INFO] eclipse-sdk-prereqs 4.26.0-SNAPSHOT ................ SUCCESS [ 0.936 s] [INFO] eclipse jdt 4.26.0-SNAPSHOT ........................ SUCCESS [ 0.004 s] [INFO] parent 4.26.0-SNAPSHOT ............................. SUCCESS [ 0.008 s] [INFO] org.eclipse.osgi 3.18.100-SNAPSHOT ................. SUCCESS [ 29.035 s] [INFO] [bundle] Common Eclipse Runtime 3.16.300-SNAPSHOT .. FAILURE [ 0.148 s] [INFO] eclipse.platform.ui 4.26.0-SNAPSHOT ................ SKIPPED [INFO] [aggregator] bundles 4.26.0-SNAPSHOT ............... SKIPPED [INFO] [bundle] Commands 3.10.200-SNAPSHOT ................ SKIPPED [INFO] eclipse.platform 4.26.0-SNAPSHOT ................... SKIPPED [INFO] eclipse.platform.runtime 4.26.0-SNAPSHOT ........... SKIPPED [INFO] [aggregator] bundles 4.26.0-SNAPSHOT ............... SKIPPED [INFO] [bundle] Eclipse Jobs Mechanism 3.13.200-SNAPSHOT .. SKIPPED [INFO] [bundle] Extension Registry Support 3.11.200-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse Preferences Mechanism 3.10.100-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse Content Mechanism 3.8.200-SNAPSHOT SKIPPED [INFO] [bundle] JFace Data Binding Observables 1.12.0-SNAPSHOT SKIPPED [INFO] [bundle] JFace Data Binding Properties 1.9.0-SNAPSHOT SKIPPED [INFO] [bundle] JFace Data Binding 1.11.100-SNAPSHOT ...... SKIPPED [INFO] [bundle] Equinox Application Container 1.6.200-SNAPSHOT SKIPPED [INFO] [bundle] Core Runtime 3.26.0-SNAPSHOT .............. SKIPPED [INFO] [bundle] Expression Language 3.8.200-SNAPSHOT ...... SKIPPED [INFO] [bundle] Eclipse Dependency Injection Annotations 1.7.200-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse Dependency Injection 1.8.300-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse Contexts 1.11.0-SNAPSHOT .......... SKIPPED [INFO] [bundle] Eclipse Application Services 2.3.400-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse e4 core commands 1.0.200-SNAPSHOT . SKIPPED [INFO] [bundle] Eclipse Dependency Injection Extensions 0.17.200-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse Dependency Injection Extensions Supplier 0.16.400-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse Model Xpath 0.3.0-SNAPSHOT ........ SKIPPED [INFO] eclipse.platform.swt 4.26.0-SNAPSHOT ............... SKIPPED [INFO] org.eclipse.swt 3.121.100-SNAPSHOT ................. SKIPPED [INFO] [bundle] Eclipse UI Dependency Injection 1.4.0-SNAPSHOT SKIPPED [INFO] [bundle] Event Admin 1.6.100-SNAPSHOT .............. SKIPPED [INFO] [bundle] Eclipse UI Application Services 1.5.0-SNAPSHOT SKIPPED [INFO] [bundle] Bidirectional Text Support 1.4.200-SNAPSHOT SKIPPED [INFO] eclipse.pde 4.26.0-SNAPSHOT ........................ SKIPPED [INFO] eclipse.pde.apitools 4.26.0-SNAPSHOT ............... SKIPPED [INFO] [bundle] PDE API Tools Annotations 1.1.500-SNAPSHOT SKIPPED [INFO] org.eclipse.swt.gtk.linux.x86_64 3.121.100-SNAPSHOT SKIPPED [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.121.100-SNAPSHOT SKIPPED [INFO] org.eclipse.swt.gtk.linux.aarch64 3.121.100-SNAPSHOT SKIPPED [INFO] org.eclipse.swt.win32.win32.x86_64 3.121.100-SNAPSHOT SKIPPED [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.121.100-SNAPSHOT SKIPPED [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.121.100-SNAPSHOT SKIPPED [INFO] [bundle] JFace 3.27.100-SNAPSHOT ................... SKIPPED [INFO] [bundle] Eclipse Bindings Support 0.13.100-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse CSS Core Support 0.13.300-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse CSS SWT Support 0.14.600-SNAPSHOT . SKIPPED [INFO] [bundle] Eclipse CSS SWT Theme Support 0.13.200-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse e4 dialogs 1.3.300-SNAPSHOT ....... SKIPPED [INFO] [bundle] Eclipse Workbench Model 2.2.200-SNAPSHOT .. SKIPPED [INFO] [bundle] Eclipse UI Custom widgets 1.3.0-SNAPSHOT .. SKIPPED [INFO] eclipse.jdt.core 4.26.0-SNAPSHOT ................... SKIPPED [INFO] org.eclipse.jdt.annotation 2.2.700-SNAPSHOT ........ SKIPPED [INFO] [bundle] Eclipse e4 Workbench 1.13.200-SNAPSHOT .... SKIPPED [INFO] [bundle] JFace Data Binding for SWT and JFace 1.13.0-SNAPSHOT SKIPPED [INFO] [bundle] Bundle for Workbench APIs available in e4 0.16.0-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse URI Scheme Handling 1.2.100-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse e4 Workbench SWT 0.16.700-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse e4 Workbench SWT Renderer 0.15.600-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse e4 Workbench Add-ons 1.4.500-SNAPSHOT SKIPPED [INFO] eclipse.platform.ua 4.26.0-SNAPSHOT ................ SKIPPED [INFO] org.eclipse.help 3.9.100-SNAPSHOT .................. SKIPPED [INFO] org.eclipse.equinox.security 1.3.1000-SNAPSHOT ..... SKIPPED [INFO] [bundle] Internet Connection Management 1.4.0-SNAPSHOT SKIPPED [INFO] eclipse.platform.debug 4.26.0-SNAPSHOT ............. SKIPPED [INFO] [bundle] Core Variables 3.5.100-SNAPSHOT ........... SKIPPED [INFO] [bundle] Ant Build Tool Core 3.6.500-SNAPSHOT ...... SKIPPED [INFO] [bundle] OSGi Release 4.2.0 Services 3.11.0-SNAPSHOT SKIPPED [INFO] [bundle] Http Services Servlet 1.7.300-SNAPSHOT .... SKIPPED [INFO] [bundle] Jetty Http Service 3.8.100-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.help.base 4.3.900-SNAPSHOT ............. SKIPPED [INFO] [bundle] Eclipse Workbench 3.126.100-SNAPSHOT ...... SKIPPED [INFO] [bundle] Eclipse UI 3.201.200-SNAPSHOT ............. SKIPPED [INFO] [bundle] Eclipse Forms 3.11.400-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.ui.intro 3.6.600-SNAPSHOT .............. SKIPPED [INFO] [bundle] Help System UI 4.4.100-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.ui.cheatsheets 3.7.500-SNAPSHOT ........ SKIPPED [INFO] org eclipse jdt 3.18.1400-SNAPSHOT ................. SKIPPED [INFO] [bundle] Core File Systems 1.9.500-SNAPSHOT ........ SKIPPED [INFO] [bundle] Core Resource Management 3.18.100-SNAPSHOT SKIPPED [INFO] [bundle] Debug Core 3.20.0-SNAPSHOT ................ SKIPPED [INFO] [bundle] Core Compare Support 3.7.100-SNAPSHOT ..... SKIPPED [INFO] eclipse.platform.text 4.26.0-SNAPSHOT .............. SKIPPED [INFO] [bundle] Text 3.12.200-SNAPSHOT .................... SKIPPED [INFO] [bundle] Team Support Core 3.9.600-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.jdt.core 3.32.0-SNAPSHOT ............... SKIPPED [INFO] eclipse.jdt.debug 4.26.0-SNAPSHOT .................. SKIPPED [INFO] org.eclipse.jdt.debug 3.19.300-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.jdt.launching 3.19.800-SNAPSHOT ........ SKIPPED [INFO] [bundle] External Tools Headless Support 1.2.300-SNAPSHOT SKIPPED [INFO] [bundle] Ant Launching Support 1.3.400-SNAPSHOT .... SKIPPED [INFO] [bundle] E4 IDE UI 3.16.100-SNAPSHOT ............... SKIPPED [INFO] [bundle] Equinox Provisioning Core 2.9.200-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Metadata 2.6.300-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning JAR Processor 1.2.300-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Repository 2.6.200-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Artifact Repository Support 1.4.500-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Metadata Repository 1.4.100-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Engine 2.7.500-SNAPSHOT SKIPPED [INFO] [bundle] JFace Text 3.21.0-SNAPSHOT ................ SKIPPED [INFO] [bundle] Views 3.11.200-SNAPSHOT ................... SKIPPED [INFO] [bundle] Common Navigator View 3.10.300-SNAPSHOT ... SKIPPED [INFO] [bundle] Eclipse IDE UI 3.19.200-SNAPSHOT .......... SKIPPED [INFO] [bundle] Text Editor Framework 3.16.600-SNAPSHOT ... SKIPPED [INFO] [bundle] File Buffers 3.7.200-SNAPSHOT ............. SKIPPED [INFO] [bundle] Default Text Editor 3.14.400-SNAPSHOT ..... SKIPPED [INFO] [bundle] Console 3.11.300-SNAPSHOT ................. SKIPPED [INFO] [bundle] Debug UI 3.17.0-SNAPSHOT .................. SKIPPED [INFO] [bundle] External Tools 3.5.200-SNAPSHOT ........... SKIPPED [INFO] [bundle] Compare Support 3.8.500-SNAPSHOT .......... SKIPPED [INFO] eclipse.jdt.ui 4.26.0-SNAPSHOT ..................... SKIPPED [INFO] org.eclipse.ltk.core.refactoring 3.13.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.jdt.core.manipulation 1.16.200-SNAPSHOT SKIPPED [INFO] [bundle] Team Support UI 3.9.400-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.ltk.ui.refactoring 3.12.200-SNAPSHOT ... SKIPPED [INFO] [bundle] Search Support 3.14.300-SNAPSHOT .......... SKIPPED [INFO] [bundle] Tabbed Properties View 3.9.200-SNAPSHOT ... SKIPPED [INFO] [bundle] Navigator Workbench Components 3.8.400-SNAPSHOT SKIPPED [INFO] org.eclipse.jdt.ui 3.27.100-SNAPSHOT ............... SKIPPED [INFO] org.eclipse.jdt.debug.ui 3.12.800-SNAPSHOT ......... SKIPPED [INFO] [bundle] Equinox Framework Admin 2.2.100-SNAPSHOT .. SKIPPED [INFO] [bundle] Equinox Framework Admin for Equinox 1.2.200-SNAPSHOT SKIPPED [INFO] [bundle] Simple Configurator 1.4.100-SNAPSHOT ...... SKIPPED [INFO] [bundle] Simple Configurator Manipulator 2.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.jdt.junit.runtime 3.7.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.jdt.junit.core 3.11.500-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.jdt.junit 3.15.100-SNAPSHOT ............ SKIPPED [INFO] [bundle] Ant UI 3.8.300-SNAPSHOT ................... SKIPPED [INFO] org.eclipse.jdt.annotation 1.2.100-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.jdt.apt.core 3.7.50-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.jdt.compiler.tool 1.3.200-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.jdt.compiler.apt 1.4.200-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.jdt.apt.pluggable.core 1.3.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.jdt.apt.ui 3.7.0-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.jdt.core.formatterapp 1.1.0-SNAPSHOT ... SKIPPED [INFO] [bundle] Equinox Provisioning Director 2.5.400-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Director Application 1.2.300-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Garbage Collector 1.2.0-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Publisher Infrastructure 1.7.200-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Publisher for Eclipse 1.4.100-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Repository Tools 2.3.100-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Eclipse Touchpoint 2.3.300-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Legacy Update Site Support 1.2.300-SNAPSHOT SKIPPED [INFO] eclipse.pde.build 4.26.0-SNAPSHOT .................. SKIPPED [INFO] [bundle] Plug-in Development Environment Build Support 3.11.300-SNAPSHOT SKIPPED [INFO] eclipse.pde.ui 4.26.0-SNAPSHOT ..................... SKIPPED [INFO] [bundle] PDE Core 3.15.300-SNAPSHOT ................ SKIPPED [INFO] [bundle] Equinox Concurrent API 1.2.100-SNAPSHOT ... SKIPPED [INFO] [bundle] Install/Update Configurator 3.4.900-SNAPSHOT SKIPPED [INFO] eclipse.platform.common 4.26.0-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.platform.doc.isv 4.26.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.jdt.doc.isv 3.14.1800-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.jdt.doc.user 3.15.1600-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.jdt.junit4.runtime 1.3.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.jdt.junit5.runtime 1.1.100-SNAPSHOT .... SKIPPED [INFO] org.eclipse.jdt.launching.macosx 3.5.0-SNAPSHOT .... SKIPPED [INFO] org.eclipse.jdt.launching.ui.macosx 1.3.0-SNAPSHOT . SKIPPED [INFO] org eclipse jdt feature 3.18.1400-SNAPSHOT ......... SKIPPED [INFO] [bundle] Equinox Launcher 1.6.400-SNAPSHOT ......... SKIPPED [INFO] eclipse.platform.releng 4.26.0-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.test.performance 3.19.0-SNAPSHOT ....... SKIPPED [INFO] [bundle] Eclipse IDE UI Application 1.4.500-SNAPSHOT SKIPPED [INFO] org.eclipse.jdt.core.tests.compiler 3.12.2000-SNAPSHOT SKIPPED [INFO] org.eclipse.jdt.compiler.tool.tests 1.3.150-SNAPSHOT SKIPPED [INFO] org.eclipse.jdt.core.tests.builder 3.11.200-SNAPSHOT SKIPPED [INFO] org.eclipse.jdt.compiler.apt.tests 1.2.150-SNAPSHOT SKIPPED [INFO] org.eclipse.jdt.core.tests.model 3.11.400-SNAPSHOT . SKIPPED [INFO] eclipse.jdt.core.binaries 4.26.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.jdt.core.tests.binaries 1.0.250-SNAPSHOT SKIPPED [INFO] org.eclipse.jdt.core.tests.performance 3.11.50-SNAPSHOT SKIPPED [INFO] org.eclipse.jdt.apt.pluggable.tests 3.5.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.jdt.apt.tests 3.5.50-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.jdt.debug.tests 3.11.1800-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.core.filebuffers.tests 3.12.200-SNAPSHOT SKIPPED [INFO] org.eclipse.text.tests 3.13.100-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.jface.text.tests 3.12.500-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.jdt.ui.tests 3.14.500-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.jdt.text.tests 3.13.1800-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.ltk.core.refactoring.tests 3.9.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ltk.ui.refactoring.tests 3.10.0-SNAPSHOT SKIPPED [INFO] org.eclipse.jdt.ui.tests.refactoring 3.14.500-SNAPSHOT SKIPPED [INFO] org.eclipse.jdt.ui.junit.sampleproject 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.jdt.ui.examples.projects 3.2.0-SNAPSHOT SKIPPED [INFO] [bundle] Debug Unit Test support 1.0.100-SNAPSHOT .. SKIPPED [INFO] org.eclipse.jdt.ui.unittest.junit 1.0.500-SNAPSHOT . SKIPPED [INFO] org.eclipse.jdt.ui.unittest.junit.feature 1.0.400-SNAPSHOT SKIPPED [INFO] [bundle] API Tools 1.2.1100-SNAPSHOT ............... SKIPPED [INFO] [bundle] Eclipse e4 Progress View 0.3.500-SNAPSHOT . SKIPPED [INFO] [bundle] Equinox Provisioning Directory Watcher 1.3.0-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Extension Location Repository Support 1.4.100-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Operations API 2.6.100-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Security Default UI 1.3.300-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning UI Support 2.7.600-SNAPSHOT SKIPPED [INFO] [bundle] Equinox State and Resolver Compatibility Fragment 1.2.700-SNAPSHOT SKIPPED [INFO] [bundle] PDE Launching Support 3.10.200-SNAPSHOT ... SKIPPED [INFO] [bundle] Log View 1.3.400-SNAPSHOT ................. SKIPPED [INFO] [bundle] Generic and Extensible Text Editor 1.2.300-SNAPSHOT SKIPPED [INFO] [bundle] PDE UI 3.13.700-SNAPSHOT .................. SKIPPED [INFO] [bundle] API Tools UI 1.2.700-SNAPSHOT ............. SKIPPED [INFO] [bundle] Target definition generic editor extension 1.1.300-SNAPSHOT SKIPPED [INFO] [bundle] PDE Runtime 3.7.500-SNAPSHOT .............. SKIPPED [INFO] [bundle] Eclipse Platform 4.26.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.pde.ui.tests 3.11.900-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.pde.api.tools.tests 1.2.700-SNAPSHOT ... SKIPPED [INFO] eclipse.pde.ds 4.26.0-SNAPSHOT ..................... SKIPPED [INFO] [bundle] PDE DS Core 1.2.500-SNAPSHOT .............. SKIPPED [INFO] [test-bundle] PDE DS Tests 1.2.100-SNAPSHOT ........ SKIPPED [INFO] [bundle] PDE DS UI 1.2.300-SNAPSHOT ................ SKIPPED [INFO] [bundle] Declarative Services Annotations Support 1.2.500-SNAPSHOT SKIPPED [INFO] eclipse.pde.ua 4.26.0-SNAPSHOT ..................... SKIPPED [INFO] [bundle] PDE UA Core 1.2.300-SNAPSHOT .............. SKIPPED [INFO] [bundle] JFace Data Binding for JavaBeans 1.8.0-SNAPSHOT SKIPPED [INFO] eclipse.platform.resources 4.26.0-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400-SNAPSHOT SKIPPED [INFO] eclipse.platform.team 4.26.0-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.core.net.linux 1.0.200-SNAPSHOT ........ SKIPPED [INFO] [bundle] Debug UI Launch Configuration View 1.0.300-SNAPSHOT SKIPPED [INFO] [bundle] OSGi Release 4.2.0 Utility Classes 3.7.100-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Launcher Linux X86_64 Fragment 1.2.600-SNAPSHOT SKIPPED [INFO] [bundle] Console plug-in 1.4.500-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.e4.ui.swt.gtk 1.1.100-SNAPSHOT ......... SKIPPED [INFO] [bundle] Notification API 0.5.0-SNAPSHOT ........... SKIPPED [INFO] [bundle] Equinox Launcher Linux PPC64le Fragment 1.2.600-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment 1.2.600-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment 1.2.600-SNAPSHOT SKIPPED [INFO] org.eclipse.e4.ui.swt.win32 1.1.0-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.12.600-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment 1.2.600-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.600-SNAPSHOT SKIPPED [INFO] [aggregator] features 4.26.0-SNAPSHOT .............. SKIPPED [INFO] [feature] Eclipse 4 Rich Client Platform 4.26.0-SNAPSHOT SKIPPED [INFO] eclipse.platform.ui.tools 4.26.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.e4.tools.services 4.9.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.e4.tools.emf.ui 4.7.400-SNAPSHOT ....... SKIPPED [INFO] [bundle] Http Service Registry Extensions 1.3.200-SNAPSHOT SKIPPED [INFO] [bundle] Jasper Jsp Support Bundle 1.1.700-SNAPSHOT SKIPPED [INFO] [bundle] Jasper Jsp Registry Support Plug-in 1.2.100-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Console 1.2.0-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Native Touchpoint 1.4.400-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning ECF based Transport 1.3.300-SNAPSHOT SKIPPED [INFO] org.eclipse.equinox.security.linux 1.0.300-SNAPSHOT SKIPPED [INFO] org.eclipse.equinox.security.win32.x86_64 1.1.300-SNAPSHOT SKIPPED [INFO] org.eclipse.equinox.security.macosx 1.101.400-SNAPSHOT SKIPPED [INFO] [feature] Equinox p2, headless functionalities 1.6.1600-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Drop-in 1.4.200-SNAPSHOT SKIPPED [INFO] [feature] Equinox p2, backward compatibility support 1.4.1800-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Update Checker 1.3.0-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Platform Automatic Update Support 1.5.400-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Platform Update Support 1.2.100-SNAPSHOT SKIPPED [INFO] [feature] Equinox p2, minimal support for RCP applications 1.4.1800-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Import and Export 1.3.300-SNAPSHOT SKIPPED [INFO] [feature] Equinox p2, Provisioning for IDEs. 2.4.1800-SNAPSHOT SKIPPED [INFO] org.eclipse.help.webapp 3.10.900-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.help.feature 2.3.1200-SNAPSHOT ......... SKIPPED [INFO] [bundle] JSch Core 1.4.0-SNAPSHOT .................. SKIPPED [INFO] [bundle] JSch UI 1.4.200-SNAPSHOT .................. SKIPPED [INFO] org.eclipse.pde.doc.user 3.14.1800-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.pde 3.13.2100-SNAPSHOT ................. SKIPPED [INFO] [bundle] PDE JUnit Runtime Support 3.6.200-SNAPSHOT SKIPPED [INFO] [bundle] PDE Templates 3.7.700-SNAPSHOT ............ SKIPPED [INFO] [bundle] PDE UA UI 1.2.400-SNAPSHOT ................ SKIPPED [INFO] [bundle] Equinox Dynamic Tracing Enablement UI 1.2.200-SNAPSHOT SKIPPED [INFO] [bundle] Layout Spy 1.1.0-SNAPSHOT ................. SKIPPED [INFO] [bundle] Spy Core plug-in 1.0.200-SNAPSHOT ......... SKIPPED [INFO] [bundle] Model Spy 0.12.400-SNAPSHOT ............... SKIPPED [INFO] [bundle] CSS Spy 0.12.300-SNAPSHOT ................. SKIPPED [INFO] [bundle] Preference Spy 0.12.300-SNAPSHOT .......... SKIPPED [INFO] [bundle] Context Spy 1.0.300-SNAPSHOT .............. SKIPPED [INFO] [bundle] Bundle Spy 0.12.200-SNAPSHOT .............. SKIPPED [INFO] [bundle] Event Spy 1.0.0-SNAPSHOT .................. SKIPPED [INFO] [aggregator] features 4.26.0-SNAPSHOT .............. SKIPPED [INFO] [feature] Eclipse Plug-in Development Environment 3.14.1400-SNAPSHOT SKIPPED [INFO] org.eclipse.platform.doc.user 4.26.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.rcp 4.26.0-SNAPSHOT .................... SKIPPED [INFO] org.eclipse.ui.cocoa 1.2.400-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.rcp.feature 4.26.0-SNAPSHOT ............ SKIPPED [INFO] [bundle] Quick Search 1.1.300-SNAPSHOT ............. SKIPPED [INFO] [bundle] Universal Welcome 3.4.300-SNAPSHOT ........ SKIPPED [INFO] [bundle] Browser Support 3.7.300-SNAPSHOT .......... SKIPPED [INFO] [bundle] UI Freeze Monitoring 1.2.200-SNAPSHOT ..... SKIPPED [INFO] [bundle] Internet Connection Management UI 1.4.100-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse SDK Themes 1.2.2000-SNAPSHOT ...... SKIPPED [INFO] [bundle] Quicklinks for the Welcome Framework 1.1.200-SNAPSHOT SKIPPED [INFO] [bundle] Diff Extension for Generic Editor 1.1.100-SNAPSHOT SKIPPED [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200-SNAPSHOT SKIPPED [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200-SNAPSHOT SKIPPED [INFO] org.eclipse.compare.win32 1.2.900-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300-SNAPSHOT SKIPPED [INFO] org.eclipse.core.net.win32 1.0.100-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.core.net.win32.x86_64 1.1.700-SNAPSHOT . SKIPPED [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500-SNAPSHOT SKIPPED [INFO] org.eclipse.ui.win32 3.4.400-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.core.filesystem.macosx 1.3.400-SNAPSHOT SKIPPED [INFO] org.eclipse.platform.feature 4.26.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.pde.ua.tests 1.2.0-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.pde.junit.runtime.tests 3.6.800-SNAPSHOT SKIPPED [INFO] org.eclipse.pde.ui.tests.smartimport 1.1.100-SNAPSHOT SKIPPED [INFO] org.eclipse.pde.ui.templates.tests 1.1.200-SNAPSHOT SKIPPED [INFO] org.eclipse.pde.genericeditor.extension.tests 1.1.200-SNAPSHOT SKIPPED [INFO] [bundle] Plug-in Development Unit Test support 1.0.300-SNAPSHOT SKIPPED [INFO] [test-bundle] Tests Plug-in 1.3.500-SNAPSHOT ....... SKIPPED [INFO] [feature] Eclipse Plug-in Test runner client for UnitTest View (Experimental) 1.0.300-SNAPSHOT SKIPPED [INFO] [test-bundle] Install/Update Configurator Test Plugin 0.1.0-SNAPSHOT SKIPPED [INFO] [bundle] Ant Core Test Plugin 3.6.300-SNAPSHOT ..... SKIPPED [INFO] [bundle] Ant UI Test Plugin 3.10.400-SNAPSHOT ...... SKIPPED [INFO] [bundle] Eclipse Project SDK 4.26.0-SNAPSHOT ....... SKIPPED [INFO] [bundle] Core Tools 1.8.100-SNAPSHOT ............... SKIPPED [INFO] [aggregator] features 4.26.0-SNAPSHOT .............. SKIPPED [INFO] [feature] Equinox Core Function 1.13.900-SNAPSHOT .. SKIPPED [INFO] [feature] Eclipse Core Runtime Infrastructure 1.3.100-SNAPSHOT SKIPPED [INFO] [aggregator] tests 4.26.0-SNAPSHOT ................. SKIPPED [INFO] [test-bundle] Content-Types Tests 1.1.0-SNAPSHOT ... SKIPPED [INFO] [test-bundle] Expression Language Tests 3.6.100-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse Core Tests Harness 3.14.0-SNAPSHOT SKIPPED [INFO] [bundle] Eclipse Core Tests Runtime 3.20.400-SNAPSHOT SKIPPED [INFO] [test-bundle] E4 Core Tests 1.2.500-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.compare.examples 3.3.100-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.compare.examples.xml 3.5.100-SNAPSHOT .. SKIPPED [INFO] org.eclipse.team.examples.filesystem 3.6.100-SNAPSHOT SKIPPED [INFO] eclipse.platform.team.tests 4.26.0-SNAPSHOT ........ SKIPPED [INFO] eclipse.platform.resources.tests 4.26.0-SNAPSHOT ... SKIPPED [INFO] [feature] Eclipse Test feature containing all FS-specific fragments 4.6.0-SNAPSHOT SKIPPED [INFO] org.eclipse.core.tests.resources 3.10.2000-SNAPSHOT SKIPPED [INFO] org.eclipse.compare.tests 3.7.100-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.core.tests.net 1.5.100-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.jsch.tests 1.2.0-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.team.tests.core 3.9.100-SNAPSHOT ....... SKIPPED [INFO] [bundle] Core Resource Management Spy Support Fragment 1.5.300-SNAPSHOT SKIPPED [INFO] org.eclipse.core.tools.resources 1.6.0-SNAPSHOT .... SKIPPED [INFO] eclipse.platform.resources.examples 4.26.0-SNAPSHOT SKIPPED [INFO] [bundle] Efs Examples Plug-in 1.0.0-SNAPSHOT ....... SKIPPED [INFO] [bundle] Save Participant 1 3.4.100-SNAPSHOT ....... SKIPPED [INFO] [bundle] Save Participant 2 3.4.100-SNAPSHOT ....... SKIPPED [INFO] [bundle] Save Participant 3 3.4.100-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.core.tests.resources.saveparticipant 3.4.100-SNAPSHOT SKIPPED [INFO] [aggregator] tests 4.26.0-SNAPSHOT ................. SKIPPED [INFO] [test-bundle] Eclipse e4 core commands tests 0.13.100-SNAPSHOT SKIPPED [INFO] [test-bundle] XPathTest Model 0.3.0-SNAPSHOT ....... SKIPPED [INFO] [test-bundle] UI Bindings Tests 0.13.200-SNAPSHOT .. SKIPPED [INFO] [test-bundle] TestModel Model 0.14.800-SNAPSHOT .... SKIPPED [INFO] [bundle] e4 css core tests 1.301.300-SNAPSHOT ...... SKIPPED [INFO] [bundle] e4 css swt tests (Incubation) 0.11.500-SNAPSHOT SKIPPED [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) 1.4.0-SNAPSHOT SKIPPED [INFO] [bundle] Harness Plug-in 1.9.0-SNAPSHOT ............ SKIPPED [INFO] [test-bundle] Jface tests 1.3.700-SNAPSHOT ......... SKIPPED [INFO] eclipse.platform.ui.examples 4.26.0-SNAPSHOT ....... SKIPPED [INFO] [bundle] JFace Data Binding Examples 1.3.0-SNAPSHOT SKIPPED [INFO] [bundle] JFace Data Binding Conformance Tests 1.4.200-SNAPSHOT SKIPPED [INFO] [bundle] JFace Data Binding Tests 1.11.200-SNAPSHOT SKIPPED [INFO] [bundle] Jface notifications tests 0.1.0-SNAPSHOT .. SKIPPED [INFO] [bundle] Tests for Eclipse URI Scheme Handling 1.1.200-SNAPSHOT SKIPPED [INFO] [test-bundle] Eclipse UI IDE Application Tests 1.3.0-SNAPSHOT SKIPPED [INFO] [test-bundle] UI Freeze Monitoring Tests 1.2.0-SNAPSHOT SKIPPED [INFO] [test-bundle] Eclipse UI Tests 3.15.800-SNAPSHOT ... SKIPPED [INFO] [bundle] Plugin.name 3.3.100 ....................... SKIPPED [INFO] [bundle] Forms Test 3.9.200-SNAPSHOT ............... SKIPPED [INFO] [bundle] Common Navigator Tests 3.6.300-SNAPSHOT ... SKIPPED [INFO] [bundle] Performance Plug-in 1.4.300-SNAPSHOT ...... SKIPPED [INFO] [bundle] Pluginchecks 1.1.100-SNAPSHOT ............. SKIPPED [INFO] [bundle] Eclipse RCP Tests 3.5.200-SNAPSHOT ........ SKIPPED [INFO] [bundle] Tabbed Properties View Tests 3.7.200-SNAPSHOT SKIPPED [INFO] [bundle] CSS bridge demo 1.2.0-SNAPSHOT ............ SKIPPED [INFO] [bundle] e4 Progress Examples Plug-in 0.3.0-SNAPSHOT SKIPPED [INFO] [bundle] JFace Snippets Plug-in 3.5.0-SNAPSHOT ..... SKIPPED [INFO] [bundle] Services Snippets (Incubation) 0.9.200-SNAPSHOT SKIPPED [INFO] [bundle] Command Contribution Examples 3.5.0-SNAPSHOT SKIPPED [INFO] [bundle] Field Assist Example 1.2.200-SNAPSHOT ..... SKIPPED [INFO] [bundle] Progress Examples Plug-in 3.2.0 ........... SKIPPED [INFO] [bundle] pluginName 3.1.100 ........................ SKIPPED [INFO] [bundle] Multi-Page Editor Example 3.3.0-SNAPSHOT .. SKIPPED [INFO] [bundle] Common Navigator Examples 3.3.500-SNAPSHOT SKIPPED [INFO] [bundle] User File Editor 3.4.0-SNAPSHOT ........... SKIPPED [INFO] [bundle] Readme File Editing Tool 3.6.0-SNAPSHOT ... SKIPPED [INFO] [bundle] Undo Example 3.4.0-SNAPSHOT ............... SKIPPED [INFO] [bundle] Example for Eclipse URI Scheme Handling 1.1.100-SNAPSHOT SKIPPED [INFO] [bundle] Tabbed Properties View Article Example 3.3.0-SNAPSHOT SKIPPED [INFO] [bundle] Examples of Eclipse Forms 3.3.0-SNAPSHOT .. SKIPPED [INFO] [bundle] Tip of the Day core plugin 0.2.0-SNAPSHOT . SKIPPED [INFO] [bundle] Tip of the Day UI 0.2.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.platform.doc.tips 0.2.0-SNAPSHOT ....... SKIPPED [INFO] [bundle] Example Debug Core Plug-in 1.5.0-SNAPSHOT . SKIPPED [INFO] [bundle] Sample Memory View Plugin 1.103.0-SNAPSHOT SKIPPED [INFO] [bundle] Mixed-mode Launching Example 1.3.0-SNAPSHOT SKIPPED [INFO] [bundle] Example Debug UI Plug-in 1.7.100-SNAPSHOT . SKIPPED [INFO] org.eclipse.debug.tests 3.12.800-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.debug.ui.launchview.tests 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.swt.fragments.localbuild 3.105.0-SNAPSHOT SKIPPED [INFO] org.eclipse.swt.tools.base 3.107.400-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.swt.tools.spies 3.108.500-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.swt.tools 3.109.600-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.swt.examples 3.107.400-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.swt.examples.browser.demos 3.107.100-SNAPSHOT SKIPPED [INFO] org.eclipse.swt.examples.launcher 3.107.100-SNAPSHOT SKIPPED [INFO] org.eclipse.swt.examples.ole.win32 3.108.0-SNAPSHOT SKIPPED [INFO] org.eclipse.swt.examples.views 3.107.100-SNAPSHOT .. SKIPPED [INFO] org.eclipse.swt.tests 3.106.1900-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.swt.tools.feature 3.108.700-SNAPSHOT ... SKIPPED [INFO] org.eclipse.swt.tests.gtk 3.108.100-SNAPSHOT ....... SKIPPED [INFO] eclipse.platform.swt.binaries 4.26.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.search.tests 3.10.100-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.ui.editors.tests 3.12.500-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.ui.workbench.texteditor.tests 3.13.100-SNAPSHOT SKIPPED [INFO] [bundle] JFace Text Example 3.3.100-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.jface.text.examples 1.1.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.ui.genericeditor.tests 1.2.100-SNAPSHOT SKIPPED [INFO] [bundle] Examples for Generic Editor 1.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.text.quicksearch.tests 1.1.200-SNAPSHOT SKIPPED [INFO] [feature] Jetty Http Server Feature 1.11.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ua.tests 3.5.400-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.ua.tests.doc 1.1.400-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.ui.intro.quicklinks.examples 1.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.ui.intro.solstice.examples 1.1.0-SNAPSHOT SKIPPED [INFO] [bundle] Tip of the Day Json Provider 0.2.200-SNAPSHOT SKIPPED [INFO] [bundle] IDE Enablement for Tip of the Day 0.2.100-SNAPSHOT SKIPPED [INFO] org.eclipse.tips.feature 0.2.1800-SNAPSHOT ......... SKIPPED [INFO] infocenter-parent 4.26.0-SNAPSHOT .................. SKIPPED [INFO] [bundle] Servletbridge 1.6.200-SNAPSHOT ............ SKIPPED [INFO] [bundle] Servletbridge Http Service 1.2.200-SNAPSHOT SKIPPED [INFO] infocenter-product 1.0.0-SNAPSHOT .................. SKIPPED [INFO] infocenter-app 4.26.0-SNAPSHOT ..................... SKIPPED [INFO] org.eclipse.e4.tools 4.9.100-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.e4.tools.compat 4.8.100-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.e4.tools.emf.editor3x 4.8.100-SNAPSHOT . SKIPPED [INFO] org.eclipse.e4.tools.jdt.templates 4.9.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.e4.tools.test 1.2.0-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.e4.core.tools.feature 4.26.0-SNAPSHOT .. SKIPPED [INFO] [bundle] Configuration Admin 1.5.100-SNAPSHOT ...... SKIPPED [INFO] [bundle] Coordinator 1.5.100-SNAPSHOT .............. SKIPPED [INFO] [bundle] Device Access Service 1.1.300-SNAPSHOT .... SKIPPED [INFO] [bundle] Meta Type 1.6.200-SNAPSHOT ................ SKIPPED [INFO] [bundle] User Admin Service 1.2.300-SNAPSHOT ....... SKIPPED [INFO] [feature] Equinox Compendium SDK 3.22.400-SNAPSHOT . SKIPPED [INFO] [bundle] Supplemental Equinox Functionality 1.10.600-SNAPSHOT SKIPPED [INFO] [bundle] SSHD Fragment 1.1.100-SNAPSHOT ............ SKIPPED [INFO] [bundle] Console ssh support plug-in 1.2.1000-SNAPSHOT SKIPPED [INFO] [bundle] XSLT Transform Provider 1.2.200-SNAPSHOT .. SKIPPED [INFO] [bundle] Transformer Hook Framework Extension 1.3.200-SNAPSHOT SKIPPED [INFO] [bundle] Region Digraph 1.5.300-SNAPSHOT ........... SKIPPED [INFO] [bundle] Log Stream Provider 1.1.0-SNAPSHOT ........ SKIPPED [INFO] [bundle] Aspect Weaving Hooks Plug-in 1.3.200-SNAPSHOT SKIPPED [INFO] [bundle] Standard Caching Service for Equinox Aspects 1.2.200-SNAPSHOT SKIPPED [INFO] [bundle] J9 CachingService Plug-in 1.2.200-SNAPSHOT SKIPPED [INFO] [feature] Equinox Core SDK 3.23.600-SNAPSHOT ....... SKIPPED [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.600-SNAPSHOT SKIPPED [INFO] org.eclipse.equinox.executable 3.8.1900-SNAPSHOT ... SKIPPED [INFO] [feature] Core Server Feature 1.14.800-SNAPSHOT .... SKIPPED [INFO] [feature] Equinox Target Components 3.23.600-SNAPSHOT SKIPPED [INFO] [feature] Simple Http Server Feature 1.7.100-SNAPSHOT SKIPPED [INFO] [test-bundle] BiDi tests 1.3.100-SNAPSHOT .......... SKIPPED [INFO] [test-bundle] Test Plug-in 1.1.200-SNAPSHOT ........ SKIPPED [INFO] [test-bundle] Common Eclipse Runtime Tests 3.15.500-SNAPSHOT SKIPPED [INFO] [test-bundle] Declarative Services Tests 1.6.300-SNAPSHOT SKIPPED [INFO] [test-bundle] Preferences Tests 3.9.200-SNAPSHOT ... SKIPPED [INFO] [test-bundle] Equinox security tests 1.2.400-SNAPSHOT SKIPPED [INFO] [test-bundle] Ssh Tests 1.3.0-SNAPSHOT ............. SKIPPED [INFO] [test-bundle] Console tests 1.3.0-SNAPSHOT ......... SKIPPED [INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests 1.8.500-SNAPSHOT SKIPPED [INFO] [bundle] slf4j Stub 1.1.100-SNAPSHOT ............... SKIPPED [INFO] org.eclipse.osgi.tests 3.16.900-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.equinox.frameworkadmin.test 1.3.0-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Discovery 1.2.0-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Discovery 1.2.200-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Installer 1.3.400-SNAPSHOT SKIPPED [INFO] [bundle] p2 Admin UI 1.2.0-SNAPSHOT ................ SKIPPED [INFO] [bundle] Provisioning Admin UI RCP (Incubation) 1.3.400-SNAPSHOT SKIPPED [INFO] [bundle] Equinox Provisioning Discovery UI 1.2.300-SNAPSHOT SKIPPED [INFO] org.eclipse.equinox.p2.tests.reconciler.product 1.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.equinox.p2.tests.verifier 1.3.100-SNAPSHOT SKIPPED [INFO] org.eclipse.equinox.p2.tests 1.8.800-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.equinox.p2.tests.discovery 1.3.200-SNAPSHOT SKIPPED [INFO] org.eclipse.equinox.p2.tests.ui 1.3.400-SNAPSHOT ... SKIPPED [INFO] [feature] Equinox p2, Discovery UI support 1.2.1100-SNAPSHOT SKIPPED [INFO] [feature] p2 Server Feature 1.12.700-SNAPSHOT ...... SKIPPED [INFO] [feature] Equinox p2, SDK 3.11.1800-SNAPSHOT ....... SKIPPED [INFO] rt.equinox.p2 4.26.0-SNAPSHOT ...................... SKIPPED [INFO] org.eclipse.equinox.p2.examples 4.26.0-SNAPSHOT .... SKIPPED [INFO] [bundle] RCP Mail (Cloud Update Example) 2.2.100-SNAPSHOT SKIPPED [INFO] [bundle] Prestartupdate 1.2.100-SNAPSHOT ........... SKIPPED [INFO] [bundle] Sdkbundlevisibility 1.2.100-SNAPSHOT ...... SKIPPED [INFO] [bundle] Sdknoautoupdates 1.2.100-SNAPSHOT ......... SKIPPED [INFO] [bundle] RCP Mail (SDK UI) 1.2.100-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.ant.optional.junit 3.3.300-SNAPSHOT .... SKIPPED [INFO] org.eclipse.releng.tests 3.5.400-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.sdk.examples 4.26.0-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.sdk.tests 4.26.0-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.test 3.5.100-SNAPSHOT .................. SKIPPED [INFO] org.eclipse.test.performance.win32 3.1.500-SNAPSHOT SKIPPED [INFO] org.eclipse.sdk.feature 4.26.0-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.sdk.examples.feature 4.26.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.test.feature 3.8.300-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.sdk.tests.feature 4.26.0-SNAPSHOT ...... SKIPPED [INFO] eclipse.platform.releng.tychoeclipsebuilder 4.26.0-SNAPSHOT SKIPPED [INFO] org.eclipse.rcp.configuration 1.1.1900-SNAPSHOT .... SKIPPED [INFO] org.eclipse.rt.osgistarterkit.product 4.26.0-SNAPSHOT SKIPPED [INFO] equinox-sdk 4.26.0-SNAPSHOT ........................ SKIPPED [INFO] eclipse-junit-tests 4.26.0-SNAPSHOT ................ SKIPPED [INFO] eclipse.platform.repository 4.26.0-SNAPSHOT ........ SKIPPED [INFO] platform-aggregator 4.26.0-SNAPSHOT ................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:34 min [INFO] Finished at: 2022-09-18T12:03:31Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) on project org.eclipse.equinox.common: Fatal error compiling: Cannot invoke "java.util.Map.keySet()" because "cache" is null -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) on project org.eclipse.equinox.common: Fatal error compiling at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:306) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: org.apache.maven.plugin.MojoExecutionException: Fatal error compiling at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:417) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile (AbstractOsgiCompilerMojo.java:370) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute (AbstractOsgiCompilerMojo.java:351) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: org.codehaus.plexus.compiler.CompilerException: Cannot invoke "java.util.Map.keySet()" because "cache" is null at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess (JDTCompiler.java:383) at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile (JDTCompiler.java:123) at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:414) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile (AbstractOsgiCompilerMojo.java:370) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute (AbstractOsgiCompilerMojo.java:351) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.equinox.common Build step 'Invoke top-level Maven targets' marked build as failure Terminating xvnc. Archiving artifacts Finished: FAILURE