Skip to content
Success

Console Output

20:10:19 Started by upstream project "Builds/I-build-4.33" build number 20
20:10:19 originally caused by:
20:10:19  Started by timer
20:10:19 Running as SYSTEM
20:10:19 Agent centos-8-7fmqj is provisioned from template centos-8
20:10:19 ---
20:10:19 apiVersion: "v1"
20:10:19 kind: "Pod"
20:10:19 metadata:
20:10:19   annotations:
20:10:19     kubernetes.jenkins.io/last-refresh: "1718583014096"
20:10:19   labels:
20:10:19     jenkins: "slave"
20:10:19     jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
20:10:19     jenkins/label: "centos-latest_centos-8"
20:10:19     kubernetes.jenkins.io/controller: "http___jenkins-ui_releng_svc_cluster_local_relengx"
20:10:19   name: "centos-8-7fmqj"
20:10:19   namespace: "releng"
20:10:19 spec:
20:10:19   containers:
20:10:19   - env:
20:10:19     - name: "JENKINS_SECRET"
20:10:19       value: "********"
20:10:19     - name: "JENKINS_TUNNEL"
20:10:19       value: "jenkins-discovery.releng.svc.cluster.local:50000"
20:10:19     - name: "JENKINS_AGENT_NAME"
20:10:19       value: "centos-8-7fmqj"
20:10:19     - name: "JENKINS_REMOTING_JAVA_OPTS"
20:10:19       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
20:10:19         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
20:10:19     - name: "JAVA_TOOL_OPTIONS"
20:10:19       value: ""
20:10:19     - name: "_JAVA_OPTIONS"
20:10:19       value: ""
20:10:19     - name: "REMOTING_OPTS"
20:10:19       value: "-noReconnectAfter 1d"
20:10:19     - name: "OPENJ9_JAVA_OPTIONS"
20:10:19       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
20:10:19     - name: "JENKINS_NAME"
20:10:19       value: "centos-8-7fmqj"
20:10:19     - name: "JENKINS_AGENT_WORKDIR"
20:10:19       value: "/home/jenkins/agent"
20:10:19     - name: "JENKINS_URL"
20:10:19       value: "http://jenkins-ui.releng.svc.cluster.local/releng/"
20:10:19     image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3206.vb_15dcf73f6a_9"
20:10:19     imagePullPolicy: "Always"
20:10:19     name: "jnlp"
20:10:19     resources:
20:10:19       limits:
20:10:19         cpu: "2000m"
20:10:19         memory: "4096Mi"
20:10:19       requests:
20:10:19         cpu: "1000m"
20:10:19         memory: "4096Mi"
20:10:19     tty: true
20:10:19     volumeMounts:
20:10:19     - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-releng.xml"
20:10:19       name: "m2-secret-dir"
20:10:19       readOnly: true
20:10:19       subPath: "settings-deploy-ossrh-releng.xml"
20:10:19     - mountPath: "/home/jenkins/.m2/toolchains.xml"
20:10:19       name: "m2-dir"
20:10:19       readOnly: true
20:10:19       subPath: "toolchains.xml"
20:10:19     - mountPath: "/home/jenkins/.mavenrc"
20:10:19       name: "m2-dir"
20:10:19       readOnly: true
20:10:19       subPath: ".mavenrc"
20:10:19     - mountPath: "/opt/tools"
20:10:19       name: "volume-0"
20:10:19       readOnly: false
20:10:19     - mountPath: "/home/jenkins"
20:10:19       name: "volume-2"
20:10:19       readOnly: false
20:10:19     - mountPath: "/home/jenkins/.m2/repository"
20:10:19       name: "volume-3"
20:10:19       readOnly: false
20:10:19     - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-pde.xml"
20:10:19       name: "m2-secret-dir"
20:10:19       readOnly: true
20:10:19       subPath: "settings-deploy-ossrh-pde.xml"
20:10:19     - mountPath: "/home/jenkins/.m2/settings-security.xml"
20:10:19       name: "m2-secret-dir"
20:10:19       readOnly: true
20:10:19       subPath: "settings-security.xml"
20:10:19     - mountPath: "/home/jenkins/.m2/wrapper"
20:10:19       name: "volume-4"
20:10:19       readOnly: false
20:10:19     - mountPath: "/home/jenkins/.m2/settings.xml"
20:10:19       name: "m2-secret-dir"
20:10:19       readOnly: true
20:10:19       subPath: "settings.xml"
20:10:19     - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-jdt.xml"
20:10:19       name: "m2-secret-dir"
20:10:19       readOnly: true
20:10:19       subPath: "settings-deploy-ossrh-jdt.xml"
20:10:19     - mountPath: "/home/jenkins/.ssh"
20:10:19       name: "volume-1"
20:10:19       readOnly: false
20:10:19       subPath: ""
20:10:19     - mountPath: "/home/jenkins/agent"
20:10:19       name: "workspace-volume"
20:10:19       readOnly: false
20:10:19     workingDir: "/home/jenkins/agent"
20:10:19   nodeSelector:
20:10:19     kubernetes.io/os: "linux"
20:10:19   restartPolicy: "Never"
20:10:19   volumes:
20:10:19   - name: "volume-0"
20:10:19     persistentVolumeClaim:
20:10:19       claimName: "tools-claim-jiro-releng"
20:10:19       readOnly: true
20:10:19   - name: "m2-secret-dir"
20:10:19     secret:
20:10:19       secretName: "m2-secret-dir"
20:10:19   - emptyDir:
20:10:19       medium: ""
20:10:19     name: "volume-2"
20:10:19   - configMap:
20:10:19       name: "m2-dir"
20:10:19     name: "m2-dir"
20:10:19   - configMap:
20:10:19       name: "known-hosts"
20:10:19     name: "volume-1"
20:10:19   - emptyDir:
20:10:19       medium: ""
20:10:19     name: "workspace-volume"
20:10:19   - emptyDir:
20:10:19       medium: ""
20:10:19     name: "volume-4"
20:10:19   - emptyDir:
20:10:19       medium: ""
20:10:19     name: "volume-3"
20:10:19 
20:10:19 Building remotely on centos-8-7fmqj (centos-8 centos-latest) in workspace /home/jenkins/agent/workspace/CBIaggregator
20:10:19 [WS-CLEANUP] Deleting project workspace...
20:10:19 [WS-CLEANUP] Deferred wipeout is used...
20:10:19 [ssh-agent] Looking for ssh-agent implementation...
20:10:19 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
20:10:19 $ ssh-agent
20:10:19 SSH_AUTH_SOCK=/tmp/ssh-Nf6ncIxCmfoE/agent.43
20:10:19 SSH_AGENT_PID=45
20:10:19 [ssh-agent] Started.
20:10:19 Running ssh-add (command line suppressed)
20:10:19 Identity added: /home/jenkins/agent/workspace/CBIaggregator@tmp/private_key_3233394093981221761.key (/home/jenkins/agent/workspace/CBIaggregator@tmp/private_key_3233394093981221761.key)
20:10:19 [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
20:10:19 The recommended git tool is: git
20:10:20 using credential github-bot-ssh
20:10:21 Cloning the remote Git repository
20:10:21 Using shallow clone with depth 1
20:10:21 Avoid fetching tags
20:10:21 Cloning repository git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
20:10:21  > git init /home/jenkins/agent/workspace/CBIaggregator # timeout=10
20:10:21 Fetching upstream changes from git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
20:10:21  > git --version # timeout=10
20:10:21  > git --version # 'git version 2.41.0'
20:10:21 using GIT_SSH to set credentials GitHub bot (SSH)
20:10:21 [INFO] Currently running in a labeled security context
20:10:21  > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/CBIaggregator@tmp/jenkins-gitclient-ssh5173796708458037733.key
20:10:21 Verifying host key using manually-configured host key entries
20:10:21  > git fetch --no-tags --force --progress --depth=1 -- git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git +refs/heads/*:refs/remotes/origin/* # timeout=10
20:10:24  > git config remote.origin.url git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git # timeout=10
20:10:24  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
20:10:24  > git config remote.origin.url git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git # timeout=10
20:10:24 Using shallow fetch with depth 1
20:10:24 Fetching upstream changes from git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
20:10:24 using GIT_SSH to set credentials GitHub bot (SSH)
20:10:24 [INFO] Currently running in a labeled security context
20:10:24  > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/CBIaggregator@tmp/jenkins-gitclient-ssh353949733504893792.key
20:10:24 Verifying host key using manually-configured host key entries
20:10:24  > git fetch --no-tags --force --progress --depth=1 -- git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git  +refs/heads/master:refs/remotes/origin/master # timeout=10
20:10:25  > git rev-parse origin/master^{commit} # timeout=10
20:10:25 Checking out Revision 62d77925faa0ba6c77aaf5a784b31638faffbaad (origin/master)
20:10:25  > git config core.sparsecheckout # timeout=10
20:10:25  > git checkout -f 62d77925faa0ba6c77aaf5a784b31638faffbaad # timeout=10
20:10:25 Commit message: "Build input for build I20240616-1800"
20:10:25  > git rev-list --no-walk 5dbc97128f9d49ece907fea6fa4ffdb01da40580 # timeout=10
20:10:25 First time build. Skipping changelog.
20:10:25 [GitCheckoutListener] Skipping issues blame since Git has been configured with shallow clone
20:10:25 [CBIaggregator] $ /bin/bash -x /tmp/jenkins12245063956424021399.sh
20:10:25 + SCRIPT=/home/jenkins/agent/workspace/CBIaggregator/work/CBIaggregator.sh
20:10:25 + mv eclipse.platform.releng/publish-to-maven-central/ /home/jenkins/agent/workspace/CBIaggregator/work
20:10:25 + chmod +x /home/jenkins/agent/workspace/CBIaggregator/work/CBIaggregator.sh
20:10:25 + /home/jenkins/agent/workspace/CBIaggregator/work/CBIaggregator.sh -snapshot
20:10:25 ==== CBI aggregator ====
20:10:25 -snapshot
20:10:25 Extracting Eclipse from /home/data/httpd/download.eclipse.org/eclipse/downloads/drops4/R-4.32-202406010610/eclipse-SDK-4.32-linux-gtk-x86_64.tar.gz ...
20:10:35 Successfully installed: /home/jenkins/agent/workspace/CBIaggregator/tools/eclipse/eclipse
20:10:35 Installing the CBI aggregator into /home/jenkins/agent/workspace/CBIaggregator/tools/aggregator ...
20:10:35 Unable to init server: Could not connect: Connection refused
20:10:35 Eclipse: Cannot open display: 
20:10:35 WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector
20:10:35 Unable to init server: Could not connect: Connection refused
20:10:35 Eclipse: Cannot open display: 
20:10:37 Jun 17, 2024 12:10:37 AM org.apache.aries.spifly.BaseActivator log
20:10:37 INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple
20:10:41 Installing org.eclipse.cbi.p2repo.cli.product 1.1.0.v20240524-2011.
20:10:48 Operation completed in 8766 ms.
20:10:49 Successfully installed: /home/jenkins/agent/workspace/CBIaggregator/tools/aggregator/cbiAggr
20:10:49 Running the aggregator with build model /home/jenkins/agent/workspace/CBIaggregator/work/SDK4Mvn.aggr ...
20:10:51 Loading all repositories
20:10:52 SLF4J(W): No SLF4J providers were found.
20:10:52 SLF4J(W): Defaulting to no-operation (NOP) logger implementation
20:10:52 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
20:10:54 Starting generation of composite repository
20:10:54 Adding child meta-data repository https://download.eclipse.org/eclipse/updates/4.33-I-builds
20:10:54 Done. Took 0 seconds
20:10:54 Starting generation of verification feature for validationSet: main
20:10:54 Done. Took 0 seconds
20:10:54 Starting planner verification for validationSet: main
20:10:54 Verifying config linux,gtk,aarch64...
20:10:54 Verifying config linux,gtk,ppc64le...
20:10:54 Verifying config linux,gtk,x86_64...
20:10:54 Verifying config macosx,cocoa,x86_64...
20:10:54 Verifying config macosx,cocoa,aarch64...
20:10:54 Verifying config win32,win32,x86_64...
20:10:54 Verifying config win32,win32,aarch64...
20:11:08 Verified config linux,gtk,aarch64...
20:11:08 Verified config linux,gtk,ppc64le...
20:11:08 Verified config linux,gtk,x86_64...
20:11:08 Verified config macosx,cocoa,x86_64...
20:11:08 Verified config macosx,cocoa,aarch64...
20:11:08 Verified config win32,win32,x86_64...
20:11:08 Verified config win32,win32,aarch64...
20:11:08 Verification successful
20:11:08 Done. Took 14 seconds
20:11:08 Starting mirroring of meta-data for validationSet: main
20:11:08 Mirroring meta-data consisting of 1337 units from https://download.eclipse.org/eclipse/updates/4.33-I-builds
20:11:09 Done. Took 0 seconds
20:11:09 Starting generation of categories
20:11:09 Done. Took 0 seconds
20:11:10 The mapping is identical to the p2 metadata: org.apache.batik.constants.source => org.apache.batik.([^.]+)' => 'org.apache.xmlgraphics/batik-$1', '([^.]+)\.([^.]+)\.0(?:\..*)?' => '$1.$2
20:11:10 The mapping is identical to the p2 metadata: org.apache.batik.css.source => org.apache.batik.([^.]+)' => 'org.apache.xmlgraphics/batik-$1', '([^.]+)\.([^.]+)\.0(?:\..*)?' => '$1.$2
20:11:10 The mapping is identical to the p2 metadata: org.apache.batik.i18n.source => org.apache.batik.([^.]+)' => 'org.apache.xmlgraphics/batik-$1', '([^.]+)\.([^.]+)\.0(?:\..*)?' => '$1.$2
20:11:10 The mapping is identical to the p2 metadata: org.apache.batik.util.source => org.apache.batik.([^.]+)' => 'org.apache.xmlgraphics/batik-$1', '([^.]+)\.([^.]+)\.0(?:\..*)?' => '$1.$2
20:11:10 The mapping is identical to the p2 metadata: org.apache.lucene.analysis-common.source => org\.apache\.lucene\.(.*)' => 'org.apache.lucene/lucene-$1
20:11:10 The mapping is identical to the p2 metadata: org.apache.lucene.analysis-smartcn.source => org\.apache\.lucene\.(.*)' => 'org.apache.lucene/lucene-$1
20:11:10 The mapping is identical to the p2 metadata: org.apache.lucene.core.source => org\.apache\.lucene\.(.*)' => 'org.apache.lucene/lucene-$1
20:11:10 The mapping is identical to the p2 metadata: org.junit.source => org.junit' => 'junit/junit', '([^.]+)\.([^.]+)\.0(?:\..*)?' => '$1.$2
20:11:10 Starting artifacts mirroring
20:11:10 Mirroring artifacts from https://download.eclipse.org/eclipse/updates/4.33-I-builds
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.compare.win32.source,1.3.400.v20240514-1716
20:11:10 - mirroring artifact osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.pde.junit.runtime.tests,3.7.300.v20240519-1449
20:11:10 - mirroring artifact osgi.bundle,org.objectweb.asm.tree.analysis.source,9.7.0
20:11:10 - mirroring artifact osgi.bundle,org.apache.ant,1.10.14.v20230922-1200
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.services.source,1.6.300.v20231201-1637
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.importexport.source,1.4.400.v20240321-1450
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt.source,1.5.400.v20240416-0658
20:11:10 - mirroring artifact osgi.bundle,org.apiguardian.api,1.1.2
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.tests.pluginchecks,1.2.300.v20240321-1245
20:11:10 - mirroring artifact osgi.bundle,com.jcraft.jsch.source,0.1.55.v20230916-1400
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.model.workbench.source,2.4.300.v20240321-1245
20:11:10 - mirroring artifact binary,org.eclipse.sdk.ide.executable.cocoa.macosx.x86_64,4.33.0.I20240616-1800
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.cocoa,1.3.200.v20240309-0857
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.device.source,1.2.100.v20240513-1104
20:11:10 - mirroring artifact osgi.bundle,junit-jupiter-api.source,5.10.2
20:11:10 - mirroring artifact osgi.bundle,junit-platform-suite-commons,1.10.2
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.compare.core,3.8.500.v20240524-2010
20:11:10 - mirroring artifact binary,org.eclipse.equinox.executable_root.cocoa.macosx.aarch64,3.8.2600.v20240613-2013
20:11:10 - mirroring artifact osgi.bundle,biz.aQute.repository.source,7.0.0.202310060912
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.platform,4.33.0.v20240616-1800
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.pde.ua.core,1.3.400.v20240321-1452
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.emf.edit.source,2.22.0.v20240604-0832
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jdt.debug.ui.source,3.13.500.v20240606-1236
20:11:10 - mirroring artifact osgi.bundle,org.osgi.service.log.stream,1.0.0.202109301733
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.discovery.source,1.3.300.v20240321-1450
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.progress.source,0.4.600.v20240606-1020
20:11:10 - mirroring artifact osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.source,1.6.900.v20240613-2009
20:11:10 - mirroring artifact osgi.bundle,org.objectweb.asm.source,9.7.0
20:11:10 - mirroring artifact osgi.bundle,org.bndtools.headless.build.manager,7.0.0.202310060912
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.swt.examples.views,3.108.500.v20240605-2103
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.discovery.compatibility,1.3.300.v20240417-0757
20:11:10 - mirroring artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.aarch64,4.33.0.I20240616-1800
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.126.100.v20240614-1135
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.http.registry.source,1.4.100.v20240321-1445
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.http.servlet.tests,1.9.200.v20240502-2159
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ant.tests.ui,3.11.400.v20240413-1529
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.core.feature,1.15.200.v20240614-1552
20:11:10 - mirroring artifact osgi.bundle,bndtools.api.source,7.0.0.202310060912
20:11:10 - mirroring artifact osgi.bundle,bndtools.jareditor,7.0.0.202310060912
20:11:10 - mirroring artifact osgi.bundle,org.osgi.service.repository.source,1.1.0.201505202024
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.browser.source,3.8.300.v20240524-2010
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.text.quicksearch.source,1.2.400.v20240321-1245
20:11:10 - mirroring artifact osgi.bundle,org.apache.commons.commons-codec.source,1.16.0
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.genericeditor.tests,1.3.500.v20240506-0727
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.security.linux.source,1.1.300.v20240419-2334
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.unittest.ui,1.1.400.v20240414-0828
20:11:10 - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win.source,5.2.1.v20230802-0847
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.search.core.source,3.16.200.v20240502-1134
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.core.source,1.16.200.v20240614-1552
20:11:10 - mirroring artifact osgi.bundle,org.apache.felix.gogo.shell,1.1.4
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.tests.performance,1.6.400.v20240321-1245
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jface.databinding.source,1.15.300.v20240424-0444
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.source,3.3.0.v20240429-0913
20:11:10 - mirroring artifact osgi.bundle,biz.aQute.repository,7.0.0.202310060912
20:11:10 - mirroring artifact osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.uriSchemeHandler,1.2.300.v20240321-1245
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.tests,0.15.500.v20240418-1547
20:11:10 - mirroring artifact osgi.bundle,org.objectweb.asm.tree.source,9.7.0
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.bindings,0.14.400.v20240321-1245
20:11:10 - mirroring artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.2.3.v20230922-1600
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.common.source,3.19.100.v20240524-2011
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.preferences.tests.source,3.10.100.v20240321-1445
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.http.jetty,3.9.200.v20240321-1445
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.5.400.v20240515-1919
20:11:10 - mirroring artifact osgi.bundle,jakarta.activation-api.source,2.1.3
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.pde.source,3.15.500.v20240616-1800
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.publisher.source,1.9.200.v20240429-0755
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jsch.ui.source,1.5.400.v20240413-1529
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.contributions.source,3.6.400.v20240321-1245
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.workbench.texteditor.source,3.17.500.v20240610-1728
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox.source,1.3.200.v20240321-1450
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.swt.theme.source,0.14.400.v20240424-0956
20:11:10 - mirroring artifact osgi.bundle,org.osgi.service.wireadmin.source,1.0.2.202109301733
20:11:10 - mirroring artifact osgi.bundle,net.bytebuddy.byte-buddy-agent,1.14.17
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.pde.ui.tests.source,3.12.500.v20240519-1656
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.help.base,4.4.500.v20240616-1800
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.pde.genericeditor.extension.tests,1.2.400.v20240430-0753
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.debug.core.source,3.21.500.v20240606-1317
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.tests.views.properties.tabbed.source,3.8.400.v20240416-0658
20:11:10 - mirroring artifact osgi.bundle,org.hamcrest,2.2.0
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jdt.bcoview.source,1.2.400.v20240322-0935
20:11:10 - mirroring artifact osgi.bundle,org.apache.commons.commons-beanutils.source,1.9.4
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.feature.source,3.14.1900.v20240429-0913
20:11:10 - mirroring artifact binary,org.eclipse.sdk.ide.executable.cocoa.macosx.aarch64,4.33.0.I20240616-1800
20:11:10 - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-jsp,9.0.83
20:11:10 - mirroring artifact osgi.bundle,org.apache.commons.collections,3.2.2
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.undo.source,3.5.300.v20240207-1054
20:11:10 - mirroring artifact osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.genericeditor.examples.source,1.3.400.v20240321-1245
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.pde.bnd.ui,1.1.100.v20240612-0934
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.pde.ua.core.source,1.3.400.v20240321-1452
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jsch.tests.source,1.6.400.v20240413-1529
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.discovery.source,1.3.300.v20240321-1450
20:11:10 - mirroring artifact osgi.bundle,org.osgi.namespace.extender.source,1.0.1.201505202024
20:11:10 - mirroring artifact osgi.bundle,org.apache.commons.commons-io.source,2.16.1
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.3.200.v20240321-1450
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jsch.core.source,1.5.400.v20240413-1649
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.swt.examples.views.source,3.108.500.v20240605-2103
20:11:10 - mirroring artifact osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jdt.debug.source,3.21.400.v20240418-1414
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.tools.services.source,4.10.500.v20240321-1452
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.compare.tests.source,3.8.400.v20240415-1311
20:11:10 - mirroring artifact osgi.bundle,org.jdom,1.1.3.v20230812-1600
20:11:10 - mirrored artifact osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.security.tests,1.3.300.v20240326-2051
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.app,1.7.100.v20240321-1445
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.pde.build.source,3.12.400.v20240515-2132
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.200.v20220812-1420
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.tests.rcp.source,3.6.400.v20240424-0642
20:11:10 - mirroring artifact osgi.bundle,org.apache.commons.collections.source,3.2.2
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.team.examples.filesystem,3.7.500.v20240614-0847
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.core.net.source,1.5.400.v20240413-1529
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.debug.ui,3.18.500.v20240612-1124
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jetty.util.source,12.0.10
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.http.servletbridge.source,1.3.0.v20240213-1244
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.debug.examples.ui,1.8.400.v20240422-0543
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.win32.win32.aarch64,1.2.1100.v20240613-2013
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.search.source,3.16.200.v20240426-0859
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.core.filebuffers,3.8.300.v20240207-1054
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.2.200.v20240416-0658
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.1100.v20240613-2013
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.debug.ui.launchview.source,1.1.500.v20240415-0528
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64.source,3.126.100.v20240614-1135
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.common.source,2.32.0.v20240604-0832
20:11:10 - mirroring artifact osgi.bundle,biz.aQute.bndlib,7.0.0.202310060912
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.javaeditor.source,3.4.300.v20231214-2114
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.swt.source,0.17.400.v20240425-0840
20:11:10 - mirroring artifact osgi.bundle,org.jdom.source,1.1.3.v20230812-1600
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.transport.ecf.source,1.4.300.v20240321-1450
20:11:10 - mirroring artifact binary,org.eclipse.equinox.executable_root.gtk.linux.aarch64,3.8.2600.v20240613-2013
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.core.tests.net.source,1.6.400.v20240414-0911
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.pluggable.tests,3.6.400.v20240321-1252
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.pde.spy.css,0.13.400.v20240321-1452
20:11:10 - mirroring artifact osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6
20:11:10 - mirroring artifact binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.33.0.I20240616-1800
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.navigator.resources,3.9.300.v20240506-0929
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.security.macosx.source,1.102.300.v20240419-2334
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.preferences.tests,3.10.100.v20240321-1445
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.osgi.tests.source,3.19.100.v20240503-1654
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.source,1.2.100.v20240321-1445
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.http.registry,1.4.100.v20240321-1445
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.core.tests.runtime,3.21.400.v20240513-1328
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.di.source,1.5.400.v20240321-1245
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jetty.server.source,12.0.10
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.tools.jdt.templates,4.10.300.v20240128-1101
20:11:10 - mirroring artifact osgi.bundle,com.google.gson,2.11.0
20:11:10 - mirroring artifact osgi.bundle,org.apache.batik.css.source,1.17.0.v20231215-1130
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jetty.servlet-api,4.0.6
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.genericeditor,1.3.400.v20240511-1105
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jetty.http,12.0.10
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ltk.ui.refactoring.source,3.13.400.v20240321-1245
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.pde.spies.source,1.0.400.v20240416-0657
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.servletbridge,1.7.100.v20240327-1824
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt,3.19.600.v20240616-1800
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.pde.spy.preferences.source,0.13.400.v20240321-1452
20:11:10 - mirroring artifact osgi.bundle,junit-platform-suite-api,1.10.2
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.console,1.4.800.v20240513-1104
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.debug.examples.core.source,1.6.400.v20240413-1529
20:11:10 - mirroring artifact binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.33.0.I20240616-1800
20:11:10 - mirroring artifact osgi.bundle,com.google.gson.source,2.11.0
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.400.v20220812-1420
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.common,2.32.0.v20240604-0832
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.emf.databinding,1.9.0.v20240604-0832
20:11:10 - mirroring artifact osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733
20:11:10 - mirroring artifact binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.33.0.I20240616-1800
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.tests.ui,1.4.400.v20240425-0751
20:11:10 - mirroring artifact osgi.bundle,org.apache.batik.i18n,1.17.0.v20231215-1130
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.7.200.v20240515-1919
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.17.500.v20240419-1233
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt.jeview.feature,1.1.400.v20240322-0935
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.urischeme,1.3.400.v20240606-1412
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.common.tests.source,3.17.200.v20240513-1104
20:11:10 - mirroring artifact osgi.bundle,org.osgi.service.component.annotations.source,1.5.1.202212101352
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.tests.harness,1.10.400.v20240321-1245
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.editors.tests.source,3.13.500.v20240614-1610
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.core.databinding.property,1.10.300.v20240424-0444
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.core.feature,1.6.2.v20240407-0243
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.2.400.v20240413-1529
20:11:10 - mirroring artifact binary,org.eclipse.platform.ide.executable.win32.win32.aarch64,4.33.0.I20240616-1800
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.metatype.source,1.6.600.v20240513-1104
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.intro.universal.source,3.5.400.v20240414-1916
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.pde.junit.runtime.source,3.8.100.v20240130-1723
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jdt.launching,3.22.100.v20240612-0619
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.common.tests,3.17.200.v20240513-1104
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench3,0.17.400.v20240321-1245
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclientjava,2.0.200.v20231114-1017
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.ide,3.17.200.v20231201-1637
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.core.source,0.14.500.v20240606-0949
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.multipageeditor,3.4.300.v20240207-1054
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore.source,2.38.0.v20240604-0832
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.directorywatcher.source,1.4.400.v20240321-1450
20:11:10 - mirroring artifact osgi.bundle,org.junit,4.13.2.v20230809-1000
20:11:10 - mirroring artifact osgi.bundle,org.apache.felix.scr,2.2.12
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jetty.io.source,12.0.10
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jdt.debug.tests.source,3.12.400.v20240503-2152
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.themes.source,1.2.2500.v20240612-0908
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jetty.session,12.0.10
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jdt.junit.core,3.13.200.v20240524-2038
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.update.configurator.tests,0.2.0.v20240413-1529
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.http.servlet.source,1.8.200.v20240321-1445
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.core.services,2.4.400.v20240413-1529
20:11:10 - mirroring artifact osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.text.tests,3.14.600.v20240607-1132
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.supplement,1.10.900.v20240430-0735
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.metadata.repository.source,1.5.400.v20240515-1919
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.core.contenttype.tests.source,1.4.100.v20240413-1529
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.tests.ui.source,1.4.400.v20240425-0751
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jdt.launching.ui.macosx.source,1.4.300.v20240321-1645
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.5.400.v20240321-1450
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jetty.security.source,12.0.10
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.core.expressions,3.9.400.v20240413-1529
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.12.0.v20240604-0832
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.1100.v20240613-2013
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.team.genericeditor.diff.extension.source,1.2.400.v20240413-1529
20:11:10 - mirroring artifact osgi.bundle,org.apache.lucene.analysis-smartcn.source,9.11.0.v20240607-1000
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source,0.14.400.v20240525-0701
20:11:10 - mirroring artifact osgi.bundle,org.mockito.mockito-core,5.12.0
20:11:10 - mirroring artifact osgi.bundle,junit-platform-launcher.source,1.10.2
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.osgi.util,3.7.300.v20231104-1118
20:11:10 - mirroring artifact osgi.bundle,jakarta.annotation-api,1.3.5
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.compare.examples.source,3.4.400.v20240413-1529
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.search.core,3.16.200.v20240502-1134
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5,1.1.0.v20230423-0417
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.hook.source,1.4.100.v20240321-1445
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.core.commands.source,1.1.400.v20240424-0444
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.discovery,1.3.300.v20240321-1450
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.test.performance.win32,3.1.600.v20230714-1309
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jdt.core.manipulation.source,1.21.200.v20240614-1550
20:11:10 - mirroring artifact osgi.bundle,jakarta.inject.jakarta.inject-api.source,2.0.1
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.debug.ui.source,3.18.500.v20240612-1124
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.tests.css.core.source,1.302.500.v20240425-0840
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jdt.debug.tests,3.12.400.v20240503-2152
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.transforms.xslt,1.3.100.v20240321-1445
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.search,3.16.200.v20240426-0859
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.ide.source,3.17.200.v20231201-1637
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.sdk.examples.source,4.33.0.v20240616-1800
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.tests,3.15.1700.v20240610-0812
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.osgi.services,3.12.100.v20240327-0645
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.team.ui.source,3.10.500.v20240614-1422
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.caching,1.3.100.v20240513-1104
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.pluggable.tests.source,3.6.400.v20240321-1252
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.core.resources.source,3.21.0.v20240614-1422
20:11:10 - mirroring artifact osgi.bundle,org.bndtools.templates.template,7.0.0.202310060912
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jdt.core.tests.binaries,1.0.300.v20240129-1341
20:11:10 - mirroring artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.2.3.v20230922-1600
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.1100.v20240613-2013
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.swt.tools.base.source,3.107.600.v20240309-0757
20:11:10 - mirroring artifact osgi.bundle,jakarta.activation-api,2.1.3
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jdt.annotation.source,1.2.100.v20240212-1051
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.editors.source,3.18.0.v20240615-0724
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.core.variables.source,3.6.400.v20240413-1529
20:11:10 - mirroring artifact osgi.bundle,org.objectweb.asm.util,9.7.0
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jdt.doc.isv,3.14.2500.v20240605-0350
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.director,2.6.400.v20240321-1450
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.app.source,1.7.100.v20240321-1445
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclient5.feature.source,1.1.702.v20240405-2224
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jetty.security,12.0.10
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.change.source,2.17.0.v20240604-0832
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.osgi,3.20.100.v20240614-1552
20:11:10 - mirroring artifact osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.text.source,3.14.100.v20240524-2010
20:11:10 - mirroring artifact osgi.bundle,org.osgi.util.pushstream.source,1.1.0.202212101352
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.jface.tests,1.4.500.v20240501-1946
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.swt.examples.ole.win32.source,3.109.200.v20240605-2103
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.readmetool,3.7.400.v20240424-0956
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.pde.core,3.18.100.v20240531-0649
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.externaltools,3.6.400.v20240416-0654
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.swt.tools.spies.source,3.109.400.v20240321-1321
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.tests.urischeme.source,1.2.500.v20240606-1412
20:11:10 - mirrored artifact osgi.bundle,org.eclipse.pde.junit.runtime.tests,3.7.300.v20240519-1449
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.pde.unittest.junit,1.0.800.v20240418-1927
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.tips.json.source,0.3.400.v20240525-0701
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.core.contenttype.tests,1.4.100.v20240413-1529
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse.source,2.4.300.v20240511-1722
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.pde.ui.templates.tests,1.2.400.v20240508-0852
20:11:10 - mirroring artifact osgi.bundle,junit-jupiter-engine,5.10.2
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.e4.core.tests,1.3.400.v20240517-2022
20:11:10 - mirroring artifact osgi.bundle,org.osgi.util.position,1.0.1.201505202026
20:11:10 - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt.astview.feature,1.2.250.v20240322-0935
20:11:10 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.javaeditor,3.4.300.v20231214-2114
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.net.linux.source,1.1.200.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.navigator.source,3.12.400.v20240424-0956
20:11:11 - mirroring artifact osgi.bundle,slf4j.api,2.0.13
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.ecore,2.38.0.v20240604-0832
20:11:11 - mirroring artifact osgi.bundle,org.apache.commons.jxpath.source,1.3.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.tests.net,1.6.400.v20240414-0911
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclientjava.feature.source,2.0.200.v20231114-1017
20:11:11 - mirroring artifact osgi.bundle,org.apache.sshd.osgi,2.12.1
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.core.tests.model.source,3.13.100.v20240615-2102
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ltk.core.refactoring.source,3.14.400.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.console.ssh.source,1.3.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.core.commands.tests,0.14.400.v20231201-1637
20:11:11 - mirroring artifact osgi.bundle,org.apache.commons.jxpath,1.3.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.help.base.source,4.4.500.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.installer.source,1.4.300.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.apache.batik.constants,1.17.0.v20231215-1130
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.databinding,1.13.300.v20240424-0444
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.ui.unittest.junit,1.1.400.v20240419-1435
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.databinding.property.source,1.10.300.v20240424-0444
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclientjava.source,2.0.200.v20231114-1017
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.bcoview,1.2.400.v20240322-0935
20:11:11 - mirroring artifact osgi.bundle,org.osgi.annotation.bundle,2.0.0.202202082230
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.junit4.runtime,1.3.100.v20231214-1952
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.ui,3.33.0.v20240607-2143
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.pluggable.core.source,1.4.400.v20240321-1252
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.tips.json,0.3.400.v20240525-0701
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.compiler.apt.tests,1.3.400.v20240320-0822
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools,1.3.500.v20240614-0642
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.compare.win32.source,1.3.400.v20240514-1716
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.jetty.source,1.11.500.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.tests,1.3.500.v20240423-0657
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.tips.feature.source,0.4.400.v20240525-0701
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ant.tests.ui.source,3.11.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.16.500.v20240606-1551
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.core.commands.tests.source,0.14.400.v20231201-1637
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.compare.core.source,3.8.500.v20240524-2010
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.metadata.source,2.9.100.v20240416-0654
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.cm,1.6.1.202109301733
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.tools.emf.editor3x,4.9.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.astview.source,1.6.150.v20240322-0935
20:11:11 - mirroring artifact osgi.bundle,org.osgi.util.xml,1.0.2.202109301733
20:11:11 - mirroring artifact osgi.bundle,slf4j.simple,2.0.13
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.swt.tools.feature.source,3.109.400.v20240321-1321
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.security.tests.source,1.3.300.v20240326-2051
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.security,1.4.300.v20240419-2334
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.search.tests.source,3.11.500.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.filebuffers.source,3.8.300.v20240207-1054
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.compare,3.11.100.v20240614-1422
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.intro.source,3.7.400.v20240414-0828
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.navigator.resources.source,3.9.300.v20240506-0929
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.repository,2.9.100.v20240511-1722
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext.source,1.0.0.v20230923-0644
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.preferences.source,3.11.100.v20240327-0645
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.filesystem.source,1.1.400.v20240419-1233
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.core.feature.source,1.15.200.v20240614-1552
20:11:11 - mirroring artifact osgi.bundle,bcutil,1.78.1
20:11:11 - mirroring artifact osgi.bundle,org.osgi.namespace.extender,1.0.1.201505202024
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.core.ssl.feature.source,1.1.600.v20240430-2140
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.p2.source,1.12.1300.v20240515-1919
20:11:11 - mirroring artifact osgi.bundle,junit-platform-engine.source,1.10.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.spy.event,1.1.400.v20240416-0657
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.core.tests.builder.source,3.12.500.v20240613-1043
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.14.400.v20240424-0956
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.tools.compatibility.migration,1.1.300.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.trace.source,1.3.300.v20231215-1019
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.compiler.tool.tests,1.4.400.v20240321-1252
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.sdk,3.11.2500.v20240616-0625
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.tips.tests.source,1.2.100.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.apache.batik.constants.source,1.17.0.v20231215-1130
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse.source,1.6.100.v20240519-2013
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.databinding.edit.source,1.12.0.v20240604-0832
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.intro.quicklinks.source,1.2.400.v20240414-1916
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.pde.spies,1.0.400.v20240416-0657
20:11:11 - mirroring artifact osgi.bundle,com.sun.jna.source,5.14.0.v20231211-1200
20:11:11 - mirroring artifact osgi.bundle,junit-jupiter-params,5.10.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.tests.verifier.source,1.4.300.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733
20:11:11 - mirroring artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.ppc64le,4.33.0.I20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.examples.launcher,3.108.400.v20240605-2103
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.emf.common,2.31.0.v20240604-0832
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.compare.examples,3.4.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.tests.views.properties.tabbed,3.8.400.v20240416-0658
20:11:11 - mirroring artifact osgi.bundle,org.osgi.namespace.contract,1.0.0.201505202024
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.core.tests.compiler.source,3.13.500.v20240613-1949
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.artifact.repository.source,1.5.400.v20240416-0654
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.di,1.5.400.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.databinding.beans.source,1.10.300.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.variables,3.6.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.jarprocessor.source,1.3.400.v20240321-1450
20:11:11 - mirroring artifact binary,org.eclipse.platform_root,4.33.0.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.tests.source,3.107.500.v20240605-2103
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.log.stream.source,1.2.0.v20240213-1244
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jface.notifications,0.7.200.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt,3.19.600.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.databinding.source,1.13.300.v20240424-0444
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.net.win32.source,1.1.400.v20240414-0911
20:11:11 - mirroring artifact osgi.bundle,org.objenesis.source,3.4.0
20:11:11 - mirroring artifact osgi.bundle,org.opentest4j.source,1.3.0
20:11:11 - mirroring artifact osgi.bundle,org.objectweb.asm.tree.analysis,9.7.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xmi,2.38.0.v20240604-0832
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.bidi.tests,1.4.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.editors,3.18.0.v20240615-0724
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.junit.core.source,3.13.200.v20240524-2038
20:11:11 - mirroring artifact osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.14.17
20:11:11 - mirroring artifact osgi.bundle,org.opentest4j,1.3.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.osgi.source,3.20.100.v20240614-1552
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.tips.ide.source,0.3.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.apache.aries.spifly.dynamic.bundle,1.3.7
20:11:11 - mirroring artifact binary,org.eclipse.equinox.executable_root.win32.win32.x86_64,3.8.2600.v20240613-2013
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.ssl.feature.source,1.1.402.v20231021-2127
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.spy.core,1.1.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.http.service.api.source,1.2.2.v20231218-2126
20:11:11 - mirroring artifact osgi.bundle,org.bndtools.headless.build.plugin.gradle,7.0.0.202310060912
20:11:11 - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-el,9.0.83
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.tests.resources,3.11.600.v20240614-1423
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.debug.tests.source,3.14.200.v20240508-1357
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jface.tests.databinding.conformance.source,1.5.500.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.rcp,1.4.100.v20240201-0843
20:11:11 - mirroring artifact binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.33.0.I20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jface.tests.source,1.4.500.v20240501-1946
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ui.templates.tests.source,1.2.400.v20240508-0852
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.bindings.tests.source,0.14.200.v20231201-1637
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.tests,3.107.500.v20240605-2103
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.source,1.9.500.v20240606-1236
20:11:11 - mirroring artifact osgi.bundle,org.apache.batik.util.source,1.17.0.v20231215-1130
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.emf.xpath,0.4.300.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.tips.ui.source,0.3.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.source,2.8.400.v20240511-1722
20:11:11 - mirroring artifact osgi.bundle,org.osgi.util.position.source,1.0.1.201505202026
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.expressions.tests.source,3.7.400.v20240419-1233
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde,3.13.2800.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.update.configurator.source,3.5.400.v20240416-0654
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.compiler.apt.tests.source,1.3.400.v20240320-0822
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.build,3.12.400.v20240515-2132
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.workbench.texteditor,3.17.500.v20240610-1728
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.tools.spies,3.109.400.v20240321-1321
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.2400.v20240515-1919
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.tools,3.110.400.v20240321-1321
20:11:11 - mirroring artifact osgi.bundle,com.ibm.icu,75.1.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.ui.unittest.junit.source,1.1.400.v20240419-1435
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.bindings.source,0.14.400.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ant.optional.junit.source,3.3.400.v20230714-1309
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.core,0.14.500.v20240606-0949
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.platform.source,4.33.0.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.test.source,3.6.100.v20240321-1442
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.search.tests,3.11.500.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.apache.lucene.analysis-smartcn,9.11.0.v20240607-1000
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.fieldassist.source,1.3.200.v20231214-2114
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.console.jaas.fragment.source,1.2.0.v20240213-1244
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.tools.services,4.10.500.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.core.manipulation,1.21.200.v20240614-1550
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.300.v20220812-1420
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ant.core,3.7.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.http.whiteboard.source,1.1.1.202109301733
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.discovery,1.3.300.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.coordinator.source,1.5.300.v20240214-0846
20:11:11 - mirroring artifact osgi.bundle,org.sat4j.core,2.3.6.v20201214
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.ide.application.source,1.5.500.v20240606-1412
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.tests.urischeme,1.2.500.v20240606-1412
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.2400.v20240519-2013
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.osgi.util.source,3.7.300.v20231104-1118
20:11:11 - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.3.1.v20240126-0900
20:11:11 - mirroring artifact osgi.bundle,assertj-core.source,3.26.0
20:11:11 - mirroring artifact binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.33.0.I20240616-1800
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.databinding.source,1.12.0.v20240604-0832
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ui.templates,3.8.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ant.launching,1.4.500.v20240613-1053
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.examples.source,3.108.500.v20240605-2103
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.126.100.v20240614-1135
20:11:11 - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-jsp.source,9.0.83
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.swt.tools.feature,3.109.400.v20240321-1321
20:11:11 - mirroring artifact binary,org.eclipse.equinox.executable_root.gtk.linux.ppc64le,3.8.2600.v20240613-2013
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.3.300.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.126.100.v20240614-1135
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature.source,1.7.200.v20240515-1919
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.console.source,3.14.100.v20240429-1358
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.ide.application,1.5.500.v20240606-1412
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ecf.ssl,1.3.100.v20240430-2140
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.registry,3.12.100.v20240524-2011
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.multipageeditor.source,3.4.300.v20240207-1054
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.repository.tools.source,2.4.400.v20240416-0654
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.themes,1.2.2500.v20240612-0908
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.win32,1.1.0.v20240405-2224
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.views.properties.tabbed.source,3.10.300.v20240424-0956
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.expressions.tests,3.7.400.v20240419-1233
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.caching.j9.source,1.3.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.forms.source,3.13.300.v20240424-0956
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.1100.v20240613-2013
20:11:11 - mirroring artifact binary,org.eclipse.sdk.ide.executable.win32.win32.x86_64,4.33.0.I20240616-1800
20:11:11 - mirroring artifact osgi.bundle,junit-platform-commons,1.10.2
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.core.feature.source,1.6.2.v20240407-0243
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.core,1.16.200.v20240614-1552
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.team.tests.core,3.10.400.v20240414-0911
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui,2.8.400.v20240511-1722
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.garbagecollector.source,1.3.300.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jface,3.35.0.v20240612-0908
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.17.400.v20240425-0840
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.server,12.0.10
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.tests.harness,3.16.0.v20240525-0701
20:11:11 - mirroring artifact osgi.bundle,net.bytebuddy.byte-buddy,1.14.17
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.3.0.v20240213-1427
20:11:11 - mirrored artifact osgi.bundle,org.objectweb.asm.tree.analysis.source,9.7.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.updatechecker.source,1.4.300.v20240514-1422
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jface.notifications.source,0.7.200.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.extensions.supplier.source,0.17.500.v20240419-1233
20:11:11 - mirroring artifact osgi.bundle,org.bndtools.versioncontrol.ignores.manager.source,7.0.0.202310060912
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.security.ui,1.4.300.v20240513-1104
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.core.source,3.8.500.v20240613-1043
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.5.300.v20240424-1301
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.team.tests.core.source,3.10.400.v20240414-0911
20:11:11 - mirroring artifact osgi.bundle,slf4j.api.source,2.0.13
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ui,3.15.300.v20240613-0913
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.ide.source,3.22.300.v20240606-1412
20:11:11 - mirroring artifact osgi.bundle,jakarta.annotation-api,2.1.1
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ua.tests.doc,1.2.500.v20240508-1001
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.edit,2.23.0.v20240604-0832
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.views,3.12.300.v20240524-2010
20:11:11 - mirroring artifact osgi.bundle,junit-platform-suite-commons.source,1.10.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.junit,3.16.500.v20240608-0137
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.3.200.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.126.100.v20240614-1135
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.security,12.0.10
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.sdk.examples.source,4.33.0.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.views.source,3.12.300.v20240524-2010
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.swt.win32,1.2.300.v20240416-0658
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.spy.context.source,1.1.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.swt.gtk.source,1.2.200.v20240416-0658
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.4.300.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.widgets,1.4.100.v20231201-1637
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jface.examples.databinding,1.4.400.v20240424-0956
20:11:11 - mirroring artifact osgi.bundle,org.bndtools.templates.template.source,7.0.0.202310060912
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.cheatsheets.source,3.8.400.v20240414-1916
20:11:11 - mirroring artifact osgi.bundle,org.objectweb.asm.tree,9.7.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator.source,2.3.200.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,junit-vintage-engine.source,5.10.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.annotations.source,1.8.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.ui,1.3.400.v20240416-0657
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.sdk.tests,4.33.0.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.ds.tests,1.7.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.metadata,2.9.100.v20240416-0654
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.core.tests.performance,3.12.400.v20240321-1252
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.tests.discovery,1.4.500.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ua.tests.source,3.6.400.v20240413-1529
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature.source,1.4.2400.v20240519-2013
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.source,1.1.0.v20230423-0417
20:11:11 - mirroring artifact osgi.bundle,org.sat4j.pb,2.3.6.v20201214
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.runtime,3.8.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.servlet,12.0.10
20:11:11 - mirroring artifact osgi.bundle,junit-jupiter-params.source,5.10.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.win32.win32.aarch64,3.126.100.v20240614-1135
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.platform.doc.isv,4.33.0.v20240604-1124
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.preferences,3.11.100.v20240327-0645
20:11:11 - mirroring artifact osgi.bundle,org.osgi.util.promise,1.3.0.202212101352
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.core.tests.compiler,3.13.500.v20240613-1949
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.tests.source,3.15.1700.v20240610-0812
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ds.ui.source,1.3.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.caching.source,1.3.100.v20240513-1104
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.net.linux,1.1.200.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.5.400.v20240416-0654
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jface.tests.databinding,1.12.400.v20240424-0444
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.extensions.source,0.18.300.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.tests.rcp,3.6.400.v20240424-0642
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.unittest.junit.source,1.1.400.v20240418-1927
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.source,3.206.100.v20240612-0908
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher,1.6.900.v20240613-2009
20:11:11 - mirroring artifact binary,org.eclipse.rcp_root,4.33.0.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.concurrent.source,1.3.100.v20240514-0729
20:11:11 - mirroring artifact binary,org.eclipse.sdk.examples_root,4.33.0.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.console,3.14.100.v20240429-1358
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.team.core,3.10.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.ssl,1.1.0.v20230422-0242
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.sdk.examples,4.33.0.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.model.workbench,2.4.300.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.source,2.37.0.v20240604-0832
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.metatype,1.6.600.v20240513-1104
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.source,1.5.300.v20240424-1301
20:11:11 - mirroring artifact osgi.bundle,org.bndtools.versioncontrol.ignores.plugin.git,7.0.0.202310060912
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.core.tests.performance.source,3.12.400.v20240321-1252
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.core.source,3.18.100.v20240531-0649
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.source,2.3.200.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.test.performance.source,3.20.200.v20240612-0620
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.filebuffers.tests,3.13.400.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.tests.harness.source,1.10.400.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.bindings.tests,0.14.200.v20231201-1637
20:11:11 - mirroring artifact osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352
20:11:11 - mirroring artifact osgi.bundle,org.tukaani.xz.source,1.9.0
20:11:11 - mirroring artifact osgi.bundle,org.junit.source,4.13.2.v20230809-1000
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.net,1.5.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.bidi,1.5.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.tests,3.6.400.v20240321-1252
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.fieldassist,1.3.200.v20231214-2114
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.coordinator.source,1.0.2.201505202024
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt.source,3.19.600.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.5.400.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.repository,1.1.0.201505202024
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.extensions,0.18.300.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.net.win32,1.1.400.v20240414-0911
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ltk.ui.refactoring,3.13.400.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.win32.win32.aarch64.source,3.126.100.v20240614-1135
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.console,1.3.400.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.junit.runtime.tests.source,3.7.300.v20240519-1449
20:11:11 - mirroring artifact osgi.bundle,junit-jupiter-migrationsupport.source,5.10.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.tests.source,1.3.500.v20240423-0657
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.executable,3.8.2600.v20240613-2013
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ltk.core.refactoring,3.14.400.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.tests.css.swt.source,0.12.600.v20240425-0840
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.ui.tests.refactoring.source,3.15.500.v20240611-2109
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.help.source,2.3.1900.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.ide,3.22.300.v20240606-1412
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.4.400.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.junit5.runtime,1.1.300.v20231214-1952
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.core.compiler.batch,3.38.100.v20240613-1949
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.externaltools,1.3.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.workbench.texteditor.tests.source,3.14.500.v20240607-1132
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.p2,1.12.1300.v20240515-1919
20:11:11 - mirroring artifact osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.17
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.emf.databinding.edit.source,1.10.0.v20240604-0832
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jface.examples.databinding.source,1.4.400.v20240424-0956
20:11:11 - mirroring artifact osgi.bundle,bcprov,1.78.1
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jface.tests.databinding.conformance,1.5.500.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.operations,2.7.400.v20240425-0751
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt,3.126.100.v20240614-1135
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.junit.runtime,3.7.400.v20231214-1952
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.tools.persistence.source,1.1.300.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.tests.harness.source,3.16.0.v20240525-0701
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.launching,3.13.0.v20240424-1246
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.tests.verifier,1.4.300.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ua.tests,3.6.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,biz.aQute.resolve,7.0.0.202310060912
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler.source,1.6.300.v20240515-1919
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.1000.v20240213-1057
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext,1.0.0.v20230923-0644
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.server.jetty,1.11.500.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.workbench.source,3.132.100.v20240612-0908
20:11:11 - mirroring artifact osgi.bundle,bndtools.api,7.0.0.202310060912
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.tools.base,3.107.600.v20240309-0757
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.sdk.tests,4.33.0.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.ui.source,3.33.0.v20240607-2143
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.annotation,2.3.0.v20240111-2306
20:11:11 - mirroring artifact osgi.bundle,org.osgi.util.measurement,1.0.2.201802012109
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.5.400.v20240416-0658
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.tests,1.9.400.v20240519-2013
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.6.100.v20240519-2013
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.change,2.17.0.v20240604-0832
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.examples,3.108.500.v20240605-2103
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.doc.user,3.15.300.v20240604-1451
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.doc.user,3.15.2200.v20240529-0958
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.debug.ui,3.13.500.v20240606-1236
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.jobs,3.15.300.v20240418-0734
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ds.annotations,1.3.300.v20240503-2142
20:11:11 - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win,5.2.1.v20230802-0847
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.source,1.11.0.v20240612-2135
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.help,3.10.400.v20240415-0528
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.http.servlet.tests.source,1.9.200.v20240502-2159
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.swt,0.15.400.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.source,1.15.400.v20240502-1134
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.core.services.source,2.4.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,bndtools.jareditor.source,7.0.0.202310060912
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.services.source,1.6.300.v20231201-1637
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.console.source,1.3.400.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.security.win32,1.3.0.v20240419-2334
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jetty.http.source,12.0.10
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.uriSchemeHandler.source,1.2.300.v20240321-1245
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.e4.rcp.source,4.33.0.v20240614-1552
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64.source,3.126.100.v20240614-1135
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.tests.runtime.source,3.21.400.v20240513-1328
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.useradmin.source,1.3.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.console.source,1.4.800.v20240513-1104
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.genericeditor.examples,1.3.400.v20240321-1245
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.tips.feature,0.4.400.v20240525-0701
20:11:11 - mirroring artifact osgi.bundle,junit-platform-runner.source,1.10.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.tips.ide,0.3.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.text,3.14.100.v20240524-2010
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.genericeditor.tests.source,1.3.500.v20240506-0727
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.tools.emf.ui.source,4.8.400.v20240416-0657
20:11:11 - mirroring artifact osgi.bundle,biz.aQute.bndlib.source,7.0.0.202310060912
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.unittest.junit,1.1.400.v20240418-1927
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.installer,1.4.300.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.widgets.source,1.4.100.v20231201-1637
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.spy.core.source,1.1.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ua.ui.source,1.3.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.cheatsheets,3.8.400.v20240414-1916
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.device,1.2.100.v20240513-1104
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.supplement.source,1.10.900.v20240430-0735
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.osgi.compatibility.state.source,1.2.1000.v20240213-1057
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.emf.ecore,2.37.0.v20240604-0832
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.tests.discovery.source,1.4.500.v20240321-1450
20:11:11 - mirroring artifact binary,org.eclipse.sdk.ide.executable.win32.win32.aarch64,4.33.0.I20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ecf.source,3.11.0.v20240407-0243
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.http.whiteboard,1.1.1.202109301733
20:11:11 - mirroring artifact osgi.bundle,org.hamcrest.core.source,2.2.0.v20230809-1000
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.sdk.examples,4.33.0.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-el.source,9.0.83
20:11:11 - mirroring artifact osgi.bundle,com.sun.jna.platform.source,5.14.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.debug.examples.ui.source,1.8.400.v20240422-0543
20:11:11 - mirroring artifact osgi.bundle,junit-platform-suite-engine.source,1.10.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ds.tests.source,1.3.300.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.browser,3.8.300.v20240524-2010
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.registry.source,3.12.100.v20240524-2011
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.ui.source,1.3.400.v20240416-0657
20:11:11 - mirroring artifact osgi.bundle,org.mockito.mockito-core.source,5.12.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.compare.examples.xml.source,3.6.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.http.servlet,1.8.200.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.tests.navigator,3.7.500.v20240502-1134
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.region,1.5.500.v20231214-2017
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.launching.ui.macosx,1.4.300.v20240321-1645
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.director.source,2.6.400.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui,3.206.100.v20240612-0908
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.test,1.4.400.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jface.text.source,3.25.200.v20240612-0908
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.director.app.source,1.3.400.v20240425-1316
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.junit.runtime,3.8.100.v20240130-1723
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.400.v20220812-1420
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.cocoa.source,1.3.200.v20240309-0857
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.dialogs.source,1.5.0.v20240424-0957
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ltk.ui.refactoring.tests.source,3.11.400.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.3.1.v20240126-0900
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.compare.tests,3.8.400.v20240415-1311
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench3.source,0.17.400.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.publisher,1.9.200.v20240429-0755
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.win32.source,3.5.300.v20240524-2010
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.team.examples.filesystem.source,3.7.500.v20240614-0847
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jetty.server,12.0.10
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.tools.source,4.10.400.v20240417-0631
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.ssl.source,1.1.0.v20230422-0242
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.engine.source,2.10.200.v20240425-1316
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.runtime,3.31.100.v20240524-2010
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.contenttype.source,3.9.400.v20240507-1301
20:11:11 - mirroring artifact osgi.bundle,junit-platform-suite-api.source,1.10.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.1100.v20240613-2013
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.databinding.observable.source,1.13.300.v20240424-0444
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.log.stream,1.2.0.v20240213-1244
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ui.tests,3.12.500.v20240519-1656
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.ssl.feature,1.1.402.v20231021-2127
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.text.quicksearch,1.2.400.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.tests.source,3.6.400.v20240321-1252
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.annotations.source,1.3.0.v20240207-2106
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.bnd.ui.source,1.1.100.v20240612-0934
20:11:11 - mirroring artifact osgi.bundle,org.bndtools.headless.build.plugin.gradle.source,7.0.0.202310060912
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.pde.unittest.junit.source,1.0.800.v20240418-1927
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.team.core.source,3.10.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.compare.win32,1.3.400.v20240514-1716
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.event.source,1.4.1.202109301733
20:11:11 - mirroring artifact osgi.bundle,bcpg.source,1.78.1
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.x86_64.source,3.126.100.v20240614-1135
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.spy.model,0.13.300.v20240131-2101
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.intro.universal,3.5.400.v20240414-1916
20:11:11 - mirroring artifact osgi.bundle,junit-platform-suite-engine,1.10.2
20:11:11 - mirroring artifact osgi.bundle,org.objectweb.asm.util.source,9.7.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.transforms.hook.source,1.4.100.v20240513-1104
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.ui.source,3.8.400.v20240321-1252
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.databinding.observable,1.13.300.v20240424-0444
20:11:11 - mirroring artifact osgi.bundle,org.apache.lucene.core.source,9.11.0.v20240607-1000
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.tools.persistence,1.1.300.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.debug.ui.launchview,1.1.500.v20240415-0528
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.tools.compatibility.migration.source,1.1.300.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.ui.tests.refactoring,3.15.500.v20240611-2109
20:11:11 - mirroring artifact osgi.bundle,bcutil.source,1.78.1
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ltk.core.refactoring.tests.source,3.10.400.v20240502-1134
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.pluggable.core,1.4.400.v20240321-1252
20:11:11 - mirroring artifact osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.6.300.v20240515-1919
20:11:11 - mirroring artifact osgi.bundle,biz.aQute.resolve.source,7.0.0.202310060912
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.frameworkadmin,2.3.200.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.tools.layout.spy.source,1.2.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.metatype.annotations,1.4.1.202109301733
20:11:11 - mirroring artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.2.3.v20230922-1600
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ant.ui,3.9.400.v20240419-1233
20:11:11 - mirroring artifact osgi.bundle,jakarta.xml.bind-api,4.0.2
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.feature,3.14.1900.v20240429-0913
20:11:11 - mirroring artifact osgi.bundle,org.objectweb.asm,9.7.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.genericeditor.extension.source,1.2.400.v20240430-0753
20:11:11 - mirroring artifact osgi.bundle,org.hamcrest.source,2.2.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.databinding.beans,1.10.300.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.launching.source,3.13.0.v20240424-1246
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.releng.tests.source,3.6.500.v20240414-1030
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.commands,3.12.200.v20240606-1551
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.emf.edit,2.22.0.v20240604-0832
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.test,3.8.1000.v20240612-0620
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.core,2.12.0.v20240515-1919
20:11:11 - mirroring artifact osgi.bundle,junit-jupiter-engine.source,5.10.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.emf.databinding.source,1.9.0.v20240604-0832
20:11:11 - mirroring artifact osgi.bundle,org.apache.lucene.analysis-common,9.11.0.v20240607-1000
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le.source,3.126.100.v20240614-1135
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature.source,1.4.2400.v20240515-1919
20:11:11 - mirroring artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.x86_64,4.33.0.I20240616-1800
20:11:11 - mirroring artifact osgi.bundle,biz.aQute.bnd.util.source,7.0.0.202310060912
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives.source,1.5.300.v20240423-0755
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.text.quicksearch.tests,1.2.300.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.transforms.xslt.source,1.3.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,junit-platform-runner,1.10.2
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.importexport.source,1.4.400.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.metatype.annotations.source,1.4.1.202109301733
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ds.annotations.source,1.3.300.v20240503-2142
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.e4.tools.persistence.feature,1.1.400.v20240321-1452
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt.ui.unittest.junit.feature,1.1.400.v20240419-1435
20:11:11 - mirroring artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.2.3.v20230922-1600
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.126.100.v20240614-1135
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.discovery.compatibility.source,1.3.300.v20240417-0757
20:11:11 - mirroring artifact osgi.bundle,org.osgi.util.pushstream,1.1.0.202212101352
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.emf.common.source,2.31.0.v20240604-0832
20:11:11 - mirroring artifact osgi.bundle,com.sun.el.javax.el.source,3.0.4
20:11:11 - mirroring artifact osgi.bundle,org.apache.commons.commons-logging.source,1.3.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ua.tests,1.3.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.bndtools.templating.source,7.0.0.202310060912
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.forms,3.13.300.v20240424-0956
20:11:11 - mirroring artifact osgi.bundle,org.apache.felix.gogo.command,1.1.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.commands.source,3.12.200.v20240606-1551
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.core.contexts,1.12.600.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.test.source,1.4.400.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.osgi.util.function.source,1.2.0.202109301733
20:11:11 - mirroring artifact osgi.bundle,jakarta.xml.bind-api.source,4.0.2
20:11:11 - mirroring artifact osgi.bundle,org.apache.lucene.core,9.11.0.v20240607-1000
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.spy.context,1.1.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.1100.v20240613-2013
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.tips.tests,1.2.100.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ant.launching.source,1.4.500.v20240613-1053
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclientjava.feature,2.0.200.v20231114-1017
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.cm.source,1.6.100.v20240329-0940
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.contenttype,3.9.400.v20240507-1301
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.linux.aarch64.source,1.4.200.v20220812-1420
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.console.ssh,1.3.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.console.jaas.fragment,1.2.0.v20240213-1244
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.runtime.source,3.8.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.junit5.runtime.source,1.1.300.v20231214-1952
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.platform.source,4.33.0.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.core.di.annotations,1.8.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.expressions.source,3.9.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.4.400.v20240416-0654
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.device,1.1.1.202109301733
20:11:11 - mirroring artifact osgi.bundle,org.osgi.util.xml.source,1.0.2.202109301733
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.region.source,1.5.500.v20231214-2017
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ant.optional.junit,3.3.400.v20230714-1309
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.css.swt.source,0.15.400.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,jakarta.annotation-api.source,2.1.1
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.10.300.v20240424-0956
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.event.source,1.7.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.core.source,2.12.0.v20240515-1919
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.event,1.4.1.202109301733
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ltk.core.refactoring.tests,3.10.400.v20240502-1134
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.security.source,12.0.10
20:11:11 - mirroring artifact osgi.bundle,org.sat4j.core.source,2.3.6.v20201214
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.debug,3.21.400.v20240418-1414
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.security.win32.source,1.3.0.v20240419-2334
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ua.tests.source,1.3.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.component,1.5.1.202212101352
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.intro,3.7.400.v20240414-0828
20:11:11 - mirroring artifact osgi.bundle,org.apache.aries.spifly.dynamic.bundle.source,1.3.7
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.tests.source,1.9.400.v20240519-2013
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.metatype.source,1.4.1.202109301733
20:11:11 - mirroring artifact osgi.bundle,org.bndtools.templating,7.0.0.202310060912
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jsch.tests,1.6.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.text.tests.source,3.14.600.v20240607-1132
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.3.400.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.126.100.v20240614-1135
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ant.core.source,3.7.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jsch.ui,1.5.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.core.tests.builder,3.12.500.v20240613-1043
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.source,1.3.500.v20240616-0625
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.text.quicksearch.tests.source,1.2.300.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.emf.xpath.source,0.4.300.v20240321-1245
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclient5.feature,1.1.702.v20240405-2224
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.cm,1.6.100.v20240329-0940
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.tests.performance.source,1.6.400.v20240321-1245
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.ecf.core.ssl.feature,1.1.600.v20240430-2140
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ecf.filetransfer,5.1.103.v20230705-0614
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.test,3.6.100.v20240321-1442
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.spy.bundle,0.13.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,slf4j.simple.source,2.0.13
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.core,3.8.500.v20240613-1043
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.security.ui.source,1.4.300.v20240513-1104
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.updatesite,1.3.400.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.externaltools.source,3.6.400.v20240416-0654
20:11:11 - mirroring artifact osgi.bundle,bcprov.source,1.78.1
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.views.log.source,1.4.400.v20240424-0956
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.update.configurator.tests.source,0.2.0.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ant.ui.source,3.9.400.v20240419-1233
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.annotation.source,2.3.0.v20240111-2306
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.propertysheet,3.5.400.v20240424-0956
20:11:11 - mirroring artifact osgi.bundle,com.jcraft.jsch,0.1.55.v20230916-1400
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.rcp,4.33.0.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.tips.core,0.3.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.apache.commons.commons-fileupload,1.5.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.views.log,1.4.400.v20240424-0956
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.help,2.3.1900.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.registry.source,1.3.0.v20240213-1427
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.tools.compat,4.9.300.v20240128-1121
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jface.text,3.25.200.v20240612-0908
20:11:11 - mirroring artifact osgi.bundle,biz.aQute.bnd.util,7.0.0.202310060912
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ant.tests.core,3.7.400.v20240413-1529
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.discovery.feature.source,1.3.400.v20240417-0757
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.core.contexts.source,1.12.600.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.4.300.v20240511-1722
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.contributions,3.6.400.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.tests.navigator.source,3.7.500.v20240502-1134
20:11:11 - mirroring artifact osgi.bundle,junit-jupiter-migrationsupport,5.10.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.update.configurator,3.5.400.v20240416-0654
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.build.tests,1.4.500.v20240611-0543
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ecf.filetransfer.source,5.1.103.v20230705-0614
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.3.300.v20240207-1113
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.trace,1.3.300.v20231215-1019
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench,1.15.400.v20240502-1134
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.debug.examples.core,1.6.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.undo,3.5.300.v20240207-1054
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.platform.doc.user,4.33.0.v20240614-0547
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.spy.preferences,0.13.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.net,1.5.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.osgi.util.function,1.2.0.202109301733
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.core.tests.source,1.3.400.v20240517-2022
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733
20:11:11 - mirroring artifact osgi.bundle,com.sun.jna.platform,5.14.0
20:11:11 - mirroring artifact osgi.bundle,org.apache.commons.commons-beanutils,1.9.4
20:11:11 - mirroring artifact osgi.bundle,org.apache.ant.source,1.10.14.v20230922-1200
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.annotation,1.2.100.v20240212-1051
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.sdk,4.33.0.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.4.300.v20240514-1422
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt.ui.unittest.junit.feature.source,1.1.400.v20240419-1435
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.intro.quicklinks,1.2.400.v20240414-1916
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.ui.tests,3.15.500.v20240607-2001
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.genericeditor.extension.tests.source,1.2.400.v20240430-0753
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.pde,3.15.500.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.win32,3.5.300.v20240524-2010
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.help.source,3.10.400.v20240415-0528
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.http.servletbridge,1.3.0.v20240213-1244
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.updatesite.source,1.3.400.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.tukaani.xz,1.9.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.tools.layout.spy,1.2.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.core.formatterapp,1.2.250.v20240311-0615
20:11:11 - mirroring artifact osgi.bundle,org.osgi.util.measurement.source,1.0.2.201802012109
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.core.tests.model,3.13.100.v20240615-2102
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.help.ui.source,4.7.0.v20240414-1916
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.progress,0.4.600.v20240606-1020
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jsch.core,1.5.400.v20240413-1649
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.rcp.source,4.33.0.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.resources,3.21.0.v20240614-1422
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.tips.ui,0.3.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.help.ui,4.7.0.v20240414-1916
20:11:11 - mirroring artifact osgi.bundle,org.apache.commons.commons-io,2.16.1
20:11:11 - mirroring artifact osgi.bundle,org.hamcrest.core,2.2.0.v20230809-1000
20:11:11 - mirroring artifact binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.33.0.I20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.propertysheet.source,3.5.400.v20240424-0956
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.osgi.tests,3.19.100.v20240503-1654
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.help.webapp,3.11.500.v20240606-0803
20:11:11 - mirroring artifact osgi.bundle,org.apache.felix.gogo.runtime,1.1.6
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.spy.css.source,0.13.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ds.ui,1.3.400.v20240321-1452
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui.source,2.4.2400.v20240519-2013
20:11:11 - mirroring artifact osgi.bundle,org.apache.felix.scr.source,2.2.12
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.concurrent,1.3.100.v20240514-0729
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.rcp.source,1.4.100.v20240201-0843
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.core.di,1.9.500.v20240606-1236
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.upnp.source,1.2.1.202109301733
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jetty.util,12.0.10
20:11:11 - mirroring artifact osgi.bundle,org.osgi.namespace.contract.source,1.0.0.201505202024
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.e4.rcp,4.33.0.v20240614-1552
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.launching.source,3.22.100.v20240612-0619
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ecf.ssl.source,1.3.100.v20240430-2140
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.5.300.v20240423-0755
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.editors.tests,3.13.500.v20240614-1610
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.tools,4.10.400.v20240417-0631
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.director.app,1.3.400.v20240425-1316
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.spy.event.source,1.1.400.v20240416-0657
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.jsp.jasper,1.2.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.security.linux,1.1.300.v20240419-2334
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.jobs.source,3.15.300.v20240418-0734
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jface.tests.databinding.source,1.12.400.v20240424-0444
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.filesystem,1.11.0.v20240612-2135
20:11:11 - mirroring artifact osgi.bundle,bcpg,1.78.1
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.edit.source,2.23.0.v20240604-0832
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.bidi.tests.source,1.4.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.core.formatterapp.source,1.2.250.v20240311-0615
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.2400.v20240519-2013
20:11:11 - mirroring artifact osgi.bundle,org.apache.commons.commons-logging,1.3.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.hook,1.4.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.unittest.ui.source,1.1.400.v20240414-0828
20:11:11 - mirroring artifact osgi.bundle,org.objenesis,3.4.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.repository.source,2.9.100.v20240511-1722
20:11:11 - mirroring artifact osgi.bundle,org.objectweb.asm.commons.source,9.7.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.security.macosx,1.102.300.v20240419-2334
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.tools.emf.ui,4.8.400.v20240416-0657
20:11:11 - mirroring artifact osgi.bundle,org.apache.commons.commons-fileupload.source,1.5.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.annotations,1.3.0.v20240207-2106
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ua.ui,1.3.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ds.core.source,1.3.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.weaving.caching.j9,1.3.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jetty.servlet-api.source,4.0.6
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.operations.source,2.7.400.v20240425-0751
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.4.400.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.security.source,1.4.300.v20240419-2334
20:11:11 - mirroring artifact osgi.bundle,junit-platform-engine,1.10.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.genericeditor.source,1.3.400.v20240511-1105
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.bidi.source,1.5.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.http.jetty.source,3.9.200.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.services,1.6.300.v20231201-1637
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.200.v20220812-1420
20:11:11 - mirroring artifact osgi.bundle,org.objectweb.asm.commons,9.7.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.tests.pluginchecks.source,1.2.300.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.workbench.texteditor.tests,3.14.500.v20240607-1132
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.win32.win32.x86_64.source,3.126.100.v20240614-1135
20:11:11 - mirroring artifact osgi.bundle,org.apache.xmlgraphics.source,2.9.0.v20230916-1600
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.compiler.tool.tests.source,1.4.400.v20240321-1252
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.launching.macosx.source,3.6.300.v20240321-1645
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.jdt.bcoview.feature,1.2.400.v20240322-0935
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.debug.core,3.21.500.v20240606-1317
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.filebuffers.tests.source,3.13.400.v20240321-1245
20:11:11 - mirroring artifact binary,org.eclipse.equinox.executable_root.gtk.linux.x86_64,3.8.2600.v20240613-2013
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.log.stream.source,1.0.0.202109301733
20:11:11 - mirroring artifact binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86_64,3.8.2600.v20240613-2013
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.source,0.16.500.v20240606-1551
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.api.tools.source,1.3.500.v20240614-0642
20:11:11 - mirroring artifact osgi.bundle,org.osgi.annotation.versioning,1.1.2.202109301733
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.common,3.19.100.v20240524-2011
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.servlet.source,12.0.10
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.compare.source,3.11.100.v20240614-1422
20:11:11 - mirroring artifact osgi.bundle,jakarta.annotation-api.source,1.3.5
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.sdk,3.23.1300.v20240614-1552
20:11:11 - mirroring artifact osgi.bundle,junit-platform-launcher,1.10.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.text.tests,3.14.400.v20240517-0600
20:11:11 - mirroring artifact osgi.bundle,org.osgi.annotation.versioning.source,1.1.2.202109301733
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.monitoring.source,1.3.300.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.core,3.38.100.v20240615-2102
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.core.compiler.batch.source,3.38.100.v20240613-1949
20:11:11 - mirroring artifact osgi.bundle,org.osgi.namespace.service.source,1.0.0.201505202024
20:11:11 - mirroring artifact osgi.bundle,junit-vintage-engine,5.10.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ltk.ui.refactoring.tests,3.11.400.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.junit.runtime.source,3.7.400.v20231214-1952
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.14.400.v20240525-0701
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ua.tests.doc.source,1.2.500.v20240508-1001
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jface.source,3.35.0.v20240612-0908
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.coordinator,1.5.300.v20240214-0846
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.compare.examples.xml,3.6.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.sdk,4.33.0.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.apache.batik.css,1.17.0.v20231215-1130
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.osgi.services.source,3.12.100.v20240327-0645
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.p2.discovery.feature,1.3.400.v20240417-0757
20:11:11 - mirroring artifact osgi.bundle,org.bndtools.versioncontrol.ignores.plugin.git.source,7.0.0.202310060912
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins.source,1.5.400.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.test.performance,3.20.200.v20240612-0620
20:11:11 - mirroring artifact osgi.bundle,junit-jupiter-api,5.10.2
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.core.runtime.feature,1.4.400.v20240614-1552
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.examples.ole.win32,3.109.200.v20240605-2103
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.e4.core.tools.feature,4.30.200.v20240417-0631
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.source,1.3.300.v20240207-1113
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.emf.databinding.edit,1.10.0.v20240604-0832
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.transforms.hook,1.4.100.v20240513-1104
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.jeview.source,1.5.300.v20240322-0935
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.help.webapp.source,3.11.500.v20240606-0803
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.workbench,3.132.100.v20240612-0908
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.net.source,1.5.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.externaltools.source,1.3.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.coordinator,1.0.2.201505202024
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.ui.tests.source,3.15.500.v20240607-2001
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.tools.compat.source,4.9.300.v20240128-1121
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.tips.core.source,0.3.400.v20240413-1529
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.tests.source,0.15.500.v20240418-1547
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.swt.win32.source,1.2.300.v20240416-0658
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.source,3.13.2800.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.urischeme.source,1.3.400.v20240606-1412
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.servletbridge.source,1.7.100.v20240327-1824
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.tools.jdt.templates.source,4.10.300.v20240128-1101
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.monitoring,1.3.300.v20240321-1245
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.ds.tests.source,1.7.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.build.tests.source,1.4.500.v20240611-0543
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.e4.core.tools.feature.source,4.30.200.v20240417-0631
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.platform,4.33.0.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.junit4.runtime.source,1.3.100.v20231214-1952
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ecf.identity,3.10.0.v20230422-0242
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.tests.resources.source,3.11.600.v20240614-1423
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ds.core,1.3.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.osgi.namespace.service,1.0.0.201505202024
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.releng.tests,3.6.500.v20240414-1030
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.tools.emf.editor3x.source,4.9.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.bndtools.headless.build.manager.source,7.0.0.202310060912
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ecf.identity.source,3.10.0.v20230422-0242
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.tests.css.core,1.302.500.v20240425-0840
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.examples.launcher.source,3.108.400.v20240605-2103
20:11:11 - mirroring artifact osgi.bundle,com.sun.jna,5.14.0.v20231211-1200
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.tests.css.swt,0.12.600.v20240425-0840
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jface.databinding,1.15.300.v20240424-0444
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jetty.ee8.server.source,12.0.10
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.core.sdk,3.25.200.v20240614-1552
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.gtk.linux.aarch64.source,3.126.100.v20240614-1135
20:11:11 - mirroring artifact osgi.bundle,org.sat4j.pb.source,2.3.6.v20201214
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.views.properties.tabbed.article.source,3.4.300.v20231214-2114
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.examples.browser.demos.source,3.108.500.v20240605-2103
20:11:11 - mirroring artifact osgi.bundle,org.bndtools.versioncontrol.ignores.manager,7.0.0.202310060912
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.useradmin,1.3.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.astview,1.6.150.v20240322-0935
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin,1.3.500.v20240616-0625
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.launching.macosx,3.6.300.v20240321-1645
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jface.text.tests,3.13.600.v20240612-0908
20:11:11 - mirroring artifact osgi.bundle,org.osgi.service.component.annotations,1.5.1.202212101352
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ds.tests,1.3.300.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.emf.ecore.xmi.source,2.38.0.v20240604-0832
20:11:11 - mirroring artifact osgi.bundle,org.apiguardian.api.source,1.1.2
20:11:11 - mirroring artifact osgi.bundle,org.apache.sshd.osgi.source,2.12.1
20:11:11 - mirroring artifact osgi.bundle,org.apache.commons.commons-codec,1.16.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.core.runtime.source,3.31.100.v20240524-2010
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.text.tests.source,3.14.400.v20240517-0600
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.filesystem,1.1.400.v20240419-1233
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.genericeditor.extension,1.2.400.v20240430-0753
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.examples.browser.demos,3.108.500.v20240605-2103
20:11:11 - mirroring artifact osgi.bundle,org.apache.batik.i18n.source,1.17.0.v20231215-1130
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ui.templates.source,3.8.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.team.ui,3.10.500.v20240614-1422
20:11:11 - mirroring artifact osgi.bundle,org.apache.felix.gogo.command.source,1.1.2
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.views.properties.tabbed.article,3.4.300.v20231214-2114
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx,1.2.1100.v20240613-2013
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.http.service.api,1.2.2.v20231218-2126
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source,1.1.0.v20240405-2224
20:11:11 - mirroring artifact osgi.bundle,org.apache.batik.util,1.17.0.v20231215-1130
20:11:11 - mirroring artifact binary,org.eclipse.equinox.executable_root.win32.win32.aarch64,3.8.2600.v20240613-2013
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.jeview,1.5.300.v20240322-0935
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.rcp,4.33.0.v20240616-1800
20:11:11 - mirroring artifact osgi.bundle,org.osgi.annotation.bundle.source,2.0.0.202202082230
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.spy.model.source,0.13.300.v20240131-2101
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.extensionlocation.source,1.5.400.v20240321-1450
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.spy.bundle.source,0.13.400.v20240321-1452
20:11:11 - mirroring artifact osgi.bundle,com.sun.el.javax.el,3.0.4
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.apt.ui,3.8.400.v20240321-1252
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.examples.readmetool.source,3.7.400.v20240424-0956
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.core.source,3.38.100.v20240615-2102
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.ui.dialogs,1.5.0.v20240424-0957
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.e4.core.commands,1.1.400.v20240424-0444
20:11:11 - mirroring artifact osgi.bundle,junit-platform-commons.source,1.10.2
20:11:11 - mirroring artifact osgi.bundle,jakarta.inject.jakarta.inject-api,2.0.1
20:11:11 - mirroring artifact osgi.bundle,com.ibm.icu.source,75.1.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.tests.forms.source,3.10.400.v20240425-0840
20:11:11 - mirroring artifact osgi.bundle,org.apache.lucene.analysis-common.source,9.11.0.v20240607-1000
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.navigator,3.12.400.v20240424-0956
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer,3.3.0.v20240429-0913
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.equinox.compendium.sdk,3.23.100.v20240513-1104
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.swt.tools.source,3.110.400.v20240321-1321
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.pde.ui.source,3.15.300.v20240613-0913
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jetty.io,12.0.10
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ecf,3.11.0.v20240407-0243
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jface.text.tests.source,3.13.600.v20240612-0908
20:11:11 - mirroring artifact org.eclipse.update.feature,org.eclipse.emf.databinding,1.12.0.v20240604-0832
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.debug.tests,3.14.200.v20240508-1357
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jdt.junit.source,3.16.500.v20240608-0137
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ui.tests.forms,3.10.400.v20240425-0840
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.event,1.7.100.v20240321-1445
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.jetty.session.source,12.0.10
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.equinox.p2.engine,2.10.200.v20240425-1316
20:11:11 - mirroring artifact osgi.bundle,assertj-core,3.26.0
20:11:11 - mirroring artifact osgi.bundle,org.eclipse.ant.tests.core.source,3.7.400.v20240413-1529
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt.source,1.5.400.v20240416-0658
20:11:11 - mirrored artifact osgi.bundle,org.apiguardian.api,1.1.2
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.ui.tests.pluginchecks,1.2.300.v20240321-1245
20:11:11 - mirrored artifact osgi.bundle,com.jcraft.jsch.source,0.1.55.v20230916-1400
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.model.workbench.source,2.4.300.v20240321-1245
20:11:11 - mirrored artifact binary,org.eclipse.sdk.ide.executable.cocoa.macosx.x86_64,4.33.0.I20240616-1800
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.ui.cocoa,1.3.200.v20240309-0857
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.equinox.device.source,1.2.100.v20240513-1104
20:11:11 - mirrored artifact osgi.bundle,org.apache.ant,1.10.14.v20230922-1200
20:11:11 - mirrored artifact osgi.bundle,junit-jupiter-api.source,5.10.2
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.compare.core,3.8.500.v20240524-2010
20:11:11 - mirrored artifact osgi.bundle,junit-platform-suite-commons,1.10.2
20:11:11 - mirrored artifact binary,org.eclipse.equinox.executable_root.cocoa.macosx.aarch64,3.8.2600.v20240613-2013
20:11:11 - mirrored artifact org.eclipse.update.feature,org.eclipse.platform,4.33.0.v20240616-1800
20:11:11 - mirrored artifact osgi.bundle,biz.aQute.repository.source,7.0.0.202310060912
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.pde.ua.core,1.3.400.v20240321-1452
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.emf.edit.source,2.22.0.v20240604-0832
20:11:11 - mirrored artifact osgi.bundle,org.osgi.service.log.stream,1.0.0.202109301733
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.discovery.source,1.3.300.v20240321-1450
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.progress.source,0.4.600.v20240606-1020
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.jdt.debug.ui.source,3.13.500.v20240606-1236
20:11:11 - mirrored artifact osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733
20:11:11 - mirrored artifact osgi.bundle,org.objectweb.asm.source,9.7.0
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.source,1.6.900.v20240613-2009
20:11:11 - mirrored artifact osgi.bundle,org.bndtools.headless.build.manager,7.0.0.202310060912
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.swt.examples.views,3.108.500.v20240605-2103
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.discovery.compatibility,1.3.300.v20240417-0757
20:11:11 - mirrored artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.aarch64,4.33.0.I20240616-1800
20:11:11 - mirrored artifact osgi.bundle,org.eclipse.equinox.http.registry.source,1.4.100.v20240321-1445
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.equinox.http.servlet.tests,1.9.200.v20240502-2159
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.ant.tests.ui,3.11.400.v20240413-1529
20:11:12 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.core.feature,1.15.200.v20240614-1552
20:11:12 - mirrored artifact osgi.bundle,bndtools.api.source,7.0.0.202310060912
20:11:12 - mirrored artifact osgi.bundle,bndtools.jareditor,7.0.0.202310060912
20:11:12 - mirrored artifact osgi.bundle,org.osgi.service.repository.source,1.1.0.201505202024
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.ui.browser.source,3.8.300.v20240524-2010
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.126.100.v20240614-1135
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.text.quicksearch.source,1.2.400.v20240321-1245
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.ui.genericeditor.tests,1.3.500.v20240506-0727
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.equinox.security.linux.source,1.1.300.v20240419-2334
20:11:12 - mirrored artifact osgi.bundle,org.apache.commons.commons-codec.source,1.16.0
20:11:12 - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win.source,5.2.1.v20230802-0847
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.search.core.source,3.16.200.v20240502-1134
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.unittest.ui,1.1.400.v20240414-0828
20:11:12 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.core.source,1.16.200.v20240614-1552
20:11:12 - mirrored artifact osgi.bundle,org.apache.felix.gogo.shell,1.1.4
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.ui.tests.performance,1.6.400.v20240321-1245
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.jface.databinding.source,1.15.300.v20240424-0444
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.source,3.3.0.v20240429-0913
20:11:12 - mirrored artifact osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.uriSchemeHandler,1.2.300.v20240321-1245
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.tests,0.15.500.v20240418-1547
20:11:12 - mirrored artifact osgi.bundle,biz.aQute.repository,7.0.0.202310060912
20:11:12 - mirrored artifact osgi.bundle,org.objectweb.asm.tree.source,9.7.0
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.bindings,0.14.400.v20240321-1245
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.equinox.common.source,3.19.100.v20240524-2011
20:11:12 - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.2.3.v20230922-1600
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.equinox.preferences.tests.source,3.10.100.v20240321-1445
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.equinox.http.jetty,3.9.200.v20240321-1445
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.5.400.v20240515-1919
20:11:12 - mirrored artifact org.eclipse.update.feature,org.eclipse.pde.source,3.15.500.v20240616-1800
20:11:12 - mirrored artifact osgi.bundle,jakarta.activation-api.source,2.1.3
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.publisher.source,1.9.200.v20240429-0755
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.jsch.ui.source,1.5.400.v20240413-1529
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.contributions.source,3.6.400.v20240321-1245
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox.source,1.3.200.v20240321-1450
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.swt.theme.source,0.14.400.v20240424-0956
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.ui.workbench.texteditor.source,3.17.500.v20240610-1728
20:11:12 - mirrored artifact osgi.bundle,org.osgi.service.wireadmin.source,1.0.2.202109301733
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.pde.ui.tests.source,3.12.500.v20240519-1656
20:11:12 - mirrored artifact osgi.bundle,net.bytebuddy.byte-buddy-agent,1.14.17
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.pde.genericeditor.extension.tests,1.2.400.v20240430-0753
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.help.base,4.4.500.v20240616-1800
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.ui.tests.views.properties.tabbed.source,3.8.400.v20240416-0658
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.debug.core.source,3.21.500.v20240606-1317
20:11:12 - mirrored artifact osgi.bundle,org.hamcrest,2.2.0
20:11:12 - mirrored artifact osgi.bundle,org.eclipse.jdt.bcoview.source,1.2.400.v20240322-0935
20:11:12 - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.feature.source,3.14.1900.v20240429-0913
20:11:13 - mirrored artifact osgi.bundle,org.apache.commons.commons-beanutils.source,1.9.4
20:11:13 - mirrored artifact binary,org.eclipse.sdk.ide.executable.cocoa.macosx.aarch64,4.33.0.I20240616-1800
20:11:13 - mirrored artifact osgi.bundle,org.apache.commons.collections,3.2.2
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.undo.source,3.5.300.v20240207-1054
20:11:13 - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-jsp,9.0.83
20:11:13 - mirrored artifact osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.ui.genericeditor.examples.source,1.3.400.v20240321-1245
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.pde.ua.core.source,1.3.400.v20240321-1452
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.pde.bnd.ui,1.1.100.v20240612-0934
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.jsch.tests.source,1.6.400.v20240413-1529
20:11:13 - mirrored artifact osgi.bundle,org.osgi.namespace.extender.source,1.0.1.201505202024
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.discovery.source,1.3.300.v20240321-1450
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.3.200.v20240321-1450
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.jsch.core.source,1.5.400.v20240413-1649
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.swt.examples.views.source,3.108.500.v20240605-2103
20:11:13 - mirrored artifact osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024
20:11:13 - mirrored artifact osgi.bundle,org.apache.commons.commons-io.source,2.16.1
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.e4.tools.services.source,4.10.500.v20240321-1452
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.compare.tests.source,3.8.400.v20240415-1311
20:11:13 - mirrored artifact osgi.bundle,org.jdom,1.1.3.v20230812-1600
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.jdt.debug.source,3.21.400.v20240418-1414
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.equinox.security.tests,1.3.300.v20240326-2051
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.equinox.app,1.7.100.v20240321-1445
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.200.v20220812-1420
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.pde.build.source,3.12.400.v20240515-2132
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.ui.tests.rcp.source,3.6.400.v20240424-0642
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.team.examples.filesystem,3.7.500.v20240614-0847
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.core.net.source,1.5.400.v20240413-1529
20:11:13 - mirrored artifact osgi.bundle,org.apache.commons.collections.source,3.2.2
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.jetty.util.source,12.0.10
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.equinox.http.servletbridge.source,1.3.0.v20240213-1244
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.debug.examples.ui,1.8.400.v20240422-0543
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.win32.win32.aarch64,1.2.1100.v20240613-2013
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.search.source,3.16.200.v20240426-0859
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.core.filebuffers,3.8.300.v20240207-1054
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.2.200.v20240416-0658
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.1100.v20240613-2013
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.debug.ui.launchview.source,1.1.500.v20240415-0528
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.debug.ui,3.18.500.v20240612-1124
20:11:13 - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.common.source,2.32.0.v20240604-0832
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64.source,3.126.100.v20240614-1135
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.javaeditor.source,3.4.300.v20231214-2114
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.swt.source,0.17.400.v20240425-0840
20:11:13 - mirrored artifact osgi.bundle,org.jdom.source,1.1.3.v20230812-1600
20:11:13 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.transport.ecf.source,1.4.300.v20240321-1450
20:11:14 - mirrored artifact binary,org.eclipse.equinox.executable_root.gtk.linux.aarch64,3.8.2600.v20240613-2013
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.core.tests.net.source,1.6.400.v20240414-0911
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.pluggable.tests,3.6.400.v20240321-1252
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.pde.spy.css,0.13.400.v20240321-1452
20:11:14 - mirrored artifact osgi.bundle,biz.aQute.bndlib,7.0.0.202310060912
20:11:14 - mirrored artifact binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.33.0.I20240616-1800
20:11:14 - mirrored artifact osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.equinox.security.macosx.source,1.102.300.v20240419-2334
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.equinox.preferences.tests,3.10.100.v20240321-1445
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.ui.navigator.resources,3.9.300.v20240506-0929
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.source,1.2.100.v20240321-1445
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.equinox.http.registry,1.4.100.v20240321-1445
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.osgi.tests.source,3.19.100.v20240503-1654
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.di.source,1.5.400.v20240321-1245
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.core.tests.runtime,3.21.400.v20240513-1328
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.jetty.server.source,12.0.10
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.e4.tools.jdt.templates,4.10.300.v20240128-1101
20:11:14 - mirrored artifact osgi.bundle,org.apache.batik.css.source,1.17.0.v20231215-1130
20:11:14 - mirrored artifact osgi.bundle,com.google.gson,2.11.0
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.jetty.servlet-api,4.0.6
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.ui.genericeditor,1.3.400.v20240511-1105
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.jetty.http,12.0.10
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.ltk.ui.refactoring.source,3.13.400.v20240321-1245
20:11:14 - mirrored artifact org.eclipse.update.feature,org.eclipse.pde.spies.source,1.0.400.v20240416-0657
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.equinox.servletbridge,1.7.100.v20240327-1824
20:11:14 - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt,3.19.600.v20240616-1800
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.pde.spy.preferences.source,0.13.400.v20240321-1452
20:11:14 - mirrored artifact osgi.bundle,junit-platform-suite-api,1.10.2
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.equinox.console,1.4.800.v20240513-1104
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.debug.examples.core.source,1.6.400.v20240413-1529
20:11:14 - mirrored artifact binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.33.0.I20240616-1800
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.400.v20220812-1420
20:11:14 Artifact repository out of sync. Overwriting /home/jenkins/agent/workspace/CBIaggregator/reporaw-1027/final/aggregate/org/eclipse/emf/features/org.eclipse.emf.common/2.32.0-SNAPSHOT/org.eclipse.emf.common-2.32.0-SNAPSHOT.jar
20:11:14 - mirrored artifact osgi.bundle,com.google.gson.source,2.11.0
20:11:14 - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.common,2.32.0.v20240604-0832
20:11:14 - mirrored artifact osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.emf.databinding,1.9.0.v20240604-0832
20:11:14 - mirrored artifact binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.33.0.I20240616-1800
20:11:14 - mirrored artifact osgi.bundle,org.apache.batik.i18n,1.17.0.v20231215-1130
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.tests.ui,1.4.400.v20240425-0751
20:11:14 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.7.200.v20240515-1919
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.17.500.v20240419-1233
20:11:14 - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt.jeview.feature,1.1.400.v20240322-0935
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.urischeme,1.3.400.v20240606-1412
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.equinox.common.tests.source,3.17.200.v20240513-1104
20:11:14 - mirrored artifact osgi.bundle,org.osgi.service.component.annotations.source,1.5.1.202212101352
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.ui.tests.harness,1.10.400.v20240321-1245
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.ui.editors.tests.source,3.13.500.v20240614-1610
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.core.databinding.property,1.10.300.v20240424-0444
20:11:14 - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.core.feature,1.6.2.v20240407-0243
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.2.400.v20240413-1529
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.equinox.metatype.source,1.6.600.v20240513-1104
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.ui.intro.universal.source,3.5.400.v20240414-1916
20:11:14 - mirrored artifact binary,org.eclipse.platform.ide.executable.win32.win32.aarch64,4.33.0.I20240616-1800
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.pde.junit.runtime.source,3.8.100.v20240130-1723
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.jdt.launching,3.22.100.v20240612-0619
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.equinox.common.tests,3.17.200.v20240513-1104
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclientjava,2.0.200.v20231114-1017
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.ide,3.17.200.v20231201-1637
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench3,0.17.400.v20240321-1245
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.multipageeditor,3.4.300.v20240207-1054
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.core.source,0.14.500.v20240606-0949
20:11:14 - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore.source,2.38.0.v20240604-0832
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.directorywatcher.source,1.4.400.v20240321-1450
20:11:14 - mirrored artifact osgi.bundle,org.junit,4.13.2.v20230809-1000
20:11:14 - mirrored artifact osgi.bundle,org.apache.felix.scr,2.2.12
20:11:14 - mirrored artifact osgi.bundle,org.eclipse.jetty.io.source,12.0.10
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.jdt.debug.tests.source,3.12.400.v20240503-2152
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.jetty.session,12.0.10
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.jdt.junit.core,3.13.200.v20240524-2038
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.update.configurator.tests,0.2.0.v20240413-1529
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.equinox.http.servlet.source,1.8.200.v20240321-1445
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.e4.core.services,2.4.400.v20240413-1529
20:11:15 - mirrored artifact osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.text.tests,3.14.600.v20240607-1132
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.equinox.supplement,1.10.900.v20240430-0735
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.metadata.repository.source,1.5.400.v20240515-1919
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.core.contenttype.tests.source,1.4.100.v20240413-1529
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.tests.ui.source,1.4.400.v20240425-0751
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.jdt.launching.ui.macosx.source,1.4.300.v20240321-1645
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.ui.themes.source,1.2.2500.v20240612-0908
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.5.400.v20240321-1450
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.core.expressions,3.9.400.v20240413-1529
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.jetty.security.source,12.0.10
20:11:15 - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.12.0.v20240604-0832
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.1100.v20240613-2013
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.team.genericeditor.diff.extension.source,1.2.400.v20240413-1529
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source,0.14.400.v20240525-0701
20:11:15 - mirrored artifact osgi.bundle,org.apache.lucene.analysis-smartcn.source,9.11.0.v20240607-1000
20:11:15 - mirrored artifact osgi.bundle,junit-platform-launcher.source,1.10.2
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.osgi.util,3.7.300.v20231104-1118
20:11:15 - mirrored artifact osgi.bundle,jakarta.annotation-api,1.3.5
20:11:15 - mirrored artifact osgi.bundle,org.mockito.mockito-core,5.12.0
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.compare.examples.source,3.4.400.v20240413-1529
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5,1.1.0.v20230423-0417
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.search.core,3.16.200.v20240502-1134
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.hook.source,1.4.100.v20240321-1445
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.e4.core.commands.source,1.1.400.v20240424-0444
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.discovery,1.3.300.v20240321-1450
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.test.performance.win32,3.1.600.v20230714-1309
20:11:15 - mirrored artifact osgi.bundle,jakarta.inject.jakarta.inject-api.source,2.0.1
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.debug.ui.source,3.18.500.v20240612-1124
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.tests.css.core.source,1.302.500.v20240425-0840
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.jdt.core.manipulation.source,1.21.200.v20240614-1550
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.equinox.transforms.xslt,1.3.100.v20240321-1445
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.search,3.16.200.v20240426-0859
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.ide.source,3.17.200.v20231201-1637
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.jdt.debug.tests,3.12.400.v20240503-2152
20:11:15 - mirrored artifact org.eclipse.update.feature,org.eclipse.sdk.examples.source,4.33.0.v20240616-1800
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.osgi.services,3.12.100.v20240327-0645
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.team.ui.source,3.10.500.v20240614-1422
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.ui.tests,3.15.1700.v20240610-0812
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.pluggable.tests.source,3.6.400.v20240321-1252
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.caching,1.3.100.v20240513-1104
20:11:15 - mirrored artifact osgi.bundle,org.bndtools.templates.template,7.0.0.202310060912
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.core.resources.source,3.21.0.v20240614-1422
20:11:15 - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.2.3.v20230922-1600
20:11:15 - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.1100.v20240613-2013
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.swt.tools.base.source,3.107.600.v20240309-0757
20:11:16 - mirrored artifact osgi.bundle,jakarta.activation-api,2.1.3
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.jdt.annotation.source,1.2.100.v20240212-1051
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.ui.editors.source,3.18.0.v20240615-0724
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.core.variables.source,3.6.400.v20240413-1529
20:11:16 - mirrored artifact osgi.bundle,org.objectweb.asm.util,9.7.0
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.jdt.doc.isv,3.14.2500.v20240605-0350
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.director,2.6.400.v20240321-1450
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.equinox.app.source,1.7.100.v20240321-1445
20:11:16 - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclient5.feature.source,1.1.702.v20240405-2224
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.jetty.security,12.0.10
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.change.source,2.17.0.v20240604-0832
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.osgi,3.20.100.v20240614-1552
20:11:16 - mirrored artifact osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.text.source,3.14.100.v20240524-2010
20:11:16 - mirrored artifact osgi.bundle,org.osgi.util.pushstream.source,1.1.0.202212101352
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.jface.tests,1.4.500.v20240501-1946
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.swt.examples.ole.win32.source,3.109.200.v20240605-2103
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.readmetool,3.7.400.v20240424-0956
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.pde.core,3.18.100.v20240531-0649
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.ui.externaltools,3.6.400.v20240416-0654
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.swt.tools.spies.source,3.109.400.v20240321-1321
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.tests.urischeme.source,1.2.500.v20240606-1412
20:11:16 - mirrored artifact org.eclipse.update.feature,org.eclipse.pde.unittest.junit,1.0.800.v20240418-1927
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.tips.json.source,0.3.400.v20240525-0701
20:11:16 - mirrored artifact osgi.bundle,org.eclipse.core.contenttype.tests,1.4.100.v20240413-1529
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse.source,2.4.300.v20240511-1722
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.pde.ui.templates.tests,1.2.400.v20240508-0852
20:11:17 - mirrored artifact osgi.bundle,junit-jupiter-engine,5.10.2
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.e4.core.tests,1.3.400.v20240517-2022
20:11:17 - mirrored artifact osgi.bundle,org.osgi.util.position,1.0.1.201505202026
20:11:17 - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt.astview.feature,1.2.250.v20240322-0935
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.javaeditor,3.4.300.v20231214-2114
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.core.net.linux.source,1.1.200.v20240413-1529
20:11:17 - mirrored artifact osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.ui.navigator.source,3.12.400.v20240424-0956
20:11:17 - mirrored artifact osgi.bundle,slf4j.api,2.0.13
20:11:17 Artifact repository out of sync. Overwriting /home/jenkins/agent/workspace/CBIaggregator/reporaw-1027/final/aggregate/org/eclipse/emf/features/org.eclipse.emf.ecore/2.38.0-SNAPSHOT/org.eclipse.emf.ecore-2.38.0-SNAPSHOT.jar
20:11:17 - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.ecore,2.38.0.v20240604-0832
20:11:17 - mirrored artifact osgi.bundle,org.apache.commons.jxpath.source,1.3.0
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.core.tests.net,1.6.400.v20240414-0911
20:11:17 - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclientjava.feature.source,2.0.200.v20231114-1017
20:11:17 - mirrored artifact osgi.bundle,org.apache.sshd.osgi,2.12.1
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.jdt.core.tests.binaries,1.0.300.v20240129-1341
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.ltk.core.refactoring.source,3.14.400.v20240321-1245
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.jdt.core.tests.model.source,3.13.100.v20240615-2102
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.e4.core.commands.tests,0.14.400.v20231201-1637
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.equinox.console.ssh.source,1.3.100.v20240321-1445
20:11:17 - mirrored artifact osgi.bundle,org.apache.commons.jxpath,1.3.0
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.help.base.source,4.4.500.v20240616-1800
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.installer.source,1.4.300.v20240321-1450
20:11:17 - mirrored artifact osgi.bundle,org.apache.batik.constants,1.17.0.v20231215-1130
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.core.databinding,1.13.300.v20240424-0444
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.jdt.ui.unittest.junit,1.1.400.v20240419-1435
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.core.databinding.property.source,1.10.300.v20240424-0444
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclientjava.source,2.0.200.v20231114-1017
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.jdt.bcoview,1.2.400.v20240322-0935
20:11:17 - mirrored artifact osgi.bundle,org.osgi.annotation.bundle,2.0.0.202202082230
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.jdt.junit4.runtime,1.3.100.v20231214-1952
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.pluggable.core.source,1.4.400.v20240321-1252
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.tips.json,0.3.400.v20240525-0701
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.jdt.compiler.apt.tests,1.3.400.v20240320-0822
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools,1.3.500.v20240614-0642
20:11:17 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.jetty.source,1.11.500.v20240321-1445
20:11:17 - mirrored artifact osgi.bundle,org.eclipse.jdt.ui,3.33.0.v20240607-2143
20:11:17 - mirrored artifact org.eclipse.update.feature,org.eclipse.tips.feature.source,0.4.400.v20240525-0701
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.ant.tests.ui.source,3.11.400.v20240413-1529
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.16.500.v20240606-1551
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.e4.core.commands.tests.source,0.14.400.v20231201-1637
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.compare.core.source,3.8.500.v20240524-2010
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.metadata.source,2.9.100.v20240416-0654
20:11:18 - mirrored artifact osgi.bundle,org.osgi.service.cm,1.6.1.202109301733
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.e4.tools.emf.editor3x,4.9.400.v20240321-1452
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.jdt.astview.source,1.6.150.v20240322-0935
20:11:18 - mirrored artifact osgi.bundle,org.osgi.util.xml,1.0.2.202109301733
20:11:18 - mirrored artifact osgi.bundle,slf4j.simple,2.0.13
20:11:18 - mirrored artifact org.eclipse.update.feature,org.eclipse.swt.tools.feature.source,3.109.400.v20240321-1321
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.equinox.security.tests.source,1.3.300.v20240326-2051
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.equinox.security,1.4.300.v20240419-2334
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.search.tests.source,3.11.500.v20240321-1245
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.core.filebuffers.source,3.8.300.v20240207-1054
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.compare,3.11.100.v20240614-1422
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.ui.intro.source,3.7.400.v20240414-0828
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.ui.navigator.resources.source,3.9.300.v20240506-0929
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.repository,2.9.100.v20240511-1722
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext.source,1.0.0.v20230923-0644
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.equinox.preferences.source,3.11.100.v20240327-0645
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.filesystem.source,1.1.400.v20240419-1233
20:11:18 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.core.feature.source,1.15.200.v20240614-1552
20:11:18 - mirrored artifact osgi.bundle,bcutil,1.78.1
20:11:18 - mirrored artifact osgi.bundle,org.osgi.namespace.extender,1.0.1.201505202024
20:11:18 - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.core.ssl.feature.source,1.1.600.v20240430-2140
20:11:18 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.p2.source,1.12.1300.v20240515-1919
20:11:18 - mirrored artifact osgi.bundle,junit-platform-engine.source,1.10.2
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.pde.spy.event,1.1.400.v20240416-0657
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.jdt.core.tests.builder.source,3.12.500.v20240613-1043
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.14.400.v20240424-0956
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.e4.tools.compatibility.migration,1.1.300.v20240321-1452
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.ui.trace.source,1.3.300.v20231215-1019
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.jdt.compiler.tool.tests,1.4.400.v20240321-1252
20:11:18 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.sdk,3.11.2500.v20240616-0625
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.tips.tests.source,1.2.100.v20240413-1529
20:11:18 - mirrored artifact osgi.bundle,org.apache.batik.constants.source,1.17.0.v20231215-1130
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse.source,1.6.100.v20240519-2013
20:11:18 Artifact repository out of sync. Overwriting /home/jenkins/agent/workspace/CBIaggregator/reporaw-1027/final/aggregate/org/eclipse/emf/features/org.eclipse.emf.databinding.edit/1.12.0-SNAPSHOT/org.eclipse.emf.databinding.edit-1.12.0-SNAPSHOT.jar
20:11:18 - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.databinding.edit.source,1.12.0.v20240604-0832
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.ui.intro.quicklinks.source,1.2.400.v20240414-1916
20:11:18 - mirrored artifact org.eclipse.update.feature,org.eclipse.pde.spies,1.0.400.v20240416-0657
20:11:18 - mirrored artifact osgi.bundle,com.sun.jna.source,5.14.0.v20231211-1200
20:11:18 - mirrored artifact osgi.bundle,junit-jupiter-params,5.10.2
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.tests.verifier.source,1.4.300.v20240321-1450
20:11:18 - mirrored artifact osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733
20:11:18 - mirrored artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.ppc64le,4.33.0.I20240616-1800
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.swt.examples.launcher,3.108.400.v20240605-2103
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.emf.common,2.31.0.v20240604-0832
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.compare.examples,3.4.400.v20240413-1529
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.ui.tests.views.properties.tabbed,3.8.400.v20240416-0658
20:11:18 - mirrored artifact osgi.bundle,org.osgi.namespace.contract,1.0.0.201505202024
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.tests,1.3.500.v20240423-0657
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.artifact.repository.source,1.5.400.v20240416-0654
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.di,1.5.400.v20240321-1245
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.core.databinding.beans.source,1.10.300.v20240321-1245
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.core.variables,3.6.400.v20240413-1529
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.jarprocessor.source,1.3.400.v20240321-1450
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.jdt.core.tests.compiler.source,3.13.500.v20240613-1949
20:11:18 - mirrored artifact binary,org.eclipse.platform_root,4.33.0.v20240616-1800
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.equinox.log.stream.source,1.2.0.v20240213-1244
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.swt.tests.source,3.107.500.v20240605-2103
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.jface.notifications,0.7.200.v20240321-1245
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.jdt,3.19.600.v20240616-1800
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.core.databinding.source,1.13.300.v20240424-0444
20:11:18 - mirrored artifact osgi.bundle,org.eclipse.core.net.win32.source,1.1.400.v20240414-0911
20:11:19 - mirrored artifact osgi.bundle,org.opentest4j.source,1.3.0
20:11:19 - mirrored artifact osgi.bundle,org.objenesis.source,3.4.0
20:11:19 - mirrored artifact osgi.bundle,org.objectweb.asm.tree.analysis,9.7.0
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.equinox.bidi.tests,1.4.100.v20240321-1445
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xmi,2.38.0.v20240604-0832
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.jdt.junit.core.source,3.13.200.v20240524-2038
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.ui.editors,3.18.0.v20240615-0724
20:11:19 - mirrored artifact osgi.bundle,org.opentest4j,1.3.0
20:11:19 - mirrored artifact osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.14.17
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.tips.ide.source,0.3.400.v20240413-1529
20:11:19 - mirrored artifact osgi.bundle,org.apache.aries.spifly.dynamic.bundle,1.3.7
20:11:19 - mirrored artifact binary,org.eclipse.equinox.executable_root.win32.win32.x86_64,3.8.2600.v20240613-2013
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.osgi.source,3.20.100.v20240614-1552
20:11:19 - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.ssl.feature.source,1.1.402.v20231021-2127
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.pde.spy.core,1.1.400.v20240321-1452
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.equinox.http.service.api.source,1.2.2.v20231218-2126
20:11:19 - mirrored artifact osgi.bundle,org.bndtools.headless.build.plugin.gradle,7.0.0.202310060912
20:11:19 - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-el,9.0.83
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.debug.tests.source,3.14.200.v20240508-1357
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.jface.tests.databinding.conformance.source,1.5.500.v20240321-1245
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.rcp,1.4.100.v20240201-0843
20:11:19 - mirrored artifact binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.33.0.I20240616-1800
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.core.tests.resources,3.11.600.v20240614-1423
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.pde.ui.templates.tests.source,1.2.400.v20240508-0852
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.bindings.tests.source,0.14.200.v20231201-1637
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.jface.tests.source,1.4.500.v20240501-1946
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.source,1.9.500.v20240606-1236
20:11:19 - mirrored artifact osgi.bundle,org.apache.batik.util.source,1.17.0.v20231215-1130
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.e4.emf.xpath,0.4.300.v20240321-1245
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.tips.ui.source,0.3.400.v20240413-1529
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.swt.tests,3.107.500.v20240605-2103
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.source,2.8.400.v20240511-1722
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.core.expressions.tests.source,3.7.400.v20240419-1233
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.pde,3.13.2800.v20240616-1800
20:11:19 - mirrored artifact osgi.bundle,org.osgi.util.position.source,1.0.1.201505202026
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.jdt.compiler.apt.tests.source,1.3.400.v20240320-0822
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.update.configurator.source,3.5.400.v20240416-0654
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.pde.build,3.12.400.v20240515-2132
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.swt.tools.spies,3.109.400.v20240321-1321
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.ui.workbench.texteditor,3.17.500.v20240610-1728
20:11:19 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.2400.v20240515-1919
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.swt.tools,3.110.400.v20240321-1321
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.jdt.ui.unittest.junit.source,1.1.400.v20240419-1435
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.bindings.source,0.14.400.v20240321-1245
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.ant.optional.junit.source,3.3.400.v20230714-1309
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.core,0.14.500.v20240606-0949
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.platform.source,4.33.0.v20240616-1800
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.test.source,3.6.100.v20240321-1442
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.search.tests,3.11.500.v20240321-1245
20:11:19 - mirrored artifact osgi.bundle,org.apache.lucene.analysis-smartcn,9.11.0.v20240607-1000
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.fieldassist.source,1.3.200.v20231214-2114
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.equinox.console.jaas.fragment.source,1.2.0.v20240213-1244
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.e4.tools.services,4.10.500.v20240321-1452
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.jdt.core.manipulation,1.21.200.v20240614-1550
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.300.v20220812-1420
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.ant.core,3.7.400.v20240413-1529
20:11:19 - mirrored artifact osgi.bundle,org.osgi.service.http.whiteboard.source,1.1.1.202109301733
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.discovery,1.3.300.v20240321-1450
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.equinox.coordinator.source,1.5.300.v20240214-0846
20:11:19 - mirrored artifact osgi.bundle,org.sat4j.core,2.3.6.v20201214
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.ui.ide.application.source,1.5.500.v20240606-1412
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.tests.urischeme,1.2.500.v20240606-1412
20:11:19 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.2400.v20240519-2013
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.osgi.util.source,3.7.300.v20231104-1118
20:11:19 - mirrored artifact osgi.bundle,com.ibm.icu,75.1.0
20:11:19 - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.3.1.v20240126-0900
20:11:19 - mirrored artifact binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.33.0.I20240616-1800
20:11:19 - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.databinding.source,1.12.0.v20240604-0832
20:11:19 - mirrored artifact osgi.bundle,assertj-core.source,3.26.0
20:11:19 - mirrored artifact osgi.bundle,org.eclipse.pde.ui.templates,3.8.400.v20240321-1452
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.ant.launching,1.4.500.v20240613-1053
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.swt.examples.source,3.108.500.v20240605-2103
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.126.100.v20240614-1135
20:11:20 - mirrored artifact org.eclipse.update.feature,org.eclipse.swt.tools.feature,3.109.400.v20240321-1321
20:11:20 - mirrored artifact binary,org.eclipse.equinox.executable_root.gtk.linux.ppc64le,3.8.2600.v20240613-2013
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.3.300.v20240321-1450
20:11:20 - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-jsp.source,9.0.83
20:11:20 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature.source,1.7.200.v20240515-1919
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.ui.console.source,3.14.100.v20240429-1358
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.ui.ide.application,1.5.500.v20240606-1412
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.ecf.ssl,1.3.100.v20240430-2140
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.126.100.v20240614-1135
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.equinox.registry,3.12.100.v20240524-2011
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.multipageeditor.source,3.4.300.v20240207-1054
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.ui.themes,1.2.2500.v20240612-0908
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.repository.tools.source,2.4.400.v20240416-0654
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.win32,1.1.0.v20240405-2224
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.core.expressions.tests,3.7.400.v20240419-1233
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.caching.j9.source,1.3.100.v20240321-1445
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.ui.views.properties.tabbed.source,3.10.300.v20240424-0956
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.1100.v20240613-2013
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.ui.forms.source,3.13.300.v20240424-0956
20:11:20 - mirrored artifact osgi.bundle,junit-platform-commons,1.10.2
20:11:20 Artifact repository out of sync. Overwriting /home/jenkins/agent/workspace/CBIaggregator/reporaw-1027/final/aggregate/org/eclipse/ecf/org.eclipse.ecf.core.feature/1.6.2-SNAPSHOT/org.eclipse.ecf.core.feature-1.6.2-SNAPSHOT.jar
20:11:20 - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.core.feature.source,1.6.2.v20240407-0243
20:11:20 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.core,1.16.200.v20240614-1552
20:11:20 - mirrored artifact binary,org.eclipse.sdk.ide.executable.win32.win32.x86_64,4.33.0.I20240616-1800
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.team.tests.core,3.10.400.v20240414-0911
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui,2.8.400.v20240511-1722
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.garbagecollector.source,1.3.300.v20240321-1450
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.17.400.v20240425-0840
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.server,12.0.10
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.jface,3.35.0.v20240612-0908
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.core.tests.harness,3.16.0.v20240525-0701
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.3.0.v20240213-1427
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.updatechecker.source,1.4.300.v20240514-1422
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.jface.notifications.source,0.7.200.v20240321-1245
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.extensions.supplier.source,0.17.500.v20240419-1233
20:11:20 - mirrored artifact osgi.bundle,org.bndtools.versioncontrol.ignores.manager.source,7.0.0.202310060912
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.equinox.security.ui,1.4.300.v20240513-1104
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.core.source,3.8.500.v20240613-1043
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.5.300.v20240424-1301
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.team.tests.core.source,3.10.400.v20240414-0911
20:11:20 - mirrored artifact osgi.bundle,slf4j.api.source,2.0.13
20:11:20 - mirrored artifact osgi.bundle,net.bytebuddy.byte-buddy,1.14.17
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.ui.ide.source,3.22.300.v20240606-1412
20:11:20 - mirrored artifact osgi.bundle,jakarta.annotation-api,2.1.1
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.ua.tests.doc,1.2.500.v20240508-1001
20:11:20 - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.edit,2.23.0.v20240604-0832
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.ui.views,3.12.300.v20240524-2010
20:11:20 - mirrored artifact osgi.bundle,junit-platform-suite-commons.source,1.10.2
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.pde.ui,3.15.300.v20240613-0913
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.3.200.v20240321-1450
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.jdt.junit,3.16.500.v20240608-0137
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.security,12.0.10
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.sdk.examples.source,4.33.0.v20240616-1800
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.ui.views.source,3.12.300.v20240524-2010
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.swt.win32,1.2.300.v20240416-0658
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.pde.spy.context.source,1.1.400.v20240321-1452
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.swt.gtk.source,1.2.200.v20240416-0658
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.4.300.v20240321-1450
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.126.100.v20240614-1135
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.widgets,1.4.100.v20231201-1637
20:11:20 - mirrored artifact osgi.bundle,org.bndtools.templates.template.source,7.0.0.202310060912
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.jface.examples.databinding,1.4.400.v20240424-0956
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.ui.cheatsheets.source,3.8.400.v20240414-1916
20:11:20 - mirrored artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator.source,2.3.200.v20240321-1450
20:11:21 - mirrored artifact osgi.bundle,junit-vintage-engine.source,5.10.2
20:11:21 - mirrored artifact osgi.bundle,org.objectweb.asm.tree,9.7.0
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.annotations.source,1.8.400.v20240413-1529
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.sdk.tests,4.33.0.v20240616-1800
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.ui,1.3.400.v20240416-0657
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.equinox.ds.tests,1.7.100.v20240321-1445
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.jdt.core.tests.performance,3.12.400.v20240321-1252
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.tests.discovery,1.4.500.v20240321-1450
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.metadata,2.9.100.v20240416-0654
20:11:21 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature.source,1.4.2400.v20240519-2013
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.source,1.1.0.v20230423-0417
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.ua.tests.source,3.6.400.v20240413-1529
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.pde.runtime,3.8.400.v20240321-1452
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.servlet,12.0.10
20:11:21 - mirrored artifact osgi.bundle,org.sat4j.pb,2.3.6.v20201214
20:11:21 - mirrored artifact osgi.bundle,junit-jupiter-params.source,5.10.2
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.swt.win32.win32.aarch64,3.126.100.v20240614-1135
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.equinox.preferences,3.11.100.v20240327-0645
20:11:21 - mirrored artifact osgi.bundle,org.osgi.util.promise,1.3.0.202212101352
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.jdt.core.tests.compiler,3.13.500.v20240613-1949
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.ui.tests.source,3.15.1700.v20240610-0812
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.pde.ds.ui.source,1.3.400.v20240321-1452
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.caching.source,1.3.100.v20240513-1104
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.core.net.linux,1.1.200.v20240413-1529
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.5.400.v20240416-0654
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.jface.tests.databinding,1.12.400.v20240424-0444
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.extensions.source,0.18.300.v20240413-1529
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.ui.tests.rcp,3.6.400.v20240424-0642
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.pde.unittest.junit.source,1.1.400.v20240418-1927
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.ui.source,3.206.100.v20240612-0908
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher,1.6.900.v20240613-2009
20:11:21 - mirrored artifact binary,org.eclipse.rcp_root,4.33.0.v20240616-1800
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.equinox.concurrent.source,1.3.100.v20240514-0729
20:11:21 - mirrored artifact binary,org.eclipse.sdk.examples_root,4.33.0.v20240616-1800
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.ui.console,3.14.100.v20240429-1358
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.team.core,3.10.400.v20240413-1529
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.ssl,1.1.0.v20230422-0242
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.sdk.examples,4.33.0.v20240616-1800
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.model.workbench,2.4.300.v20240321-1245
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.source,2.37.0.v20240604-0832
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.equinox.metatype,1.6.600.v20240513-1104
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.equinox.simpleconfigurator.source,1.5.300.v20240424-1301
20:11:21 - mirrored artifact osgi.bundle,org.bndtools.versioncontrol.ignores.plugin.git,7.0.0.202310060912
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.jdt.core.tests.performance.source,3.12.400.v20240321-1252
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.pde.core.source,3.18.100.v20240531-0649
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.source,2.3.200.v20240321-1450
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.test.performance.source,3.20.200.v20240612-0620
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.core.filebuffers.tests,3.13.400.v20240321-1245
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.ui.tests.harness.source,1.10.400.v20240321-1245
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.bindings.tests,0.14.200.v20231201-1637
20:11:21 - mirrored artifact osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352
20:11:21 - mirrored artifact osgi.bundle,org.tukaani.xz.source,1.9.0
20:11:21 - mirrored artifact osgi.bundle,org.junit.source,4.13.2.v20230809-1000
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.ui.net,1.5.400.v20240413-1529
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.equinox.bidi,1.5.100.v20240321-1445
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.tests,3.6.400.v20240321-1252
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.fieldassist,1.3.200.v20231214-2114
20:11:21 - mirrored artifact osgi.bundle,org.osgi.service.coordinator.source,1.0.2.201505202024
20:11:21 - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt.source,3.19.600.v20240616-1800
20:11:21 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.5.400.v20240321-1450
20:11:22 - mirrored artifact osgi.bundle,org.osgi.service.repository,1.1.0.201505202024
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.extensions,0.18.300.v20240413-1529
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.core.net.win32,1.1.400.v20240414-0911
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.ltk.ui.refactoring,3.13.400.v20240321-1245
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.swt.win32.win32.aarch64.source,3.126.100.v20240614-1135
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.console,1.3.400.v20240321-1450
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.pde.junit.runtime.tests.source,3.7.300.v20240519-1449
20:11:22 - mirrored artifact osgi.bundle,junit-jupiter-migrationsupport.source,5.10.2
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.tests.source,1.3.500.v20240423-0657
20:11:22 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.executable,3.8.2600.v20240613-2013
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.ltk.core.refactoring,3.14.400.v20240321-1245
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.tests.css.swt.source,0.12.600.v20240425-0840
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.jdt.ui.tests.refactoring.source,3.15.500.v20240611-2109
20:11:22 - mirrored artifact org.eclipse.update.feature,org.eclipse.help.source,2.3.1900.v20240616-1800
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.ui.ide,3.22.300.v20240606-1412
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.4.400.v20240321-1450
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.jdt.junit5.runtime,1.1.300.v20231214-1952
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.jdt.core.compiler.batch,3.38.100.v20240613-1949
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.core.externaltools,1.3.400.v20240413-1529
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.ui.workbench.texteditor.tests.source,3.14.500.v20240607-1132
20:11:22 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.p2,1.12.1300.v20240515-1919
20:11:22 - mirrored artifact osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.17
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.emf.databinding.edit.source,1.10.0.v20240604-0832
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.jface.examples.databinding.source,1.4.400.v20240424-0956
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.platform.doc.isv,4.33.0.v20240604-1124
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.jface.tests.databinding.conformance,1.5.500.v20240321-1245
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.operations,2.7.400.v20240425-0751
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.swt,3.126.100.v20240614-1135
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.jdt.junit.runtime,3.7.400.v20231214-1952
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.e4.tools.persistence.source,1.1.300.v20240321-1452
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.core.tests.harness.source,3.16.0.v20240525-0701
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.pde.launching,3.13.0.v20240424-1246
20:11:22 - mirrored artifact osgi.bundle,bcprov,1.78.1
20:11:22 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.tests.verifier,1.4.300.v20240321-1450
20:11:23 - mirrored artifact osgi.bundle,biz.aQute.resolve,7.0.0.202310060912
20:11:23 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler.source,1.6.300.v20240515-1919
20:11:23 - mirrored artifact osgi.bundle,org.eclipse.ua.tests,3.6.400.v20240413-1529
20:11:23 - mirrored artifact osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.1000.v20240213-1057
20:11:23 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.server.jetty,1.11.500.v20240321-1445
20:11:23 - mirrored artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext,1.0.0.v20230923-0644
20:11:23 - mirrored artifact osgi.bundle,bndtools.api,7.0.0.202310060912
20:11:23 - mirrored artifact osgi.bundle,org.eclipse.swt.tools.base,3.107.600.v20240309-0757
20:11:23 - mirrored artifact org.eclipse.update.feature,org.eclipse.sdk.tests,4.33.0.v20240616-1800
20:11:23 - mirrored artifact osgi.bundle,org.eclipse.ui.workbench.source,3.132.100.v20240612-0908
20:11:23 - mirrored artifact osgi.bundle,org.eclipse.jdt.annotation,2.3.0.v20240111-2306
20:11:23 - mirrored artifact osgi.bundle,org.osgi.util.measurement,1.0.2.201802012109
20:11:23 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.5.400.v20240416-0658
20:11:23 - mirrored artifact osgi.bundle,org.eclipse.jdt.ui.source,3.33.0.v20240607-2143
20:11:23 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.6.100.v20240519-2013
20:11:23 - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.change,2.17.0.v20240604-0832
20:11:23 - mirrored artifact osgi.bundle,org.eclipse.swt.examples,3.108.500.v20240605-2103
20:11:23 - mirrored artifact osgi.bundle,org.eclipse.pde.doc.user,3.15.300.v20240604-1451
20:11:23 - mirrored artifact osgi.bundle,org.eclipse.jdt.doc.user,3.15.2200.v20240529-0958
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.jdt.debug.ui,3.13.500.v20240606-1236
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.core.jobs,3.15.300.v20240418-0734
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.pde.ds.annotations,1.3.300.v20240503-2142
20:11:24 - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win,5.2.1.v20230802-0847
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.source,1.11.0.v20240612-2135
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.help,3.10.400.v20240415-0528
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.equinox.http.servlet.tests.source,1.9.200.v20240502-2159
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.swt,0.15.400.v20240321-1245
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.source,1.15.400.v20240502-1134
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.e4.core.services.source,2.4.400.v20240413-1529
20:11:24 - mirrored artifact osgi.bundle,bndtools.jareditor.source,7.0.0.202310060912
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.console.source,1.3.400.v20240321-1450
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.equinox.security.win32,1.3.0.v20240419-2334
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.jetty.http.source,12.0.10
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.uriSchemeHandler.source,1.2.300.v20240321-1245
20:11:24 - mirrored artifact org.eclipse.update.feature,org.eclipse.e4.rcp.source,4.33.0.v20240614-1552
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64.source,3.126.100.v20240614-1135
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.core.tests.runtime.source,3.21.400.v20240513-1328
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.equinox.useradmin.source,1.3.100.v20240321-1445
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.equinox.console.source,1.4.800.v20240513-1104
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.ui.genericeditor.examples,1.3.400.v20240321-1245
20:11:24 - mirrored artifact org.eclipse.update.feature,org.eclipse.tips.feature,0.4.400.v20240525-0701
20:11:24 - mirrored artifact osgi.bundle,junit-platform-runner.source,1.10.2
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.tips.ide,0.3.400.v20240413-1529
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.text,3.14.100.v20240524-2010
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.ui.genericeditor.tests.source,1.3.500.v20240506-0727
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.e4.tools.emf.ui.source,4.8.400.v20240416-0657
20:11:24 - mirrored artifact osgi.bundle,biz.aQute.bndlib.source,7.0.0.202310060912
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.pde.unittest.junit,1.1.400.v20240418-1927
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.installer,1.4.300.v20240321-1450
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.widgets.source,1.4.100.v20231201-1637
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.pde.spy.core.source,1.1.400.v20240321-1452
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.pde.ua.ui.source,1.3.400.v20240321-1452
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.ui.cheatsheets,3.8.400.v20240414-1916
20:11:24 - mirrored artifact osgi.bundle,org.eclipse.equinox.device,1.2.100.v20240513-1104
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.equinox.supplement.source,1.10.900.v20240430-0735
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.osgi.compatibility.state.source,1.2.1000.v20240213-1057
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.tests,1.9.400.v20240519-2013
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.emf.ecore,2.37.0.v20240604-0832
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.tests.discovery.source,1.4.500.v20240321-1450
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.ecf.source,3.11.0.v20240407-0243
20:11:25 - mirrored artifact osgi.bundle,org.osgi.service.http.whiteboard,1.1.1.202109301733
20:11:25 - mirrored artifact osgi.bundle,org.hamcrest.core.source,2.2.0.v20230809-1000
20:11:25 - mirrored artifact org.eclipse.update.feature,org.eclipse.sdk.examples,4.33.0.v20240616-1800
20:11:25 - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-el.source,9.0.83
20:11:25 - mirrored artifact binary,org.eclipse.sdk.ide.executable.win32.win32.aarch64,4.33.0.I20240616-1800
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.debug.examples.ui.source,1.8.400.v20240422-0543
20:11:25 - mirrored artifact osgi.bundle,junit-platform-suite-engine.source,1.10.2
20:11:25 - mirrored artifact osgi.bundle,com.sun.jna.platform.source,5.14.0
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.pde.ds.tests.source,1.3.300.v20240321-1452
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.ui.browser,3.8.300.v20240524-2010
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.equinox.registry.source,3.12.100.v20240524-2011
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.ui.source,1.3.400.v20240416-0657
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.compare.examples.xml.source,3.6.400.v20240413-1529
20:11:25 - mirrored artifact osgi.bundle,org.mockito.mockito-core.source,5.12.0
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.equinox.http.servlet,1.8.200.v20240321-1445
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.equinox.region,1.5.500.v20231214-2017
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.ui.tests.navigator,3.7.500.v20240502-1134
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.jdt.launching.ui.macosx,1.4.300.v20240321-1645
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.director.source,2.6.400.v20240321-1450
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.ui,3.206.100.v20240612-0908
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.jface.text.source,3.25.200.v20240612-0908
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.director.app.source,1.3.400.v20240425-1316
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.pde.junit.runtime,3.8.100.v20240130-1723
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.400.v20220812-1420
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.ui.cocoa.source,1.3.200.v20240309-0857
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.dialogs.source,1.5.0.v20240424-0957
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.ltk.ui.refactoring.tests.source,3.11.400.v20240321-1245
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.test,1.4.400.v20240321-1450
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.compare.tests,3.8.400.v20240415-1311
20:11:25 - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.3.1.v20240126-0900
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench3.source,0.17.400.v20240321-1245
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.ui.win32.source,3.5.300.v20240524-2010
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.publisher,1.9.200.v20240429-0755
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.team.examples.filesystem.source,3.7.500.v20240614-0847
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.e4.tools.source,4.10.400.v20240417-0631
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.ssl.source,1.1.0.v20230422-0242
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.jetty.server,12.0.10
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.engine.source,2.10.200.v20240425-1316
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.core.contenttype.source,3.9.400.v20240507-1301
20:11:25 - mirrored artifact osgi.bundle,junit-platform-suite-api.source,1.10.2
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.core.runtime,3.31.100.v20240524-2010
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.1100.v20240613-2013
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.equinox.log.stream,1.2.0.v20240213-1244
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.core.databinding.observable.source,1.13.300.v20240424-0444
20:11:25 Artifact repository out of sync. Overwriting /home/jenkins/agent/workspace/CBIaggregator/reporaw-1027/final/aggregate/org/eclipse/ecf/org.eclipse.ecf.filetransfer.ssl.feature/1.1.402-SNAPSHOT/org.eclipse.ecf.filetransfer.ssl.feature-1.1.402-SNAPSHOT.jar
20:11:25 - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.ssl.feature,1.1.402.v20231021-2127
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.text.quicksearch,1.2.400.v20240321-1245
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.tests.source,3.6.400.v20240321-1252
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.annotations.source,1.3.0.v20240207-2106
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.pde.bnd.ui.source,1.1.100.v20240612-0934
20:11:25 - mirrored artifact osgi.bundle,org.bndtools.headless.build.plugin.gradle.source,7.0.0.202310060912
20:11:25 - mirrored artifact org.eclipse.update.feature,org.eclipse.pde.unittest.junit.source,1.0.800.v20240418-1927
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.pde.ui.tests,3.12.500.v20240519-1656
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.compare.win32,1.3.400.v20240514-1716
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.team.core.source,3.10.400.v20240413-1529
20:11:25 - mirrored artifact osgi.bundle,org.osgi.service.event.source,1.4.1.202109301733
20:11:25 - mirrored artifact osgi.bundle,bcpg.source,1.78.1
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.pde.spy.model,0.13.300.v20240131-2101
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.x86_64.source,3.126.100.v20240614-1135
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.ui.intro.universal,3.5.400.v20240414-1916
20:11:25 - mirrored artifact osgi.bundle,junit-platform-suite-engine,1.10.2
20:11:25 - mirrored artifact osgi.bundle,org.objectweb.asm.util.source,9.7.0
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.equinox.transforms.hook.source,1.4.100.v20240513-1104
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.ui.source,3.8.400.v20240321-1252
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.core.databinding.observable,1.13.300.v20240424-0444
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.e4.tools.persistence,1.1.300.v20240321-1452
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.debug.ui.launchview,1.1.500.v20240415-0528
20:11:25 - mirrored artifact osgi.bundle,org.eclipse.e4.tools.compatibility.migration.source,1.1.300.v20240321-1452
20:11:26 - mirrored artifact osgi.bundle,org.apache.lucene.core.source,9.11.0.v20240607-1000
20:11:26 - mirrored artifact osgi.bundle,bcutil.source,1.78.1
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.ltk.core.refactoring.tests.source,3.10.400.v20240502-1134
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.pluggable.core,1.4.400.v20240321-1252
20:11:26 - mirrored artifact osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.6.300.v20240515-1919
20:11:26 - mirrored artifact osgi.bundle,biz.aQute.resolve.source,7.0.0.202310060912
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.frameworkadmin,2.3.200.v20240321-1450
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.jdt.ui.tests.refactoring,3.15.500.v20240611-2109
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.tools.layout.spy.source,1.2.400.v20240321-1452
20:11:26 - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.2.3.v20230922-1600
20:11:26 - mirrored artifact osgi.bundle,org.osgi.service.metatype.annotations,1.4.1.202109301733
20:11:26 - mirrored artifact osgi.bundle,jakarta.xml.bind-api,4.0.2
20:11:26 Artifact repository out of sync. Overwriting /home/jenkins/agent/workspace/CBIaggregator/reporaw-1027/final/aggregate/org/eclipse/ecf/org.eclipse.ecf.filetransfer.feature/3.14.1900-SNAPSHOT/org.eclipse.ecf.filetransfer.feature-3.14.1900-SNAPSHOT.jar
20:11:26 - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.feature,3.14.1900.v20240429-0913
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.ant.ui,3.9.400.v20240419-1233
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.pde.genericeditor.extension.source,1.2.400.v20240430-0753
20:11:26 - mirrored artifact osgi.bundle,org.objectweb.asm,9.7.0
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.core.databinding.beans,1.10.300.v20240321-1245
20:11:26 - mirrored artifact osgi.bundle,org.hamcrest.source,2.2.0
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.pde.launching.source,3.13.0.v20240424-1246
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.core.commands,3.12.200.v20240606-1551
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.releng.tests.source,3.6.500.v20240414-1030
20:11:26 - mirrored artifact org.eclipse.update.feature,org.eclipse.test,3.8.1000.v20240612-0620
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.emf.edit,2.22.0.v20240604-0832
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.core,2.12.0.v20240515-1919
20:11:26 - mirrored artifact osgi.bundle,junit-jupiter-engine.source,5.10.2
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.emf.databinding.source,1.9.0.v20240604-0832
20:11:26 - mirrored artifact osgi.bundle,org.apache.lucene.analysis-common,9.11.0.v20240607-1000
20:11:26 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature.source,1.4.2400.v20240515-1919
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le.source,3.126.100.v20240614-1135
20:11:26 - mirrored artifact binary,org.eclipse.sdk.ide.executable.gtk.linux.x86_64,4.33.0.I20240616-1800
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives.source,1.5.300.v20240423-0755
20:11:26 - mirrored artifact osgi.bundle,biz.aQute.bnd.util.source,7.0.0.202310060912
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.transforms.xslt.source,1.3.100.v20240321-1445
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.text.quicksearch.tests,1.2.300.v20240321-1245
20:11:26 - mirrored artifact osgi.bundle,junit-platform-runner,1.10.2
20:11:26 - mirrored artifact osgi.bundle,org.osgi.service.metatype.annotations.source,1.4.1.202109301733
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.pde.ds.annotations.source,1.3.300.v20240503-2142
20:11:26 - mirrored artifact org.eclipse.update.feature,org.eclipse.e4.tools.persistence.feature,1.1.400.v20240321-1452
20:11:26 - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt.ui.unittest.junit.feature,1.1.400.v20240419-1435
20:11:26 - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.2.3.v20230922-1600
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.discovery.compatibility.source,1.3.300.v20240417-0757
20:11:26 - mirrored artifact osgi.bundle,org.osgi.util.pushstream,1.1.0.202212101352
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.emf.common.source,2.31.0.v20240604-0832
20:11:26 - mirrored artifact osgi.bundle,com.sun.el.javax.el.source,3.0.4
20:11:26 - mirrored artifact osgi.bundle,org.apache.commons.commons-logging.source,1.3.2
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.126.100.v20240614-1135
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.pde.ua.tests,1.3.400.v20240321-1452
20:11:26 - mirrored artifact osgi.bundle,org.bndtools.templating.source,7.0.0.202310060912
20:11:26 - mirrored artifact osgi.bundle,org.apache.felix.gogo.command,1.1.2
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.core.commands.source,3.12.200.v20240606-1551
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.ui.forms,3.13.300.v20240424-0956
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.e4.core.contexts,1.12.600.v20240413-1529
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.frameworkadmin.test.source,1.4.400.v20240321-1450
20:11:26 - mirrored artifact osgi.bundle,org.osgi.util.function.source,1.2.0.202109301733
20:11:26 - mirrored artifact osgi.bundle,jakarta.xml.bind-api.source,4.0.2
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.pde.spy.context,1.1.400.v20240321-1452
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.1100.v20240613-2013
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.tips.tests,1.2.100.v20240413-1529
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.ant.launching.source,1.4.500.v20240613-1053
20:11:26 Artifact repository out of sync. Overwriting /home/jenkins/agent/workspace/CBIaggregator/reporaw-1027/final/aggregate/org/eclipse/ecf/org.eclipse.ecf.filetransfer.httpclientjava.feature/2.0.200-SNAPSHOT/org.eclipse.ecf.filetransfer.httpclientjava.feature-2.0.200-SNAPSHOT.jar
20:11:26 - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclientjava.feature,2.0.200.v20231114-1017
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.cm.source,1.6.100.v20240329-0940
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.core.contenttype,3.9.400.v20240507-1301
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.linux.aarch64.source,1.4.200.v20220812-1420
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.console.ssh,1.3.100.v20240321-1445
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.console.jaas.fragment,1.2.0.v20240213-1244
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.pde.runtime.source,3.8.400.v20240321-1452
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.jdt.junit5.runtime.source,1.1.300.v20231214-1952
20:11:26 - mirrored artifact org.eclipse.update.feature,org.eclipse.platform.source,4.33.0.v20240616-1800
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.e4.core.di.annotations,1.8.400.v20240413-1529
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.core.expressions.source,3.9.400.v20240413-1529
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.4.400.v20240416-0654
20:11:26 - mirrored artifact osgi.bundle,org.osgi.service.device,1.1.1.202109301733
20:11:26 - mirrored artifact osgi.bundle,org.osgi.util.xml.source,1.0.2.202109301733
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.region.source,1.5.500.v20231214-2017
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.ant.optional.junit,3.3.400.v20230714-1309
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.css.swt.source,0.15.400.v20240321-1245
20:11:26 - mirrored artifact osgi.bundle,jakarta.annotation-api.source,2.1.1
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.10.300.v20240424-0956
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.event.source,1.7.100.v20240321-1445
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.core.source,2.12.0.v20240515-1919
20:11:26 - mirrored artifact osgi.bundle,org.apache.lucene.core,9.11.0.v20240607-1000
20:11:26 - mirrored artifact osgi.bundle,org.osgi.service.event,1.4.1.202109301733
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.ltk.core.refactoring.tests,3.10.400.v20240502-1134
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.security.source,12.0.10
20:11:26 - mirrored artifact osgi.bundle,org.sat4j.core.source,2.3.6.v20201214
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.security.win32.source,1.3.0.v20240419-2334
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.pde.ua.tests.source,1.3.400.v20240321-1452
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.jdt.debug,3.21.400.v20240418-1414
20:11:26 - mirrored artifact osgi.bundle,org.osgi.service.component,1.5.1.202212101352
20:11:26 - mirrored artifact osgi.bundle,org.apache.aries.spifly.dynamic.bundle.source,1.3.7
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.ui.intro,3.7.400.v20240414-0828
20:11:26 - mirrored artifact osgi.bundle,org.osgi.service.metatype.source,1.4.1.202109301733
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.tests.source,1.9.400.v20240519-2013
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.jsch.tests,1.6.400.v20240413-1529
20:11:26 - mirrored artifact osgi.bundle,org.eclipse.text.tests.source,3.14.600.v20240607-1132
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.3.400.v20240321-1450
20:11:27 - mirrored artifact osgi.bundle,org.bndtools.templating,7.0.0.202310060912
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.ant.core.source,3.7.400.v20240413-1529
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.jsch.ui,1.5.400.v20240413-1529
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.jdt.core.tests.builder,3.12.500.v20240613-1043
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.source,1.3.500.v20240616-0625
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.126.100.v20240614-1135
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.text.quicksearch.tests.source,1.2.300.v20240321-1245
20:11:27 Artifact repository out of sync. Overwriting /home/jenkins/agent/workspace/CBIaggregator/reporaw-1027/final/aggregate/org/eclipse/ecf/org.eclipse.ecf.filetransfer.httpclient5.feature/1.1.702-SNAPSHOT/org.eclipse.ecf.filetransfer.httpclient5.feature-1.1.702-SNAPSHOT.jar
20:11:27 - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.filetransfer.httpclient5.feature,1.1.702.v20240405-2224
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.equinox.cm,1.6.100.v20240329-0940
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.e4.emf.xpath.source,0.4.300.v20240321-1245
20:11:27 Artifact repository out of sync. Overwriting /home/jenkins/agent/workspace/CBIaggregator/reporaw-1027/final/aggregate/org/eclipse/ecf/org.eclipse.ecf.core.ssl.feature/1.1.600-SNAPSHOT/org.eclipse.ecf.core.ssl.feature-1.1.600-SNAPSHOT.jar
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.ui.tests.performance.source,1.6.400.v20240321-1245
20:11:27 - mirrored artifact org.eclipse.update.feature,org.eclipse.ecf.core.ssl.feature,1.1.600.v20240430-2140
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.ecf.filetransfer,5.1.103.v20230705-0614
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.pde.spy.bundle,0.13.400.v20240321-1452
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.test,3.6.100.v20240321-1442
20:11:27 - mirrored artifact osgi.bundle,slf4j.simple.source,2.0.13
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.equinox.security.ui.source,1.4.300.v20240513-1104
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.core,3.8.500.v20240613-1043
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.updatesite,1.3.400.v20240321-1450
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.ui.externaltools.source,3.6.400.v20240416-0654
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.ui.views.log.source,1.4.400.v20240424-0956
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.update.configurator.tests.source,0.2.0.v20240413-1529
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.ant.ui.source,3.9.400.v20240419-1233
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.jdt.annotation.source,2.3.0.v20240111-2306
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.propertysheet,3.5.400.v20240424-0956
20:11:27 - mirrored artifact osgi.bundle,com.jcraft.jsch,0.1.55.v20230916-1400
20:11:27 - mirrored artifact osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.rcp,4.33.0.v20240616-1800
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.tips.core,0.3.400.v20240413-1529
20:11:27 - mirrored artifact osgi.bundle,bcprov.source,1.78.1
20:11:27 - mirrored artifact osgi.bundle,org.apache.commons.commons-fileupload,1.5.0
20:11:27 - mirrored artifact org.eclipse.update.feature,org.eclipse.help,2.3.1900.v20240616-1800
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.equinox.jsp.jasper.registry.source,1.3.0.v20240213-1427
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.e4.tools.compat,4.9.300.v20240128-1121
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.ui.views.log,1.4.400.v20240424-0956
20:11:27 - mirrored artifact osgi.bundle,biz.aQute.bnd.util,7.0.0.202310060912
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.ant.tests.core,3.7.400.v20240413-1529
20:11:27 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.discovery.feature.source,1.3.400.v20240417-0757
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.e4.core.contexts.source,1.12.600.v20240413-1529
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.jface.text,3.25.200.v20240612-0908
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.contributions,3.6.400.v20240321-1245
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.4.300.v20240511-1722
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.ui.tests.navigator.source,3.7.500.v20240502-1134
20:11:27 - mirrored artifact osgi.bundle,junit-jupiter-migrationsupport,5.10.2
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.update.configurator,3.5.400.v20240416-0654
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.ecf.filetransfer.source,5.1.103.v20230705-0614
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.3.300.v20240207-1113
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.ui.trace,1.3.300.v20231215-1019
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.pde.build.tests,1.4.500.v20240611-0543
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench,1.15.400.v20240502-1134
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.debug.examples.core,1.6.400.v20240413-1529
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.undo,3.5.300.v20240207-1054
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.pde.spy.preferences,0.13.400.v20240321-1452
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.core.net,1.5.400.v20240413-1529
20:11:27 - mirrored artifact osgi.bundle,org.osgi.util.function,1.2.0.202109301733
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.e4.core.tests.source,1.3.400.v20240517-2022
20:11:27 - mirrored artifact osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733
20:11:27 - mirrored artifact osgi.bundle,com.sun.jna.platform,5.14.0
20:11:27 - mirrored artifact osgi.bundle,org.apache.commons.commons-beanutils,1.9.4
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.platform.doc.user,4.33.0.v20240614-0547
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.jdt.annotation,1.2.100.v20240212-1051
20:11:27 - mirrored artifact org.eclipse.update.feature,org.eclipse.sdk,4.33.0.v20240616-1800
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.4.300.v20240514-1422
20:11:27 - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt.ui.unittest.junit.feature.source,1.1.400.v20240419-1435
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.ui.intro.quicklinks,1.2.400.v20240414-1916
20:11:27 - mirrored artifact osgi.bundle,org.apache.ant.source,1.10.14.v20230922-1200
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.pde.genericeditor.extension.tests.source,1.2.400.v20240430-0753
20:11:27 - mirrored artifact org.eclipse.update.feature,org.eclipse.pde,3.15.500.v20240616-1800
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.ui.win32,3.5.300.v20240524-2010
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.help.source,3.10.400.v20240415-0528
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.equinox.http.servletbridge,1.3.0.v20240213-1244
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.updatesite.source,1.3.400.v20240321-1450
20:11:27 - mirrored artifact osgi.bundle,org.tukaani.xz,1.9.0
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.tools.layout.spy,1.2.400.v20240321-1452
20:11:27 - mirrored artifact osgi.bundle,org.eclipse.jdt.core.formatterapp,1.2.250.v20240311-0615
20:11:27 - mirrored artifact osgi.bundle,org.osgi.util.measurement.source,1.0.2.201802012109
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.jdt.ui.tests,3.15.500.v20240607-2001
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.help.ui.source,4.7.0.v20240414-1916
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.progress,0.4.600.v20240606-1020
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.jsch.core,1.5.400.v20240413-1649
20:11:28 - mirrored artifact org.eclipse.update.feature,org.eclipse.rcp.source,4.33.0.v20240616-1800
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.jdt.core.tests.model,3.13.100.v20240615-2102
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.core.resources,3.21.0.v20240614-1422
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.help.ui,4.7.0.v20240414-1916
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.tips.ui,0.3.400.v20240413-1529
20:11:28 - mirrored artifact osgi.bundle,org.hamcrest.core,2.2.0.v20230809-1000
20:11:28 - mirrored artifact osgi.bundle,org.apache.commons.commons-io,2.16.1
20:11:28 - mirrored artifact binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.33.0.I20240616-1800
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.propertysheet.source,3.5.400.v20240424-0956
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.help.webapp,3.11.500.v20240606-0803
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.osgi.tests,3.19.100.v20240503-1654
20:11:28 - mirrored artifact osgi.bundle,org.apache.felix.gogo.runtime,1.1.6
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.pde.spy.css.source,0.13.400.v20240321-1452
20:11:28 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui.source,2.4.2400.v20240519-2013
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.pde.ds.ui,1.3.400.v20240321-1452
20:11:28 - mirrored artifact osgi.bundle,org.apache.felix.scr.source,2.2.12
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.concurrent,1.3.100.v20240514-0729
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin.rcp.source,1.4.100.v20240201-0843
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.e4.core.di,1.9.500.v20240606-1236
20:11:28 - mirrored artifact osgi.bundle,org.osgi.service.upnp.source,1.2.1.202109301733
20:11:28 - mirrored artifact osgi.bundle,org.osgi.namespace.contract.source,1.0.0.201505202024
20:11:28 - mirrored artifact org.eclipse.update.feature,org.eclipse.e4.rcp,4.33.0.v20240614-1552
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.jetty.util,12.0.10
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.jdt.launching.source,3.22.100.v20240612-0619
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.ecf.ssl.source,1.3.100.v20240430-2140
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.5.300.v20240423-0755
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.ui.editors.tests,3.13.500.v20240614-1610
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.e4.tools,4.10.400.v20240417-0631
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.director.app,1.3.400.v20240425-1316
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.pde.spy.event.source,1.1.400.v20240416-0657
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.security.linux,1.1.300.v20240419-2334
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.jsp.jasper,1.2.100.v20240321-1445
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.core.jobs.source,3.15.300.v20240418-0734
20:11:28 - mirrored artifact osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.core.filesystem,1.11.0.v20240612-2135
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.jface.tests.databinding.source,1.12.400.v20240424-0444
20:11:28 Artifact repository out of sync. Overwriting /home/jenkins/agent/workspace/CBIaggregator/reporaw-1027/final/aggregate/org/eclipse/emf/features/org.eclipse.emf.edit/2.23.0-SNAPSHOT/org.eclipse.emf.edit-2.23.0-SNAPSHOT.jar
20:11:28 - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.edit.source,2.23.0.v20240604-0832
20:11:28 - mirrored artifact osgi.bundle,bcpg,1.78.1
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.bidi.tests.source,1.4.100.v20240321-1445
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.jdt.core.formatterapp.source,1.2.250.v20240311-0615
20:11:28 - mirrored artifact osgi.bundle,org.apache.commons.commons-logging,1.3.2
20:11:28 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.2400.v20240519-2013
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.hook,1.4.100.v20240321-1445
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.unittest.ui.source,1.1.400.v20240414-0828
20:11:28 - mirrored artifact osgi.bundle,org.objenesis,3.4.0
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.repository.source,2.9.100.v20240511-1722
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.security.macosx,1.102.300.v20240419-2334
20:11:28 - mirrored artifact osgi.bundle,org.objectweb.asm.commons.source,9.7.0
20:11:28 - mirrored artifact osgi.bundle,org.apache.commons.commons-fileupload.source,1.5.0
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.annotations,1.3.0.v20240207-2106
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.pde.ua.ui,1.3.400.v20240321-1452
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.e4.tools.emf.ui,4.8.400.v20240416-0657
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.pde.ds.core.source,1.3.400.v20240321-1452
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.weaving.caching.j9,1.3.100.v20240321-1445
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.operations.source,2.7.400.v20240425-0751
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.jetty.servlet-api.source,4.0.6
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.4.400.v20240321-1450
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.security.source,1.4.300.v20240419-2334
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.ui.genericeditor.source,1.3.400.v20240511-1105
20:11:28 - mirrored artifact osgi.bundle,junit-platform-engine,1.10.2
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.bidi.source,1.5.100.v20240321-1445
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.services,1.6.300.v20231201-1637
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.http.jetty.source,3.9.200.v20240321-1445
20:11:28 - mirrored artifact osgi.bundle,org.objectweb.asm.commons,9.7.0
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.200.v20220812-1420
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.ui.workbench.texteditor.tests,3.14.500.v20240607-1132
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.ui.tests.pluginchecks.source,1.2.300.v20240321-1245
20:11:28 - mirrored artifact osgi.bundle,org.apache.xmlgraphics.source,2.9.0.v20230916-1600
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.jdt.compiler.tool.tests.source,1.4.400.v20240321-1252
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.jdt.launching.macosx.source,3.6.300.v20240321-1645
20:11:28 - mirrored artifact org.eclipse.update.feature,org.eclipse.jdt.bcoview.feature,1.2.400.v20240322-0935
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.debug.core,3.21.500.v20240606-1317
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.core.filebuffers.tests.source,3.13.400.v20240321-1245
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.swt.win32.win32.x86_64.source,3.126.100.v20240614-1135
20:11:28 - mirrored artifact binary,org.eclipse.equinox.executable_root.gtk.linux.x86_64,3.8.2600.v20240613-2013
20:11:28 - mirrored artifact binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86_64,3.8.2600.v20240613-2013
20:11:28 - mirrored artifact osgi.bundle,org.osgi.service.log.stream.source,1.0.0.202109301733
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.source,0.16.500.v20240606-1551
20:11:28 - mirrored artifact osgi.bundle,org.osgi.annotation.versioning,1.1.2.202109301733
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.equinox.common,3.19.100.v20240524-2011
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.pde.api.tools.source,1.3.500.v20240614-0642
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.servlet.source,12.0.10
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.compare.source,3.11.100.v20240614-1422
20:11:28 - mirrored artifact osgi.bundle,jakarta.annotation-api.source,1.3.5
20:11:28 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.sdk,3.23.1300.v20240614-1552
20:11:28 - mirrored artifact osgi.bundle,junit-platform-launcher,1.10.2
20:11:28 - mirrored artifact osgi.bundle,org.osgi.annotation.versioning.source,1.1.2.202109301733
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.ui.monitoring.source,1.3.300.v20240321-1245
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.jdt.text.tests,3.14.400.v20240517-0600
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.jdt.core,3.38.100.v20240615-2102
20:11:28 - mirrored artifact osgi.bundle,org.osgi.namespace.service.source,1.0.0.201505202024
20:11:28 - mirrored artifact osgi.bundle,junit-vintage-engine,5.10.2
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.ltk.ui.refactoring.tests,3.11.400.v20240321-1245
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.jdt.junit.runtime.source,3.7.400.v20231214-1952
20:11:28 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.14.400.v20240525-0701
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.ua.tests.doc.source,1.2.500.v20240508-1001
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.jdt.core.compiler.batch.source,3.38.100.v20240613-1949
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.equinox.coordinator,1.5.300.v20240214-0846
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.jface.source,3.35.0.v20240612-0908
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.compare.examples.xml,3.6.400.v20240413-1529
20:11:29 - mirrored artifact osgi.bundle,org.apache.batik.css,1.17.0.v20231215-1130
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.sdk,4.33.0.v20240616-1800
20:11:29 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.p2.discovery.feature,1.3.400.v20240417-0757
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.osgi.services.source,3.12.100.v20240327-0645
20:11:29 - mirrored artifact osgi.bundle,org.bndtools.versioncontrol.ignores.plugin.git.source,7.0.0.202310060912
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.test.performance,3.20.200.v20240612-0620
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins.source,1.5.400.v20240321-1450
20:11:29 - mirrored artifact org.eclipse.update.feature,org.eclipse.core.runtime.feature,1.4.400.v20240614-1552
20:11:29 - mirrored artifact osgi.bundle,junit-jupiter-api,5.10.2
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.swt.examples.ole.win32,3.109.200.v20240605-2103
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.sdk.source,1.3.300.v20240207-1113
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.emf.databinding.edit,1.10.0.v20240604-0832
20:11:29 - mirrored artifact org.eclipse.update.feature,org.eclipse.e4.core.tools.feature,4.30.200.v20240417-0631
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.equinox.transforms.hook,1.4.100.v20240513-1104
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.jdt.jeview.source,1.5.300.v20240322-0935
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.help.webapp.source,3.11.500.v20240606-0803
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.ui.net.source,1.5.400.v20240413-1529
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.core.externaltools.source,1.3.400.v20240413-1529
20:11:29 - mirrored artifact osgi.bundle,org.osgi.service.coordinator,1.0.2.201505202024
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.jdt.ui.tests.source,3.15.500.v20240607-2001
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.e4.tools.compat.source,4.9.300.v20240128-1121
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.tips.core.source,0.3.400.v20240413-1529
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.tests.source,0.15.500.v20240418-1547
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.swt.win32.source,1.2.300.v20240416-0658
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.pde.source,3.13.2800.v20240616-1800
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.ui.workbench,3.132.100.v20240612-0908
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.equinox.servletbridge.source,1.7.100.v20240327-1824
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.e4.tools.jdt.templates.source,4.10.300.v20240128-1101
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.ui.monitoring,1.3.300.v20240321-1245
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.equinox.ds.tests.source,1.7.100.v20240321-1445
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.pde.build.tests.source,1.4.500.v20240611-0543
20:11:29 - mirrored artifact org.eclipse.update.feature,org.eclipse.e4.core.tools.feature.source,4.30.200.v20240417-0631
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.urischeme.source,1.3.400.v20240606-1412
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.jdt.junit4.runtime.source,1.3.100.v20231214-1952
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.platform,4.33.0.v20240616-1800
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.ecf.identity,3.10.0.v20230422-0242
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.pde.ds.core,1.3.400.v20240321-1452
20:11:29 - mirrored artifact osgi.bundle,org.osgi.namespace.service,1.0.0.201505202024
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.releng.tests,3.6.500.v20240414-1030
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.e4.tools.emf.editor3x.source,4.9.400.v20240321-1452
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.core.tests.resources.source,3.11.600.v20240614-1423
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.ecf.identity.source,3.10.0.v20230422-0242
20:11:29 - mirrored artifact osgi.bundle,org.bndtools.headless.build.manager.source,7.0.0.202310060912
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.swt.examples.launcher.source,3.108.400.v20240605-2103
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.tests.css.core,1.302.500.v20240425-0840
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.tests.css.swt,0.12.600.v20240425-0840
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.jface.databinding,1.15.300.v20240424-0444
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.jetty.ee8.server.source,12.0.10
20:11:29 - mirrored artifact osgi.bundle,com.sun.jna,5.14.0.v20231211-1200
20:11:29 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.core.sdk,3.25.200.v20240614-1552
20:11:29 - mirrored artifact osgi.bundle,org.sat4j.pb.source,2.3.6.v20201214
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.views.properties.tabbed.article.source,3.4.300.v20231214-2114
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.swt.examples.browser.demos.source,3.108.500.v20240605-2103
20:11:29 - mirrored artifact osgi.bundle,org.bndtools.versioncontrol.ignores.manager,7.0.0.202310060912
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.equinox.useradmin,1.3.100.v20240321-1445
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.jdt.astview,1.6.150.v20240322-0935
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.ui.admin,1.3.500.v20240616-0625
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.jdt.launching.macosx,3.6.300.v20240321-1645
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.jface.text.tests,3.13.600.v20240612-0908
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.swt.gtk.linux.aarch64.source,3.126.100.v20240614-1135
20:11:29 - mirrored artifact osgi.bundle,org.osgi.service.component.annotations,1.5.1.202212101352
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.pde.ds.tests,1.3.300.v20240321-1452
20:11:29 - mirrored artifact osgi.bundle,org.apiguardian.api.source,1.1.2
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.emf.ecore.xmi.source,2.38.0.v20240604-0832
20:11:29 - mirrored artifact osgi.bundle,org.apache.commons.commons-codec,1.16.0
20:11:29 - mirrored artifact osgi.bundle,org.apache.sshd.osgi.source,2.12.1
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.core.runtime.source,3.31.100.v20240524-2010
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.jdt.text.tests.source,3.14.400.v20240517-0600
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.filesystem,1.1.400.v20240419-1233
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.pde.genericeditor.extension,1.2.400.v20240430-0753
20:11:29 - mirrored artifact osgi.bundle,org.apache.batik.i18n.source,1.17.0.v20231215-1130
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.pde.ui.templates.source,3.8.400.v20240321-1452
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.swt.examples.browser.demos,3.108.500.v20240605-2103
20:11:29 - mirrored artifact osgi.bundle,org.apache.felix.gogo.command.source,1.1.2
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.views.properties.tabbed.article,3.4.300.v20231214-2114
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx,1.2.1100.v20240613-2013
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.equinox.http.service.api,1.2.2.v20231218-2126
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source,1.1.0.v20240405-2224
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.team.ui,3.10.500.v20240614-1422
20:11:29 - mirrored artifact osgi.bundle,org.apache.batik.util,1.17.0.v20231215-1130
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.jdt.jeview,1.5.300.v20240322-0935
20:11:29 - mirrored artifact binary,org.eclipse.equinox.executable_root.win32.win32.aarch64,3.8.2600.v20240613-2013
20:11:29 - mirrored artifact org.eclipse.update.feature,org.eclipse.rcp,4.33.0.v20240616-1800
20:11:29 - mirrored artifact osgi.bundle,org.osgi.annotation.bundle.source,2.0.0.202202082230
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.pde.spy.model.source,0.13.300.v20240131-2101
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.extensionlocation.source,1.5.400.v20240321-1450
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.pde.spy.bundle.source,0.13.400.v20240321-1452
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.jdt.apt.ui,3.8.400.v20240321-1252
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.ui.examples.readmetool.source,3.7.400.v20240424-0956
20:11:29 - mirrored artifact osgi.bundle,com.sun.el.javax.el,3.0.4
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.e4.ui.dialogs,1.5.0.v20240424-0957
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.e4.core.commands,1.1.400.v20240424-0444
20:11:29 - mirrored artifact osgi.bundle,junit-platform-commons.source,1.10.2
20:11:29 - mirrored artifact osgi.bundle,jakarta.inject.jakarta.inject-api,2.0.1
20:11:29 - mirrored artifact osgi.bundle,com.ibm.icu.source,75.1.0
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.jdt.core.source,3.38.100.v20240615-2102
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.ui.tests.forms.source,3.10.400.v20240425-0840
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.ui.navigator,3.12.400.v20240424-0956
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.ecf.provider.filetransfer,3.3.0.v20240429-0913
20:11:29 - mirrored artifact org.eclipse.update.feature,org.eclipse.equinox.compendium.sdk,3.23.100.v20240513-1104
20:11:29 - mirrored artifact osgi.bundle,org.apache.lucene.analysis-common.source,9.11.0.v20240607-1000
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.swt.tools.source,3.110.400.v20240321-1321
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.jetty.io,12.0.10
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.ecf,3.11.0.v20240407-0243
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.jface.text.tests.source,3.13.600.v20240612-0908
20:11:29 Artifact repository out of sync. Overwriting /home/jenkins/agent/workspace/CBIaggregator/reporaw-1027/final/aggregate/org/eclipse/emf/features/org.eclipse.emf.databinding/1.12.0-SNAPSHOT/org.eclipse.emf.databinding-1.12.0-SNAPSHOT.jar
20:11:29 - mirrored artifact org.eclipse.update.feature,org.eclipse.emf.databinding,1.12.0.v20240604-0832
20:11:29 - mirrored artifact osgi.bundle,org.eclipse.debug.tests,3.14.200.v20240508-1357
20:11:30 - mirrored artifact osgi.bundle,org.eclipse.jdt.junit.source,3.16.500.v20240608-0137
20:11:30 - mirrored artifact osgi.bundle,org.eclipse.ui.tests.forms,3.10.400.v20240425-0840
20:11:30 - mirrored artifact osgi.bundle,org.eclipse.equinox.event,1.7.100.v20240321-1445
20:11:30 - mirrored artifact osgi.bundle,org.eclipse.pde.ui.source,3.15.300.v20240613-0913
20:11:30 - mirrored artifact osgi.bundle,org.eclipse.jetty.session.source,12.0.10
20:11:30 - mirrored artifact osgi.bundle,org.eclipse.equinox.p2.engine,2.10.200.v20240425-1316
20:11:30 - mirrored artifact osgi.bundle,org.eclipse.ant.tests.core.source,3.7.400.v20240413-1529
20:11:30 - mirrored artifact osgi.bundle,assertj-core,3.26.0
20:11:30 Saving: file:/home/jenkins/agent/workspace/CBIaggregator/reporaw-1027/final/aggregate
20:11:30 XZ compressing: file:/home/jenkins/agent/workspace/CBIaggregator/reporaw-1027/final/aggregate
20:11:37 Done. Took 27 seconds
20:11:37 Adding maven metadata
20:11:39 The mapping is identical to the p2 metadata: org.junit.source => org.junit' => 'junit/junit', '([^.]+)\.([^.]+)\.0(?:\..*)?' => '$1.$2
20:11:39 The mapping is identical to the p2 metadata: org.junit.source => org.junit' => 'junit/junit', '([^.]+)\.([^.]+)\.0(?:\..*)?' => '$1.$2
20:11:40 Multiple requirement resolutions: org.eclipse.e4.ui.tests.css.swt -> package org.eclipse.core.runtime 3.5.0
20:11:40   org.eclipse.platform:org.eclipse.equinox.common
20:11:40   org.eclipse.platform:org.eclipse.core.runtime
20:11:40   org.eclipse.platform:org.eclipse.equinox.registry
20:11:40 
20:11:40 Multiple requirement resolutions: org.eclipse.equinox.common.tests -> package org.eclipse.core.runtime 0.0.0
20:11:40   org.eclipse.platform:org.eclipse.equinox.common
20:11:40   org.eclipse.platform:org.eclipse.core.runtime
20:11:40   org.eclipse.platform:org.eclipse.equinox.registry
20:11:40 
20:11:40 Multiple requirement resolutions: org.eclipse.equinox.concurrent -> package org.eclipse.core.runtime 3.4.0
20:11:40   org.eclipse.platform:org.eclipse.equinox.common
20:11:40   org.eclipse.platform:org.eclipse.core.runtime
20:11:40   org.eclipse.platform:org.eclipse.equinox.registry
20:11:40 
20:11:40 Multiple requirement resolutions: org.eclipse.equinox.p2.core -> package org.eclipse.core.runtime [3.5.0,4.0.0)
20:11:40   org.eclipse.platform:org.eclipse.equinox.common
20:11:40   org.eclipse.platform:org.eclipse.core.runtime
20:11:40   org.eclipse.platform:org.eclipse.equinox.registry
20:11:40 
20:11:41 Multiple requirement resolutions: org.eclipse.equinox.preferences.tests -> package org.eclipse.core.runtime 3.5.0
20:11:41   org.eclipse.platform:org.eclipse.equinox.common
20:11:41   org.eclipse.platform:org.eclipse.core.runtime
20:11:41   org.eclipse.platform:org.eclipse.equinox.registry
20:11:41 
20:11:41 Multiple requirement resolutions: org.eclipse.equinox.security -> package org.eclipse.core.internal.runtime 0.0.0
20:11:41   org.eclipse.platform:org.eclipse.equinox.common
20:11:41   org.eclipse.platform:org.eclipse.core.runtime
20:11:41 
20:11:41 Multiple requirement resolutions: org.eclipse.equinox.security -> package org.eclipse.core.runtime 0.0.0
20:11:41   org.eclipse.platform:org.eclipse.equinox.common
20:11:41   org.eclipse.platform:org.eclipse.core.runtime
20:11:41   org.eclipse.platform:org.eclipse.equinox.registry
20:11:41 
20:11:42 Multiple requirement resolutions: org.eclipse.text.quicksearch -> package org.eclipse.core.runtime 3.5.0
20:11:42   org.eclipse.platform:org.eclipse.equinox.common
20:11:42   org.eclipse.platform:org.eclipse.core.runtime
20:11:42   org.eclipse.platform:org.eclipse.equinox.registry
20:11:42 
20:11:42 Multiple requirement resolutions: org.eclipse.tools.layout.spy -> package org.eclipse.core.runtime 3.5.0
20:11:42   org.eclipse.platform:org.eclipse.equinox.common
20:11:42   org.eclipse.platform:org.eclipse.core.runtime
20:11:42   org.eclipse.platform:org.eclipse.equinox.registry
20:11:42 
20:11:42 Multiple requirement resolutions: org.eclipse.ui.tests.pluginchecks -> package org.eclipse.ui.internal 0.0.0
20:11:42   org.eclipse.platform:org.eclipse.ui
20:11:42   org.eclipse.platform:org.eclipse.ui.workbench
20:11:42 
20:11:43 Done adding maven metadata
20:11:43 Making the aggregated metadata repository final at file:/home/jenkins/agent/workspace/CBIaggregator/reporaw-1027/final
20:11:43 Making the aggregated artifact repository final at file:/home/jenkins/agent/workspace/CBIaggregator/reporaw-1027/final
20:11:44 ========== Repo created: ==========
20:11:44 24	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/a
20:11:44 380	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/artifacts.jar
20:11:44 300	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/artifacts.xml.xz
20:11:44 7160	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/biz
20:11:44 17736	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/com
20:11:44 592	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/commons-beanutils
20:11:44 768	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/commons-codec
20:11:44 1252	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/commons-collections
20:11:44 212	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/commons-fileupload
20:11:44 1064	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/commons-io
20:11:44 672	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/commons-jxpath
20:11:44 200	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/commons-logging
20:11:44 520	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/content.jar
20:11:44 152	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/content.xml.xz
20:11:44 32	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/eclipse-junit-tests
20:11:44 828	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/jakarta
20:11:44 720	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/junit
20:11:44 10548	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/net
20:11:44 535404	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org
20:11:44 4	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/p2.index
20:11:44 76	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/tooling
20:11:44 448	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/toolingcocoa
20:11:44 24	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/toolingeclipse-junit-tests
20:11:44 672	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/toolinggtk
20:11:44 1536	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/toolingorg
20:11:44 448	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/toolingwin32
20:11:44 340	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/xml-apis
20:11:44 582112	total
20:11:44 31384	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/apache
20:11:44 60	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/apiguardian
20:11:44 2832	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/assertj
20:11:44 3620	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/bndtools
20:11:44 13896	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/bouncycastle
20:11:44 468552	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse
20:11:44 496	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/glassfish
20:11:44 320	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/hamcrest
20:11:44 452	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/jdom
20:11:44 3132	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/junit
20:11:44 1268	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/mockito
20:11:44 3032	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/mortbay
20:11:44 148	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/objenesis
20:11:44 72	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/opentest4j
20:11:44 2744	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/osgi
20:11:44 2832	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/ow2
20:11:44 264	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/slf4j
20:11:44 296	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/tukaani
20:11:44 535400	total
20:11:44 2096	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse/ecf
20:11:44 4968	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse/emf
20:11:44 142008	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse/jdt
20:11:44 5552	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse/jetty
20:11:44 53808	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse/pde
20:11:44 260120	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse/platform
20:11:44 468552	total
20:11:44 ===================================
20:11:44 ==== Remove irrelevant stuff ====
20:11:52 ========== Repo reduced: ==========
20:11:52 24	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/a
20:11:52 300	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/artifacts.xml.xz
20:11:52 7160	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/biz
20:11:52 17736	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/com
20:11:52 592	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/commons-beanutils
20:11:52 768	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/commons-codec
20:11:52 1252	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/commons-collections
20:11:52 212	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/commons-fileupload
20:11:52 1064	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/commons-io
20:11:52 672	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/commons-jxpath
20:11:52 200	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/commons-logging
20:11:52 152	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/content.xml.xz
20:11:52 32	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/eclipse-junit-tests
20:11:52 828	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/jakarta
20:11:52 720	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/junit
20:11:52 10548	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/net
20:11:52 335460	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org
20:11:52 340	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/xml-apis
20:11:52 378060	total
20:11:52 31384	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/apache
20:11:52 60	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/apiguardian
20:11:52 2832	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/assertj
20:11:52 3620	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/bndtools
20:11:52 13896	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/bouncycastle
20:11:52 268608	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse
20:11:52 496	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/glassfish
20:11:52 320	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/hamcrest
20:11:52 452	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/jdom
20:11:52 3132	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/junit
20:11:52 1268	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/mockito
20:11:52 3032	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/mortbay
20:11:52 148	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/objenesis
20:11:52 72	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/opentest4j
20:11:52 2744	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/osgi
20:11:52 2832	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/ow2
20:11:52 264	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/slf4j
20:11:52 296	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/tukaani
20:11:52 335456	total
20:11:52 2096	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse/ecf
20:11:52 4968	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse/emf
20:11:52 60388	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse/jdt
20:11:52 5552	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse/jetty
20:11:52 24824	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse/pde
20:11:52 170780	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse/platform
20:11:52 268608	total
20:11:52 ===================================
20:11:52 ==== Garbage Collector ====
20:11:52 == GC iteration 1 ==
20:12:38 == GC iteration 2 ==
20:12:53 ========== Repo reduced: ==========
20:12:53 300	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/artifacts.xml.xz
20:12:53 7160	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/biz
20:12:53 17736	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/com
20:12:53 212	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/commons-fileupload
20:12:53 672	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/commons-jxpath
20:12:53 152	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/content.xml.xz
20:12:53 656	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/jakarta
20:12:53 720	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/junit
20:12:53 4504	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/net
20:12:53 314644	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org
20:12:53 340	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/xml-apis
20:12:53 347096	total
20:12:53 26628	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/apache
20:12:53 60	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/apiguardian
20:12:53 2900	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/bndtools
20:12:53 12652	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/bouncycastle
20:12:53 260592	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse
20:12:53 496	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/glassfish
20:12:53 20	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/hamcrest
20:12:53 256	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/jdom
20:12:53 3132	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/junit
20:12:53 2520	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/mortbay
20:12:53 72	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/opentest4j
20:12:53 2384	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/osgi
20:12:53 2632	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/ow2
20:12:53 296	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/tukaani
20:12:53 314640	total
20:12:53 60388	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse/jdt
20:12:53 4600	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse/jetty
20:12:53 24824	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse/pde
20:12:53 170780	/home/jenkins/agent/workspace/CBIaggregator/repo-1027/org/eclipse/platform
20:12:53 260592	total
20:12:53 ===================================
20:12:53 ==== Enrich POMs ====
20:12:54 added manifest
20:12:54 adding: org/eclipse/platform/releng/maven/pom/ArtifactInfo.class(in = 8480) (out= 3640)(deflated 57%)
20:12:54 adding: org/eclipse/platform/releng/maven/pom/Developer.class(in = 2019) (out= 964)(deflated 52%)
20:12:54 adding: org/eclipse/platform/releng/maven/pom/EnrichPoms.class(in = 5889) (out= 2882)(deflated 51%)
20:12:54 adding: org/eclipse/platform/releng/maven/pom/ManifestReader.class(in = 3081) (out= 1663)(deflated 46%)
20:12:54 -rw-r--r--. 1 jenkins root 10348 Jun 17 00:12 /home/jenkins/agent/workspace/CBIaggregator/work/EnrichPoms.jar
20:12:54 platform
20:12:55 jdt
20:12:55 pde
20:12:55 ==== Add Javadoc stubs ====
20:12:57 ==== Create missing sources artifacts ====
20:12:57 ========== Repo completed =========
20:12:57 $ ssh-agent -k
20:12:57 unset SSH_AUTH_SOCK;
20:12:57 unset SSH_AGENT_PID;
20:12:57 echo Agent pid 45 killed;
20:12:57 [ssh-agent] Stopped.
20:12:57 Archiving artifacts
20:13:29 Triggering a new build of RepositoryValidator
20:13:29 Finished: SUCCESS