Started by remote host 172.30.50.1 Started by remote host 172.30.50.1 Started by remote host 172.30.50.1 Running as SYSTEM Agent basic-2mpj1 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-2mpj1" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.packaging.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-2mpj1" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-2mpj1" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.packaging.svc.cluster.local/packaging/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-packaging" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-2mpj1 in workspace /home/jenkins/agent/workspace/simrel.epp-tycho-build [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-Nw6nHShcCO71/agent.63 SSH_AGENT_PID=65 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/simrel.epp-tycho-build@tmp/private_key_6536641990947087716.key (/home/jenkins/agent/workspace/simrel.epp-tycho-build@tmp/private_key_6536641990947087716.key) [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git > git init /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 49b34490825b91ed6b7afa06ad60c25b23cacffa (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 49b34490825b91ed6b7afa06ad60c25b23cacffa # timeout=10 Commit message: "Set version qualifiers with setGitDate script" > git rev-list --no-walk 49b34490825b91ed6b7afa06ad60c25b23cacffa # timeout=10 [simrel.epp-tycho-build] $ /bin/sh -xe /tmp/jenkins16452075185302041891.sh + /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/createSettings.sh Creating /home/jenkins/agent/workspace/simrel.epp-tycho-build/settings.xml Ignoring package(s): Creating list of built packages Adding package epp.package.committers Change detected in common bundles found; will trigger a full package build. Adding package epp.package.cpp Adding package epp.package.dsl Adding package epp.package.embedcpp Adding package epp.package.java Adding package epp.package.jee Adding package epp.package.modeling Adding package epp.package.parallel Adding package epp.package.php Adding package epp.package.rcp Adding package epp.package.scout Full build required. Adding all packages committers should be added for all packages, but it is ignored or already added. cpp should be added for all packages, but it is ignored or already added. dsl should be added for all packages, but it is ignored or already added. embedcpp should be added for all packages, but it is ignored or already added. java should be added for all packages, but it is ignored or already added. jee should be added for all packages, but it is ignored or already added. modeling should be added for all packages, but it is ignored or already added. parallel should be added for all packages, but it is ignored or already added. php should be added for all packages, but it is ignored or already added. rcp should be added for all packages, but it is ignored or already added. scout should be added for all packages, but it is ignored or already added. Will run remove-justj-from-p2 profile Written new /home/jenkins/agent/workspace/simrel.epp-tycho-build/settings.xml [simrel.epp-tycho-build] $ /bin/sh -xe /tmp/jenkins15329207811461644515.sh + echo 'MODIFYING p2.inf files for product definitions' MODIFYING p2.inf files for product definitions + cd /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/ + releng/p2infExtender/run.sh +++ dirname releng/p2infExtender/run.sh ++ cd releng/p2infExtender ++ pwd + DIR=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/p2infExtender + java -jar /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/p2infExtender/p2infExtender.jar ####/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages Processing /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/epp.product [org.eclipse.epp.mpc.feature.group, org.eclipse.jdt.feature.group, org.eclipse.pde.feature.group, org.eclipse.e4.core.tools.feature.feature.group, org.eclipse.platform.source.feature.group, org.eclipse.rcp.source.feature.group, org.eclipse.jdt.source.feature.group, org.eclipse.pde.source.feature.group, org.eclipse.buildship.feature.group, org.eclipse.eclemma.feature.feature.group, org.eclipse.m2e.feature.feature.group, org.eclipse.m2e.pde.feature.feature.group, org.eclipse.m2e.lemminx.feature.feature.group, org.eclipse.egit.feature.group, org.eclipse.egit.mylyn.feature.group, org.eclipse.egit.gitflow.feature.feature.group, org.eclipse.jgit.http.apache.feature.group, org.eclipse.mylyn.bugzilla_feature.feature.group, org.eclipse.mylyn.builds.feature.group, org.eclipse.mylyn.commons.feature.group, org.eclipse.mylyn.commons.identity.feature.group, org.eclipse.mylyn.commons.notifications.feature.group, org.eclipse.mylyn.commons.repositories.feature.group, org.eclipse.mylyn.commons.repositories.http.feature.group, org.eclipse.mylyn.discovery.feature.group, org.eclipse.mylyn_feature.feature.group, org.eclipse.mylyn.gerrit.dashboard.feature.feature.group, org.eclipse.mylyn.gerrit.feature.feature.group, org.eclipse.mylyn.git.feature.group, org.eclipse.mylyn.hudson.feature.group, org.eclipse.mylyn.monitor.feature.group, org.eclipse.mylyn.reviews.feature.feature.group, org.eclipse.mylyn.team_feature.feature.group, org.eclipse.mylyn.versions.feature.group, org.eclipse.mylyn.wikitext_feature.feature.group, org.eclipse.oomph.setup.feature.group, org.eclipse.swt.tools.feature.feature.group, org.eclipse.test.feature.group, org.eclipse.wildwebdeveloper.feature.feature.group, org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group] Processing /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/epp.product [org.eclipse.epp.mpc.feature.group, org.eclipse.justj.openjdk.hotspot.jre.full.feature.group, org.eclipse.cdt.feature.group, org.eclipse.cdt.autotools.feature.group, org.eclipse.cdt.build.crossgcc.feature.group, org.eclipse.cdt.cmake.feature.group, org.eclipse.cdt.meson.feature.group, org.eclipse.cdt.docker.launcher.feature.group, org.eclipse.cdt.debug.gdbjtag.feature.group, org.eclipse.cdt.debug.standalone.feature.group, org.eclipse.cdt.debug.ui.memory.feature.group, org.eclipse.cdt.launch.remote.feature.group, org.eclipse.cdt.launch.serial.feature.feature.group, org.eclipse.cdt.testsrunner.feature.feature.group, org.eclipse.launchbar.feature.group, org.eclipse.launchbar.remote.feature.group, org.eclipse.egit.feature.group, org.eclipse.linuxtools.cdt.libhover.feature.feature.group, org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group, org.eclipse.linuxtools.changelog.c.feature.group, org.eclipse.linuxtools.gcov.feature.group, org.eclipse.linuxtools.gprof.feature.feature.group, org.eclipse.linuxtools.rpm.feature.group, org.eclipse.linuxtools.valgrind.feature.group, org.eclipse.mylyn.wikitext_feature.feature.group, org.eclipse.oomph.setup.feature.group, org.eclipse.tm.terminal.feature.feature.group, org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group, org.eclipse.tracecompass.gdbtrace.feature.group, org.eclipse.tracecompass.lttng2.control.feature.group, org.eclipse.tracecompass.lttng2.kernel.feature.group, org.eclipse.tracecompass.lttng2.ust.feature.group] Processing /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/epp.product [org.eclipse.epp.mpc.feature.group, org.eclipse.emf.ecore.xcore.sdk.feature.group, org.eclipse.emf.mwe2.language.sdk.feature.group, org.eclipse.emf.sdk.feature.group, org.eclipse.oomph.setup.feature.group, org.eclipse.xtext.sdk.feature.group, org.eclipse.lsp4j.sdk.feature.group] Processing /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/epp.product [org.eclipse.epp.mpc.feature.group, org.eclipse.justj.openjdk.hotspot.jre.full.feature.group, org.eclipse.cdt.feature.group, org.eclipse.cdt.autotools.feature.group, org.eclipse.cdt.build.crossgcc.feature.group, org.eclipse.cdt.cmake.feature.group, org.eclipse.cdt.meson.feature.group, org.eclipse.cdt.docker.launcher.feature.group, org.eclipse.cdt.debug.gdbjtag.feature.group, org.eclipse.cdt.debug.standalone.feature.group, org.eclipse.cdt.debug.ui.memory.feature.group, org.eclipse.cdt.launch.remote.feature.group, org.eclipse.cdt.launch.serial.feature.feature.group, org.eclipse.cdt.testsrunner.feature.feature.group, org.eclipse.launchbar.feature.group, org.eclipse.launchbar.remote.feature.group, org.eclipse.egit.feature.group, org.eclipse.linuxtools.cdt.libhover.feature.feature.group, org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group, org.eclipse.linuxtools.changelog.c.feature.group, org.eclipse.linuxtools.gcov.feature.group, org.eclipse.linuxtools.gprof.feature.feature.group, org.eclipse.linuxtools.rpm.feature.group, org.eclipse.linuxtools.valgrind.feature.group, org.eclipse.mylyn.wikitext_feature.feature.group, org.eclipse.oomph.setup.feature.group, org.eclipse.tm.terminal.feature.feature.group, org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group, org.eclipse.tracecompass.gdbtrace.feature.group, org.eclipse.tracecompass.lttng2.control.feature.group, org.eclipse.tracecompass.lttng2.kernel.feature.group, org.eclipse.tracecompass.lttng2.ust.feature.group, org.eclipse.embedcdt.feature.group, org.eclipse.embedcdt.managedbuild.cross.arm.feature.group, org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group, org.eclipse.embedcdt.codered.feature.group, org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group, org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group, org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group, org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group, org.eclipse.embedcdt.packs.feature.group, org.eclipse.embedcdt.doc.user.feature.group, org.eclipse.embedcdt.templates.ad.feature.group, org.eclipse.embedcdt.templates.cortexm.feature.group, org.eclipse.embedcdt.templates.freescale.feature.group, org.eclipse.embedcdt.templates.stm.feature.group, org.eclipse.embedcdt.templates.sifive.feature.group] Processing /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/epp.product [org.eclipse.epp.mpc.feature.group, org.eclipse.justj.openjdk.hotspot.jre.full.feature.group, org.eclipse.buildship.feature.group, org.eclipse.eclemma.feature.feature.group, org.eclipse.egit.feature.group, org.eclipse.jdt.feature.group, org.eclipse.jgit.feature.group, org.eclipse.m2e.feature.feature.group, org.eclipse.m2e.lemminx.feature.feature.group, org.eclipse.m2e.logback.feature.feature.group, org.eclipse.mylyn.wikitext.editors_feature.feature.group, org.eclipse.oomph.setup.feature.group, org.eclipse.wildwebdeveloper.xml.feature.feature.group, org.eclipse.tips.feature.feature.group, org.eclipse.tm.terminal.feature.feature.group] Processing /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/epp.product [org.eclipse.epp.mpc.feature.group, org.eclipse.justj.openjdk.hotspot.jre.full.feature.group, org.eclipse.datatools.common.doc.user.feature.group, org.eclipse.datatools.connectivity.doc.user.feature.group, org.eclipse.datatools.connectivity.feature.feature.group, org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group, org.eclipse.datatools.connectivity.oda.designer.feature.feature.group, org.eclipse.datatools.connectivity.oda.feature.feature.group, org.eclipse.datatools.doc.user.feature.group, org.eclipse.datatools.enablement.apache.derby.feature.feature.group, org.eclipse.datatools.enablement.feature.feature.group, org.eclipse.datatools.enablement.hsqldb.feature.feature.group, org.eclipse.datatools.enablement.ibm.feature.feature.group, org.eclipse.datatools.enablement.ingres.feature.feature.group, org.eclipse.datatools.enablement.jdbc.feature.feature.group, org.eclipse.datatools.enablement.jdt.feature.feature.group, org.eclipse.datatools.enablement.msft.feature.feature.group, org.eclipse.datatools.enablement.mysql.feature.feature.group, org.eclipse.datatools.enablement.oda.designer.feature.feature.group, org.eclipse.datatools.enablement.oda.feature.feature.group, org.eclipse.datatools.enablement.oracle.feature.feature.group, org.eclipse.datatools.enablement.postgresql.feature.feature.group, org.eclipse.datatools.enablement.sap.feature.feature.group, org.eclipse.datatools.enablement.sdk.feature.feature.group, org.eclipse.datatools.enablement.sqlite.feature.feature.group, org.eclipse.datatools.enablement.sybase.feature.feature.group, org.eclipse.datatools.intro.feature.group, org.eclipse.datatools.modelbase.feature.feature.group, org.eclipse.datatools.sdk.feature.feature.group, org.eclipse.datatools.sqldevtools.data.feature.feature.group, org.eclipse.datatools.sqldevtools.ddl.feature.feature.group, org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group, org.eclipse.datatools.sqldevtools.feature.feature.group, org.eclipse.datatools.sqldevtools.parsers.feature.feature.group, org.eclipse.datatools.sqldevtools.results.feature.feature.group, org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group, org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group, org.eclipse.datatools.sqltools.doc.user.feature.group, org.eclipse.buildship.feature.group, org.eclipse.eclemma.feature.feature.group, org.eclipse.egit.feature.group, org.eclipse.egit.mylyn.feature.group, org.eclipse.jdt.feature.group, org.eclipse.jpt.common.eclipselink.feature.feature.group, org.eclipse.jpt.common.feature.feature.group, org.eclipse.jpt.jaxb.eclipselink.feature.feature.group, org.eclipse.jpt.jaxb.feature.feature.group, org.eclipse.jpt.jpa.eclipselink.feature.feature.group, org.eclipse.jpt.jpa.feature.feature.group, org.eclipse.jsf.feature.feature.group, org.eclipse.wst.server_adapters.feature.feature.group, org.eclipse.jst.common.fproj.enablement.jdt.feature.group, org.eclipse.jst.enterprise_ui.feature.feature.group, org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group, org.eclipse.jst.server_adapters.ext.feature.feature.group, org.eclipse.jst.server_adapters.feature.feature.group, org.eclipse.jst.server_ui.feature.feature.group, org.eclipse.jst.webpageeditor.feature.feature.group, org.eclipse.jst.web_ui.feature.feature.group, org.eclipse.jst.ws.axis2tools.feature.feature.group, org.eclipse.jst.ws.cxf.feature.feature.group, org.eclipse.jst.ws.jaxws.dom.feature.feature.group, org.eclipse.jst.ws.jaxws.feature.feature.group, org.eclipse.m2e.feature.feature.group, org.eclipse.m2e.lemminx.feature.feature.group, org.eclipse.m2e.pde.feature.feature.group, org.eclipse.m2e.logback.feature.feature.group, org.eclipse.m2e.wtp.feature.feature.group, org.eclipse.m2e.wtp.jaxrs.feature.feature.group, org.eclipse.m2e.wtp.jpa.feature.feature.group, org.eclipse.m2e.wtp.jsf.feature.feature.group, org.eclipse.mylyn.bugzilla_feature.feature.group, org.eclipse.mylyn.context_feature.feature.group, org.eclipse.mylyn_feature.feature.group, org.eclipse.mylyn.ide_feature.feature.group, org.eclipse.mylyn.java_feature.feature.group, org.eclipse.mylyn.wikitext_feature.feature.group, org.eclipse.oomph.setup.feature.group, org.eclipse.pde.feature.group, org.eclipse.tm.terminal.feature.feature.group, org.eclipse.wst.common.fproj.feature.group, org.eclipse.wst.xsl.feature.feature.group, org.eclipse.wildwebdeveloper.feature.feature.group, org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group, org.eclipse.tips.feature.feature.group] Processing /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/epp.product [org.eclipse.epp.mpc.feature.group, org.eclipse.e4.core.tools.feature.feature.group, org.eclipse.egit.feature.group, org.eclipse.emf.cdo.epp.feature.group, org.eclipse.emf.compare.ide.ui.source.feature.group, org.eclipse.emf.compare.source.feature.group, org.eclipse.emf.compare.diagram.sirius.source.feature.group, org.eclipse.emf.compare.egit.feature.group, org.eclipse.emf.ecoretools.design.feature.group, org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group, org.eclipse.emf.parsley.sdk.feature.group, org.eclipse.emf.parsley.sdk.source.feature.group, org.eclipse.emf.query.sdk.feature.group, org.eclipse.emf.sdk.feature.group, org.eclipse.emf.transaction.sdk.feature.group, org.eclipse.emf.validation.sdk.feature.group, org.eclipse.gef.sdk.feature.group, org.eclipse.gmf.runtime.sdk.feature.group, org.eclipse.jdt.feature.group, org.eclipse.mylyn.wikitext_feature.feature.group, org.eclipse.oomph.setup.feature.group, org.eclipse.ocl.all.sdk.feature.group, org.eclipse.pde.feature.group, org.eclipse.sdk.feature.group, org.eclipse.uml2.sdk.feature.group, org.eclipse.xsd.sdk.feature.group, org.eclipse.tips.feature.feature.group] Processing /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/epp.product [org.eclipse.epp.mpc.feature.group, org.eclipse.cdt.feature.group, org.eclipse.cdt.autotools.feature.group, org.eclipse.cdt.build.crossgcc.feature.group, org.eclipse.cdt.cmake.feature.group, org.eclipse.cdt.debug.standalone.feature.group, org.eclipse.cdt.debug.ui.memory.feature.group, org.eclipse.cdt.launch.remote.feature.group, org.eclipse.cdt.testsrunner.feature.feature.group, org.eclipse.egit.feature.group, org.eclipse.jgit.feature.group, org.eclipse.mylyn.wikitext_feature.feature.group, org.eclipse.oomph.setup.feature.group, org.eclipse.ptp.feature.group, org.eclipse.ptp.debug.sdm.feature.group, org.eclipse.ptp.fortran.feature.group, org.eclipse.ptp.rdt.sync.feature.group, org.eclipse.ptp.remote.terminal.feature.group, org.eclipse.ptp.rm.jaxb.contrib.feature.group, org.eclipse.remote.feature.group, org.eclipse.remote.console.feature.group, org.eclipse.wst.xml_ui.feature.feature.group] Processing /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/epp.product [org.eclipse.epp.mpc.feature.group, org.eclipse.egit.feature.group, org.eclipse.egit.gitflow.feature.feature.group, org.eclipse.egit.mylyn.feature.group, org.eclipse.mylyn.bugzilla_feature.feature.group, org.eclipse.mylyn.context_feature.feature.group, org.eclipse.mylyn_feature.feature.group, org.eclipse.mylyn.ide_feature.feature.group, org.eclipse.mylyn.wikitext_feature.feature.group, org.eclipse.oomph.setup.feature.group, org.eclipse.php.feature.group, org.eclipse.php.composer.feature.group, org.eclipse.php.mylyn.feature.group, org.eclipse.php.phpunit.feature.feature.group, org.eclipse.php.profiler.feature.group, org.eclipse.php.rdt.sync.feature.group, org.eclipse.tm.terminal.feature.feature.group, org.eclipse.wst.xml_ui.feature.feature.group, org.eclipse.wildwebdeveloper.feature.feature.group, org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group] Processing /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/epp.product [org.eclipse.epp.mpc.feature.group, org.eclipse.buildship.feature.group, org.eclipse.e4.core.tools.feature.feature.group, org.eclipse.eclemma.feature.feature.group, org.eclipse.egit.feature.group, org.eclipse.egit.gitflow.feature.feature.group, org.eclipse.m2e.feature.feature.group, org.eclipse.m2e.pde.feature.feature.group, org.eclipse.m2e.lemminx.feature.feature.group, org.eclipse.m2e.logback.feature.feature.group, org.eclipse.oomph.setup.feature.group, org.eclipse.rap.tools.feature.feature.group, org.eclipse.swtbot.eclipse.gef.feature.group, org.eclipse.swtbot.eclipse.feature.group, org.eclipse.swtbot.ide.feature.group, org.eclipse.wst.xml_ui.feature.feature.group, org.eclipse.passage.ldc.feature.feature.group] Processing /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/epp.product [org.eclipse.epp.mpc.feature.group, org.eclipse.egit.feature.group, org.eclipse.help.source.feature.group, org.eclipse.jdt.feature.group, org.eclipse.jdt.source.feature.group, org.eclipse.jgit.feature.group, org.eclipse.jst.web_ui.feature.feature.group, org.eclipse.m2e.feature.feature.group, org.eclipse.m2e.lemminx.feature.feature.group, org.eclipse.mylyn.wikitext_feature.feature.group, org.eclipse.oomph.setup.feature.group, org.eclipse.scout.sdk-feature.feature.group, org.eclipse.wst.xml_ui.feature.feature.group, org.eclipse.wst.web_ui.feature.feature.group] + exit 0 [simrel.epp-tycho-build] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.epp.packages/pom.xml -DIGNORED_PACKAGES= -DFULL_BUILD=true -Dtycho.disableP2Mirrors=true -DcontinueOnFail=true -Dmaven.repo.local=/home/jenkins/agent/workspace/simrel.epp-tycho-build/.repository clean verify --batch-mode --show-version -e -s /home/jenkins/agent/workspace/simrel.epp-tycho-build/settings.xml -Peclipse-sign-jar -Peclipse-sign-mac -Peclipse-sign-dmg -Peclipse-sign-windows -Peclipse-package-dmg Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/java/openjdk Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.10.19-200.fc33.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.epp:archive-template:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/staging/2021-06/ (365B) [INFO] Adding repository https://download.eclipse.org/staging/2021-06 [INFO] Fetching content.jar from https://download.eclipse.org/staging/2021-06/ (2.61MB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Adding repository https://download.eclipse.org/justj/jres/16/updates/release/latest [INFO] Fetching compositeContent.jar from https://download.eclipse.org/justj/jres/16/updates/release/latest/ (432B) [INFO] Fetching p2.index from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/ (15.54kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:archive-template:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:archive-template:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.common:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.common:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.common:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/pom.xml [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.58kB) [INFO] Unpacking org.eclipse.osgi.util_3.6.0.v20210212-1137... [INFO] Fetching org.eclipse.osgi_3.16.300.v20210525-1715.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (461.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.16.300.v20210525-1715.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (461.48kB) [INFO] Unpacking org.eclipse.osgi_3.16.300.v20210525-1715... [INFO] Fetching org.eclipse.osgi.services_3.10.100.v20210324-0936.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.10.100.v20210324-0936.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.95kB) [INFO] Unpacking org.eclipse.osgi.services_3.10.100.v20210324-0936... [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.67MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.67MB) [INFO] Unpacking com.ibm.icu_67.1.0.v20200706-1749... [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.54MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.54MB) [INFO] Unpacking com.sun.jna_5.8.0.v20210503-0343... [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (399.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (399.8kB) [INFO] Unpacking com.sun.jna.platform_5.8.0.v20210406-1004... [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.66kB) [INFO] Unpacking javax.annotation_1.3.5.v20200909-1856... [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.05kB) [INFO] Unpacking org.apache.batik.constants_1.14.0.v20210324-0332... [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (258.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (258.83kB) [INFO] Unpacking org.apache.xmlgraphics_2.6.0.v20210409-0748... [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/staging/2021-06/plugins/ (95.26kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/staging/2021-06/plugins/ (35.59kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (102.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (102.19kB) [INFO] Unpacking org.apache.batik.css_1.14.0.v20210324-0332... [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (63.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (63.44kB) [INFO] Unpacking org.apache.batik.util_1.14.0.v20210324-0332... [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.54kB) [INFO] Unpacking org.apache.batik.i18n_1.14.0.v20210324-0332... [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.35kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (104.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (104.22kB) [INFO] Unpacking org.apache.commons.io_2.8.0.v20210415-0900... [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.71kB) [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (155.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (155.35kB) [INFO] Unpacking org.apache.felix.scr_2.1.24.v20200924-1939... [INFO] Fetching org.eclipse.core.commands_3.10.0.v20210401-0744.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.10.0.v20210401-0744.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.04kB) [INFO] Unpacking org.eclipse.core.commands_3.10.0.v20210401-0744... [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (59.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (59.33kB) [INFO] Unpacking org.eclipse.equinox.common_3.15.0.v20210518-0604... [INFO] Fetching org.eclipse.core.contenttype_3.7.1000.v20210409-1722.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (41.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.1000.v20210409-1722.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (41.25kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.1000.v20210409-1722... [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.51kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.8.200.v20210212-1143... [INFO] Fetching org.eclipse.equinox.registry_3.10.200.v20210503-1606.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (77.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.10.200.v20210503-1606.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (77.17kB) [INFO] Unpacking org.eclipse.equinox.registry_3.10.200.v20210503-1606... [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (56.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (56.91kB) [INFO] Unpacking org.eclipse.core.databinding_1.10.100.v20200926-1123... [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (82.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (82.74kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.10.0.v20200730-0848... [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.71kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.8.100.v20200619-0651... [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.72kB) [INFO] Unpacking org.eclipse.core.expressions_3.7.100.v20210203-1000... [INFO] Fetching org.eclipse.core.runtime_3.22.0.v20210506-1025.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.22.0.v20210506-1025.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.73kB) [INFO] Unpacking org.eclipse.core.runtime_3.22.0.v20210506-1025... [INFO] Fetching org.eclipse.core.jobs_3.11.0.v20210420-1453.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.11.0.v20210420-1453.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.01kB) [INFO] Unpacking org.eclipse.core.jobs_3.11.0.v20210420-1453... [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.03kB) [INFO] Unpacking org.eclipse.equinox.app_1.5.100.v20210212-1143... [INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.88kB) [INFO] Unpacking org.eclipse.e4.core.commands_1.0.0.v20210507-1901... [INFO] Fetching org.eclipse.e4.core.di_1.7.800.v20210526-1618.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.800.v20210526-1618.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.92kB) [INFO] Unpacking org.eclipse.e4.core.di_1.7.800.v20210526-1618... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.66kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710... [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.94kB) [INFO] Unpacking org.eclipse.e4.core.services_2.2.600.v20210110-1654... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.68kB) [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352... [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.72kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938... [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.0.v20210412-1358.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.0.v20210412-1358.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.31kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.16.0.v20210412-1358... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.73kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (107.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (107.16kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (385.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (385.51kB) [INFO] Unpacking org.eclipse.emf.ecore_2.24.0.v20210405-0628... [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.02kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132... [INFO] Fetching org.eclipse.swt_3.116.100.v20210602-2209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.116.100.v20210602-2209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.06kB) [INFO] Unpacking org.eclipse.swt_3.116.100.v20210602-2209... [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.14kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.5.0.v20210115-1333... [INFO] Fetching org.eclipse.jface_3.22.200.v20210401-0958.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (363.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.22.200.v20210401-0958.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (363.89kB) [INFO] Unpacking org.eclipse.jface_3.22.200.v20210401-0958... [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (66.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (66.15kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.200.v20210401-1241.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.200.v20210401-1241.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.8kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.14.200.v20210401-1241... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.78kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147... [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.79kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.3.0.v20210222-1018... [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.64kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (110.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (110.28kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958... [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.19kB) [INFO] Unpacking org.eclipse.equinox.event_1.6.0.v20210212-1143... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.900.v20210412-0842.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.900.v20210412-0842.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.55kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.900.v20210412-0842... [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (88.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (88.53kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.81kB) [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (83.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (83.8kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.200.v20210321-1910.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (49.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.200.v20210321-1910.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (49.79kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.4.200.v20210321-1910... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.100.v20210515-1815.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (94.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.100.v20210515-1815.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (94.49kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.15.100.v20210515-1815... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.100.v20210315-1604.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.100.v20210315-1604.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.4kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.16.100.v20210315-1604... [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (77.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (77.72kB) [INFO] Unpacking org.eclipse.jface.databinding_1.12.200.v20210111-0911... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339... [INFO] Fetching org.eclipse.urischeme_1.1.400.v20210407-1558.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.1.400.v20210407-1558.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.86kB) [INFO] Unpacking org.eclipse.urischeme_1.1.400.v20210407-1558... [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (114.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (114.65kB) [INFO] Unpacking org.eclipse.emf.common_2.22.0.v20210319-0732... [INFO] Fetching org.eclipse.platform_4.20.0.v20210609-0520.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (617.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform_4.20.0.v20210609-0520.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (617.87kB) [INFO] Unpacking org.eclipse.platform_4.20.0.v20210609-0520... [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (339.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (339.79kB) [INFO] Unpacking org.eclipse.ui_3.119.0.v20210111-1350... [INFO] Fetching org.eclipse.ui.workbench_3.122.200.v20210506-1640.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (960.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.122.200.v20210506-1640.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (960.38kB) [INFO] Unpacking org.eclipse.ui.workbench_3.122.200.v20210506-1640... [INFO] Fetching org.eclipse.help_3.9.0.v20210507-0822.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (120.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.9.0.v20210507-0822.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (120.09kB) [INFO] Unpacking org.eclipse.help_3.9.0.v20210507-0822... [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.74kB) [INFO] Unpacking org.eclipse.jface.notifications_0.3.0.v20210218-1820... [INFO] Fetching org.eclipse.ui.intro_3.6.200.v20210409-1747.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (141.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.6.200.v20210409-1747.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (141.77kB) [INFO] Unpacking org.eclipse.ui.intro_3.6.200.v20210409-1747... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.100.v20210602-2209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (985.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.100.v20210602-2209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (985.78kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.116.100.v20210602-2209... [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (122.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (122.98kB) [INFO] Unpacking org.eclipse.ui.forms_3.11.100.v20210108-1139... [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.71kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.116.100.v20210602-2209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (970.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.116.100.v20210602-2209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (970.51kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.aarch64_3.116.100.v20210602-2209... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.100.v20210602-2209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.19MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.100.v20210602-2209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.19MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.116.100.v20210602-2209... [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.100.v20210602-2209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (833.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.100.v20210602-2209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (833.44kB) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.116.100.v20210602-2209... [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.common.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.common.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.common.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.cpp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.cpp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.cpp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.cpp.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.cpp.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.cpp.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:epp.package.cpp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.cpp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:epp.package.cpp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.dsl:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.dsl:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.dsl:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.dsl.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.dsl.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.dsl.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:epp.package.dsl:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.dsl:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:epp.package.dsl:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.embedcpp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.embedcpp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.embedcpp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.embedcpp.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.embedcpp.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.embedcpp.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:epp.package.embedcpp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.embedcpp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:epp.package.embedcpp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.java:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.java:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.java:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.java.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.java.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.java.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:epp.package.java:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.java:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:epp.package.java:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.jee:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.jee:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.jee:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.jee.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.jee.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.jee.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:epp.package.jee:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.jee:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:epp.package.jee:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.modeling:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.modeling:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.modeling:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/pom.xml [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14kB) [INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954... [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.modeling.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.modeling.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.modeling.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:epp.package.modeling:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.modeling:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:epp.package.modeling:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.parallel:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.parallel:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.parallel:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.parallel.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.parallel.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.parallel.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:epp.package.parallel:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.parallel:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:epp.package.parallel:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.php:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.php:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.php:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.php.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.php.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.php.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:epp.package.php:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.php:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:epp.package.php:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.rcp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.rcp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.rcp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.rcp.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.rcp.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.rcp.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:epp.package.rcp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.rcp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:epp.package.rcp:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.scout:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.scout:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.scout:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.scout.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.scout.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.scout.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:epp.package.scout:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.scout:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:epp.package.scout:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.committers:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.committers:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.committers:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/pom.xml [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (696.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (696.23kB) [INFO] Unpacking org.apache.lucene.analyzers-common_8.4.1.v20200122-1459... [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (962.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (962.55kB) [INFO] Unpacking org.apache.lucene.core_8.4.1.v20200122-1459... [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (3.42MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (3.42MB) [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459... [INFO] Fetching org.eclipse.compare_3.8.0.v20210415-0713.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (303.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.8.0.v20210415-0713.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (303.98kB) [INFO] Unpacking org.eclipse.compare_3.8.0.v20210415-0713... [INFO] Fetching org.eclipse.core.resources_3.15.0.v20210521-0722.jar from https://download.eclipse.org/staging/2021-06/plugins/ (877.32kB) [INFO] Fetching org.eclipse.jface.text_3.18.0.v20210512-1640.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (313.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.18.0.v20210512-1640.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (313.83kB) [INFO] Unpacking org.eclipse.jface.text_3.18.0.v20210512-1640... [INFO] Fetching org.eclipse.ui.ide_3.18.200.v20210523-1724.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (949.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.18.200.v20210523-1724.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (949.34kB) [INFO] Unpacking org.eclipse.ui.ide_3.18.200.v20210523-1724... [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.88kB) [INFO] Unpacking org.eclipse.ui.views_3.11.0.v20210111-1351... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.100.v20210512-1009.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (236.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.100.v20210512-1009.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (236.02kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.16.100.v20210512-1009... [INFO] Fetching org.eclipse.ui.editors_3.14.100.v20210513-1110.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (201.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.14.100.v20210513-1110.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (201.33kB) [INFO] Unpacking org.eclipse.ui.editors_3.14.100.v20210513-1110... [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.82kB) [INFO] Unpacking org.eclipse.compare.core_3.6.1000.v20201020-1107... [INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (41.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (41.05kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.7.0.v20210512-1543... [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (100.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (100.12kB) [INFO] Unpacking org.eclipse.text_3.12.0.v20210512-1644... [INFO] Fetching org.eclipse.core.filesystem_1.9.0.v20210419-1155.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.9.0.v20210419-1155.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.76kB) [INFO] Unpacking org.eclipse.core.filesystem_1.9.0.v20210419-1155... [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.82kB) [INFO] Unpacking org.eclipse.core.net_1.3.1100.v20210424-0724... [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.86kB) [INFO] Unpacking org.eclipse.equinox.security_1.3.600.v20210126-1005... [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.13kB) [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.200.v20210108-1832... [INFO] Fetching org.eclipse.help.ui_4.3.0.v20210409-1726.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (203.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help.ui_4.3.0.v20210409-1726.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (203.18kB) [INFO] Unpacking org.eclipse.help.ui_4.3.0.v20210409-1726... [INFO] Fetching org.eclipse.help.base_4.3.300.v20210609-0520.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (163.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help.base_4.3.300.v20210609-0520.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (163.99kB) [INFO] Unpacking org.eclipse.help.base_4.3.300.v20210609-0520... [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (149.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (149.83kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822... [INFO] Fetching org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (56.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (56.41kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.4.100.v20210506-1050... [INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.98kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.3.100.v20210212-1143... [INFO] Fetching org.eclipse.equinox.p2.core_2.7.0.v20210315-2042.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.7.0.v20210315-2042.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.93kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.7.0.v20210315-2042... [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.0.v20210328-0514.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (74.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.0.v20210328-0514.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (74.55kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.7.0.v20210328-0514... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.0.v20210331-1610.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (108.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.0.v20210331-1610.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (108.05kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.6.0.v20210331-1610... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (50.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (50.87kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228... [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.100.v20210329-1206.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.100.v20210329-1206.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.59kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.5.100.v20210329-1206... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.400.v20210427-0555.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (105.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.400.v20210427-0555.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (105.65kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.11.400.v20210427-0555... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.400.v20210320-1132.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (176.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.400.v20210320-1132.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (176.99kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.11.400.v20210320-1132... [INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (129.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (129.96kB) [INFO] Unpacking org.eclipse.ui.navigator_3.10.100.v20210415-0924... [INFO] Fetching org.eclipse.team.core_3.9.0.v20210510-1748.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (124.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.9.0.v20210510-1748.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (124.76kB) [INFO] Unpacking org.eclipse.team.core_3.9.0.v20210510-1748... [INFO] Fetching org.eclipse.team.ui_3.9.0.v20210426-0837.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (488.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.9.0.v20210426-0837.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (488.48kB) [INFO] Unpacking org.eclipse.team.ui_3.9.0.v20210426-0837... [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.100.v20210319-0848.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (70.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.100.v20210319-0848.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (70.28kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.8.100.v20210319-0848... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.42kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348... [INFO] Computing target platform for MavenProject: org.eclipse.epp:org.eclipse.epp.package.committers.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:org.eclipse.epp.package.committers.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.committers.feature:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.epp:epp.package.committers:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.committers:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.epp:epp.package.committers:4.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] archive-template [eclipse-repository] [INFO] org.eclipse.epp.package.common [eclipse-plugin] [INFO] org.eclipse.epp.package.common.feature [eclipse-feature] [INFO] org.eclipse.epp.package.cpp [eclipse-plugin] [INFO] org.eclipse.epp.package.cpp.feature [eclipse-feature] [INFO] epp.package.cpp [eclipse-repository] [INFO] org.eclipse.epp.package.dsl [eclipse-plugin] [INFO] org.eclipse.epp.package.dsl.feature [eclipse-feature] [INFO] epp.package.dsl [eclipse-repository] [INFO] org.eclipse.epp.package.embedcpp [eclipse-plugin] [INFO] org.eclipse.epp.package.embedcpp.feature [eclipse-feature] [INFO] epp.package.embedcpp [eclipse-repository] [INFO] org.eclipse.epp.package.java [eclipse-plugin] [INFO] org.eclipse.epp.package.java.feature [eclipse-feature] [INFO] epp.package.java [eclipse-repository] [INFO] org.eclipse.epp.package.jee [eclipse-plugin] [INFO] org.eclipse.epp.package.jee.feature [eclipse-feature] [INFO] epp.package.jee [eclipse-repository] [INFO] org.eclipse.epp.package.modeling [eclipse-plugin] [INFO] org.eclipse.epp.package.modeling.feature [eclipse-feature] [INFO] epp.package.modeling [eclipse-repository] [INFO] org.eclipse.epp.package.parallel [eclipse-plugin] [INFO] org.eclipse.epp.package.parallel.feature [eclipse-feature] [INFO] epp.package.parallel [eclipse-repository] [INFO] org.eclipse.epp.package.php [eclipse-plugin] [INFO] org.eclipse.epp.package.php.feature [eclipse-feature] [INFO] epp.package.php [eclipse-repository] [INFO] org.eclipse.epp.package.rcp [eclipse-plugin] [INFO] org.eclipse.epp.package.rcp.feature [eclipse-feature] [INFO] epp.package.rcp [eclipse-repository] [INFO] org.eclipse.epp.package.scout [eclipse-plugin] [INFO] org.eclipse.epp.package.scout.feature [eclipse-feature] [INFO] epp.package.scout [eclipse-repository] [INFO] org.eclipse.epp.package.committers [eclipse-plugin] [INFO] org.eclipse.epp.package.committers.feature [eclipse-feature] [INFO] epp.package.committers [eclipse-repository] [INFO] org.eclipse.epp-buildall [pom] [INFO] [INFO] ------------------< org.eclipse.epp:archive-template >------------------ [INFO] Building archive-template 4.20.0-SNAPSHOT [1/37] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ archive-template --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ archive-template --- [INFO] The project's OSGi version is 4.20.0.20210405-1849 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ archive-template --- [INFO] No match to regex 'epp\.package\.(\d*)' found in 'archive-template'. The initial value 'archive-template' is left as-is... [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ archive-template --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ archive-template --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ archive-template --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ archive-template --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ archive-template --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ archive-template --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ archive-template --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.2.0:assemble-repository (default-assemble-repository) @ archive-template --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.2.0:archive-repository (default-archive-repository) @ archive-template --- [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/target/archive-template-4.20.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-eclipserun-plugin:2.2.0:eclipse-run (remove-uncategorized) @ archive-template --- [INFO] Fetching p2.index from http://download.eclipse.org/releases/latest/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/latest [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/latest/ (465B) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2021-03/ (122B) [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-03/ (480B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-03/ [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-03/202103121200/ (80.54kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2021-03/202103171000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2021-03/202103171000/ (814.32kB) [INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (470.65kB) [INFO] Fetching org.eclipse.osgi.services_3.10.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (43.93kB) [INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (2.85MB) [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (71.46kB) [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (18.03kB) [INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.38kB) [INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (43.1kB) [INFO] Fetching org.eclipse.equinox.common_3.14.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (58.96kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (41.22kB) [INFO] Fetching org.eclipse.equinox.registry_3.10.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (77.13kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (41.14kB) [INFO] Fetching org.eclipse.text_3.11.0.v20210203-1022.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (100.65kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.79kB) [INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (46.09kB) [INFO] Fetching org.eclipse.core.resources_3.14.0.v20210215-0934.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (877.43kB) [INFO] Fetching org.eclipse.debug.core_3.18.0.v20210222-1101.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (125.97kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (25.87kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (19.47kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (34.56kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.100.v20201223-0822.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (29.99kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (58.14kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (108kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (32.04kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20210227-0235.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (39.28kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (55.38kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (47.99kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (116.64kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (81.19kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (24.18kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (74.47kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (37.85kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (50.79kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.86kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.500.v20210211-1133.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (43.03kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.800.v20210205-1231.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (105.89kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.64kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (122.23kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (46.61kB) [INFO] Fetching org.eclipse.jdt.core_3.25.0.v20210223-0522.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (6.91MB) [INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210220-1238.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (901.43kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20210217-1644.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (282.34kB) [INFO] Fetching org.eclipse.pde.api.tools_1.2.300.v20210205-1814.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (929.57kB) [INFO] Fetching org.eclipse.pde.core_3.14.200.v20210208-1154.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.33MB) [INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (60.98kB) [INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (26.39kB) [INFO] Fetching org.eclipse.pde.build_3.10.1000.v20210130-0813.jar from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (477.13kB) [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103171000/plugins/ (124.96kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/simrel.epp-tycho-build/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -install, /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/target/eclipserun-work/data, -data, target/antrun-workspace, -application, org.eclipse.ant.core.antRunner, -buildfile, remove-categories.xml] Buildfile: remove-categories.xml remove-categories: Unable to find: Installable Unit [ query=property[@name='org.eclipse.equinox.p2.type.category'] ] BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 0 seconds [INFO] [INFO] --- tycho-p2-repository-plugin:2.2.0:archive-repository (re-archive-without-categories) @ archive-template --- [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive-template/target/archive-template-4.20.0-SNAPSHOT.zip [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-template-repo) @ archive-template --- [INFO] Executing tasks [INFO] [copy] Copying 2 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/repository [INFO] Executed tasks [INFO] [INFO] -----------< org.eclipse.epp:org.eclipse.epp.package.common >----------- [INFO] Building org.eclipse.epp.package.common 4.20.0-SNAPSHOT [2/37] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.common --- [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.common --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.common --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.epp.package.common --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.package.common --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/target/org.eclipse.epp.package.common-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.common --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common/target/org.eclipse.epp.package.common-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.common --- [INFO] [INFO] -------< org.eclipse.epp:org.eclipse.epp.package.common.feature >------- [INFO] Building org.eclipse.epp.package.common.feature 4.20.0-SNAPSHOT [3/37] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.common.feature --- [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/staging/2021-06/plugins/ (249kB) [INFO] Fetching com.sun.xml.bind_2.2.0.v20201118-1845.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (254.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.xml.bind_2.2.0.v20201118-1845.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (254.74kB) [INFO] Unpacking com.sun.xml.bind_2.2.0.v20201118-1845... [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.41kB) [INFO] Unpacking javax.xml.bind_2.2.0.v201105210648... [INFO] Fetching com.sun.xml.bind_2.3.3.v20201118-1818.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (350.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.xml.bind_2.3.3.v20201118-1818.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (350.1kB) [INFO] Unpacking com.sun.xml.bind_2.3.3.v20201118-1818... [INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.78kB) [INFO] Unpacking javax.activation_1.1.0.v201211130549... [INFO] Fetching javax.activation_1.2.2.v20201119-1642.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.activation_1.2.2.v20201119-1642.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.26kB) [INFO] Unpacking javax.activation_1.2.2.v20201119-1642... [INFO] Fetching jakarta.xml.bind_2.3.3.v20201118-1818.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching jakarta.xml.bind_2.3.3.v20201118-1818.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.92kB) [INFO] Unpacking jakarta.xml.bind_2.3.3.v20201118-1818... [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.common.feature --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.common.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.epp.package.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/target/org.eclipse.epp.package.common.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.common.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.common.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.common.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.common.feature/target/org.eclipse.epp.package.common.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.common.feature --- [INFO] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.cpp >------------- [INFO] Building org.eclipse.epp.package.cpp 4.20.0-SNAPSHOT [4/37] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.cpp --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.cpp --- [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.cpp --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.cpp --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.cpp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.cpp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.epp.package.cpp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.cpp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/src/test/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.cpp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.cpp --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.package.cpp --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/target/org.eclipse.epp.package.cpp-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.cpp --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.cpp --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp/target/org.eclipse.epp.package.cpp-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.cpp --- [INFO] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.cpp.feature >--------- [INFO] Building org.eclipse.epp.package.cpp.feature 4.20.0-SNAPSHOT [5/37] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.cpp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.cpp.feature --- [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24kB) [INFO] Unpacking org.slf4j.api_1.7.30.v20200204-2150... [INFO] Fetching com.google.gson_2.8.6.v20201231-1626.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (82.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.gson_2.8.6.v20201231-1626.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (82.82kB) [INFO] Unpacking com.google.gson_2.8.6.v20201231-1626... [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (107.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (107.05kB) [INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902... [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (62.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (62.49kB) [INFO] Unpacking com.sun.el_2.2.0.v201303151357... [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.35kB) [INFO] Unpacking javax.el_2.2.0.v201303151357... [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/staging/2021-06/plugins/ (96.33kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.65kB) [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158... [INFO] Fetching org.apache.ant_1.10.10.v20210426-1926.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (2.83MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.10.v20210426-1926.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (2.83MB) [INFO] Unpacking org.apache.ant_1.10.10.v20210426-1926... [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (143.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (143.98kB) [INFO] Unpacking org.apache.commons.codec_1.14.0.v20200818-1422... [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.94kB) [INFO] Unpacking org.apache.felix.gogo.command_1.1.2.v20210111-1007... [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (77.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (77.96kB) [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.4.v20210111-1007... [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.42kB) [INFO] Unpacking org.apache.felix.gogo.shell_1.1.4.v20210111-1007... [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (338.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (338.2kB) [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225... [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (109.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (109.65kB) [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225... [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/staging/2021-06/plugins/ (2.36MB) [INFO] Fetching org.bouncycastle.bcpg_1.65.0.v20200527-1955.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (95.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.bouncycastle.bcpg_1.65.0.v20200527-1955.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (95.78kB) [INFO] Unpacking org.bouncycastle.bcpg_1.65.0.v20200527-1955... [INFO] Fetching org.bouncycastle.bcprov_1.65.1.v20200529-1514.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.2MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.bouncycastle.bcprov_1.65.1.v20200529-1514.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.2MB) [INFO] Unpacking org.bouncycastle.bcprov_1.65.1.v20200529-1514... [INFO] Fetching org.eclipse.ant.core_3.6.0.v20210415-1314.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (71.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.6.0.v20210415-1314.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (71.43kB) [INFO] Unpacking org.eclipse.ant.core_3.6.0.v20210415-1314... [INFO] Fetching org.eclipse.core.variables_3.5.0.v20210510-1945.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.5.0.v20210510-1945.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.02kB) [INFO] Unpacking org.eclipse.core.variables_3.5.0.v20210510-1945... [INFO] Fetching org.eclipse.cdt.autotools.core_2.1.100.202010121414.jar from https://download.eclipse.org/staging/2021-06/plugins/ (124.52kB) [INFO] Fetching org.eclipse.cdt.managedbuilder.core_9.3.0.202105241352.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.36MB) [INFO] Fetching org.eclipse.cdt.core_7.2.100.202105180159.jar from https://download.eclipse.org/staging/2021-06/plugins/ (5.95MB) [INFO] Fetching org.eclipse.cdt.ui_7.2.0.202106050127.jar from https://download.eclipse.org/staging/2021-06/plugins/ (6.17MB) [INFO] Fetching org.eclipse.cdt.managedbuilder.ui_9.3.100.202104251526.jar from https://download.eclipse.org/staging/2021-06/plugins/ (519.89kB) [INFO] Fetching org.eclipse.cdt.managedbuilder.gnu.ui_8.4.0.202008310002.jar from https://download.eclipse.org/staging/2021-06/plugins/ (53.19kB) [INFO] Fetching org.eclipse.cdt.make.core_7.5.100.202011171450.jar from https://download.eclipse.org/staging/2021-06/plugins/ (454.01kB) [INFO] Fetching org.eclipse.cdt.make.ui_8.1.0.202105191403.jar from https://download.eclipse.org/staging/2021-06/plugins/ (510.36kB) [INFO] Fetching org.eclipse.ui.console_3.11.0.v20210510-1914.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (84.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.11.0.v20210510-1914.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (84.14kB) [INFO] Unpacking org.eclipse.ui.console_3.11.0.v20210510-1914... [INFO] Fetching org.eclipse.remote.core_4.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (80.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.core_4.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (80.52kB) [INFO] Unpacking org.eclipse.remote.core_4.0.0.201909031456... [INFO] Fetching org.eclipse.cdt.remote.core_1.1.0.202008310002.jar from https://download.eclipse.org/staging/2021-06/plugins/ (21.04kB) [INFO] Fetching org.eclipse.cdt.core.native_6.1.200.202105261421.jar from https://download.eclipse.org/staging/2021-06/plugins/ (61.88kB) [INFO] Fetching org.eclipse.cdt.debug.core_8.7.0.202104100051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (328.23kB) [INFO] Fetching org.eclipse.debug.core_3.18.100.v20210511-0446.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (126.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.18.100.v20210511-0446.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (126.09kB) [INFO] Unpacking org.eclipse.debug.core_3.18.100.v20210511-0446... [INFO] Fetching org.eclipse.launchbar.core_2.4.200.202106071539.jar from https://download.eclipse.org/staging/2021-06/plugins/ (78.97kB) [INFO] Fetching org.eclipse.cdt.debug.ui_8.4.200.202105251444.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.05MB) [INFO] Fetching org.eclipse.debug.ui_3.15.0.v20210525-1810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1,011.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.15.0.v20210525-1810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1,011.22kB) [INFO] Unpacking org.eclipse.debug.ui_3.15.0.v20210525-1810... [INFO] Fetching org.eclipse.launchbar.ui_2.4.200.202104042017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (87.21kB) [INFO] Fetching org.eclipse.cdt.launch_10.3.0.202104111407.jar from https://download.eclipse.org/staging/2021-06/plugins/ (192.83kB) [INFO] Fetching org.eclipse.tools.templates.core_1.2.0.202008310315.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.54kB) [INFO] Fetching org.eclipse.tools.templates.freemarker_1.2.100.202011191931.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.43kB) [INFO] Fetching org.eclipse.tools.templates.ui_1.2.200.202106040135.jar from https://download.eclipse.org/staging/2021-06/plugins/ (37.18kB) [INFO] Fetching org.eclipse.search_3.13.200.v20210419-1029.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (214.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.13.200.v20210419-1029.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (214.13kB) [INFO] Unpacking org.eclipse.search_3.13.200.v20210419-1029... [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.17kB) [INFO] Unpacking org.eclipse.core.databinding.beans_1.7.200.v20210111-0759... [INFO] Fetching org.eclipse.core.externaltools_1.2.0.v20210510-1841.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.externaltools_1.2.0.v20210510-1841.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.84kB) [INFO] Unpacking org.eclipse.core.externaltools_1.2.0.v20210510-1841... [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.0.v20210424-0724.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net.linux_1.0.0.v20210424-0724.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.84kB) [INFO] Unpacking org.eclipse.core.net.linux_1.0.0.v20210424-0724... [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.500.v20210510-1619.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (6.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.500.v20210510-1619.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (6.94kB) [INFO] Unpacking org.eclipse.core.net.linux.x86_64_1.2.500.v20210510-1619... [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (215.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (215.67kB) [INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308... [INFO] Fetching org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.11kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.6.200.v20210416-2027... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.22kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (103.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (103.49kB) [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (83.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (83.68kB) [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609... [INFO] Fetching org.eclipse.equinox.console_1.4.400.v20210602-1312.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (52.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.console_1.4.400.v20210602-1312.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (52.36kB) [INFO] Unpacking org.eclipse.equinox.console_1.4.400.v20210602-1312... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.13kB) [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832... [INFO] Fetching org.eclipse.e4.rcp_4.20.0.v20210602-2209.jar from https://download.eclipse.org/staging/2021-06/features/ (21.04kB) [INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/plugins/ (123.51kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.34kB) [INFO] Unpacking org.eclipse.equinox.concurrent_1.2.0.v20210202-1157... [INFO] Fetching org.eclipse.ecf.core.feature_1.5.702.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/features/ (19.74kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/features/ (19.71kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar from https://download.eclipse.org/staging/2021-06/plugins/ (126.85kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/features/ (27.84kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar from https://download.eclipse.org/staging/2021-06/plugins/ (82.92kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614.jar from https://download.eclipse.org/staging/2021-06/features/ (27.93kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.69kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/features/ (23.74kB) [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar from https://download.eclipse.org/staging/2021-06/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar from https://download.eclipse.org/staging/2021-06/features/ (19.13kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.46kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.0.v20210315-2042.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.0.v20210315-2042.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.48kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.2.0.v20210315-2042... [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.0.v20210414-1616.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.0.v20210414-1616.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.58kB) [INFO] Unpacking org.eclipse.equinox.http.jetty_3.8.0.v20210414-1616... [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.100.v20210311-1631.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (76.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.100.v20210311-1631.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (76.64kB) [INFO] Unpacking org.eclipse.equinox.http.servlet_1.7.100.v20210311-1631... [INFO] Fetching org.eclipse.jetty.http_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (241.9kB) [INFO] Fetching org.eclipse.jetty.server_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (769.09kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (171.76kB) [INFO] Fetching org.eclipse.jetty.util_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (560.25kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.17kB) [INFO] Unpacking org.eclipse.equinox.http.registry_1.2.0.v20200614-1851... [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.65kB) [INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833... [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.69kB) [INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.100.v20210418-1636.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.100.v20210418-1636.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.51kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.4.100.v20210418-1636... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (39.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (39.8kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825... [INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.97kB) [INFO] Unpacking org.eclipse.equinox.p2.console_1.2.0.v20210315-2042... [INFO] Fetching org.eclipse.equinox.p2.director_2.5.0.v20210325-0750.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.5.0.v20210325-0750.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.79kB) [INFO] Unpacking org.eclipse.equinox.p2.director_2.5.0.v20210325-0750... [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.9kB) [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.0.v20210315-2228.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.0.v20210315-2228.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.7kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.3.0.v20210315-2228... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.0.v20210326-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.0.v20210326-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.85kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.natives_1.4.0.v20210326-2048... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.66kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228... [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (116.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (116.64kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (81.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (81.19kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.100.v20210329-1206.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.100.v20210329-1206.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.42kB) [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.3.100.v20210329-1206... [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.92kB) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228... [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.08kB) [INFO] Unpacking org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508... [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825.jar from https://download.eclipse.org/staging/2021-06/features/ (19.71kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.95kB) [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042... [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.5kB) [INFO] Unpacking org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.0.v20210322-0909.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.0.v20210322-0909.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.26kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.6.0.v20210322-0909... [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.0.v20210421-1159.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (106.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.0.v20210421-1159.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (106.03kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.4.0.v20210421-1159... [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.0.v20210316-1209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.0.v20210316-1209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.4kB) [INFO] Unpacking org.eclipse.equinox.p2.extensionlocation_1.4.0.v20210316-1209... [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.0.v20210312-1245.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.0.v20210312-1245.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.62kB) [INFO] Unpacking org.eclipse.equinox.p2.reconciler.dropins_1.4.0.v20210312-1245... [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (122.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (122.68kB) [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750... [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825.jar from https://download.eclipse.org/staging/2021-06/features/ (19.13kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.100.v20210426-1115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (289.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.100.v20210426-1115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (289.31kB) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.7.100.v20210426-1115... [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.100.v20210327-1705.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.100.v20210327-1705.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.92kB) [INFO] Unpacking org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.100.v20210327-1705... [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.93kB) [INFO] Unpacking org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228... [INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (71.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (71.54kB) [INFO] Unpacking org.eclipse.equinox.security.ui_1.3.0.v20210121-0947... [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.79kB) [INFO] Unpacking org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214... [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825.jar from https://download.eclipse.org/staging/2021-06/features/ (19.06kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.100.v20210415-1446.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.100.v20210415-1446.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.27kB) [INFO] Unpacking org.eclipse.equinox.p2.ui.importexport_1.3.100.v20210415-1446... [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.0.v20210322-0909.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.0.v20210322-0909.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.7kB) [INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.2.0.v20210322-0909... [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825.jar from https://download.eclipse.org/staging/2021-06/features/ (18.93kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.100.v20210419-1942.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.linux_1.0.100.v20210419-1942.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.28kB) [INFO] Unpacking org.eclipse.equinox.security.linux_1.0.100.v20210419-1942... [INFO] Fetching org.eclipse.help.webapp_3.10.300.v20210507-0822.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (314.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help.webapp_3.10.300.v20210507-0822.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (314.41kB) [INFO] Unpacking org.eclipse.help.webapp_3.10.300.v20210507-0822... [INFO] Fetching org.eclipse.jetty.io_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (194.71kB) [INFO] Fetching org.eclipse.jetty.security_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (126.37kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (68.86kB) [INFO] Fetching org.eclipse.help_2.3.600.v20210609-0618.jar from https://download.eclipse.org/staging/2021-06/features/ (19.55kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.71kB) [INFO] Unpacking org.eclipse.jsch.core_1.3.900.v20200422-1935... [INFO] Fetching org.eclipse.jsch.ui_1.4.0.v20210426-0843.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jsch.ui_1.4.0.v20210426-0843.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.54kB) [INFO] Unpacking org.eclipse.jsch.ui_1.4.0.v20210426-0843... [INFO] Fetching org.eclipse.linuxtools.binutils_6.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (48.75kB) [INFO] Fetching org.eclipse.linuxtools.tools.launch.core_3.3.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (24.11kB) [INFO] Fetching org.eclipse.linuxtools.callgraph_2.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (100.78kB) [INFO] Fetching org.eclipse.zest.layouts_1.1.300.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (48.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.zest.layouts_1.1.300.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (48.96kB) [INFO] Unpacking org.eclipse.zest.layouts_1.1.300.201606061308... [INFO] Fetching org.eclipse.zest.core_1.5.300.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.zest.core_1.5.300.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.96kB) [INFO] Unpacking org.eclipse.zest.core_1.5.300.201606061308... [INFO] Fetching org.eclipse.linuxtools.callgraph.core_3.1.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (60kB) [INFO] Fetching org.eclipse.linuxtools.profiling.ui_3.2.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (30.29kB) [INFO] Fetching org.eclipse.linuxtools.callgraph.docs_1.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (434.03kB) [INFO] Fetching org.eclipse.linuxtools.profiling.launch_3.3.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (131.44kB) [INFO] Fetching org.eclipse.linuxtools.callgraph.launch_2.1.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (77.41kB) [INFO] Fetching org.eclipse.linuxtools.callgraph.feature_8.3.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.35kB) [INFO] Fetching org.eclipse.linuxtools.dataviewers_6.1.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (91.52kB) [INFO] Fetching org.eclipse.linuxtools.dataviewers.charts_7.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (33.1kB) [INFO] Fetching org.eclipse.linuxtools.dataviewers.piechart_3.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.07kB) [INFO] Fetching org.eclipse.swtchart_0.14.0.202106070431.jar from https://download.eclipse.org/staging/2021-06/plugins/ (164.79kB) [INFO] Fetching org.eclipse.swtchart.extensions_0.14.0.202106070431.jar from https://download.eclipse.org/staging/2021-06/plugins/ (374.36kB) [INFO] Fetching org.eclipse.linuxtools.man.core_1.5.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (28.19kB) [INFO] Fetching org.eclipse.linuxtools.perf_1.3.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (128.98kB) [INFO] Fetching org.eclipse.linuxtools.perf.doc_1.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (877.71kB) [INFO] Fetching org.eclipse.linuxtools.perf.feature_8.3.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.24kB) [INFO] Fetching org.eclipse.linuxtools.systemtap.ui.consolelog_4.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (55.31kB) [INFO] Fetching org.eclipse.linuxtools.systemtap.graphing.core_2.1.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (105.04kB) [INFO] Fetching org.eclipse.linuxtools.systemtap.ui.doc_2.6.5.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (2.94MB) [INFO] Fetching org.eclipse.linuxtools.systemtap.graphing.ui_4.2.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (140.32kB) [INFO] Fetching org.eclipse.linuxtools.systemtap.structures_4.2.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (66.29kB) [INFO] Fetching org.eclipse.linuxtools.systemtap.ui.ide_2.3.1.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (346.89kB) [INFO] Fetching org.eclipse.linuxtools.systemtap_8.3.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.21kB) [INFO] Fetching org.eclipse.platform.doc.user_4.20.0.v20210530-2150.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (6.04MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform.doc.user_4.20.0.v20210530-2150.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (6.04MB) [INFO] Unpacking org.eclipse.platform.doc.user_4.20.0.v20210530-2150... [INFO] Fetching org.eclipse.text.quicksearch_1.1.100.v20210426-1601.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text.quicksearch_1.1.100.v20210426-1601.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.43kB) [INFO] Unpacking org.eclipse.text.quicksearch_1.1.100.v20210426-1601... [INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.83MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.83MB) [INFO] Unpacking org.eclipse.ui.intro.universal_3.4.200.v20210409-1747... [INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (98.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (98.02kB) [INFO] Unpacking org.eclipse.ui.browser_3.6.1100.v20210118-1327... [INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (51.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (51.41kB) [INFO] Unpacking org.eclipse.ui.genericeditor_1.2.0.v20210129-1224... [INFO] Fetching org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.58kB) [INFO] Unpacking org.eclipse.ui.monitoring_1.2.0.v20210111-1353... [INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.18kB) [INFO] Unpacking org.eclipse.ui.net_1.4.0.v20210426-0838... [INFO] Fetching org.eclipse.ui.externaltools_3.5.0.v20210510-1849.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.5.0.v20210510-1849.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.56kB) [INFO] Unpacking org.eclipse.ui.externaltools_3.5.0.v20210510-1849... [INFO] Fetching org.eclipse.ui.themes_1.2.1400.v20210315-1604.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.themes_1.2.1400.v20210315-1604.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.46kB) [INFO] Unpacking org.eclipse.ui.themes_1.2.1400.v20210315-1604... [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.84kB) [INFO] Unpacking org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951... [INFO] Fetching org.eclipse.ui.views.log_1.2.1500.v20210315-1034.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (85.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.1500.v20210315-1034.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (85.02kB) [INFO] Unpacking org.eclipse.ui.views.log_1.2.1500.v20210315-1034... [INFO] Fetching org.eclipse.platform_4.20.0.v20210609-0618.jar from https://download.eclipse.org/staging/2021-06/features/ (20.62kB) [INFO] Fetching org.eclipse.platform_root_4.20.0.v20210609-0618 from https://download.eclipse.org/staging/2021-06/binary/ (196B) [INFO] Fetching org.eclipse.platform.ide.executable.gtk.linux.x86_64_4.20.0.I20210609-0520 from https://download.eclipse.org/staging/2021-06/binary/ (43.81kB) [INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.69kB) [INFO] Unpacking org.eclipse.update.configurator_3.4.800.v20210415-1314... [INFO] Fetching org.eclipse.rcp_4.20.0.v20210609-0520.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.rcp_4.20.0.v20210609-0520.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.43kB) [INFO] Unpacking org.eclipse.rcp_4.20.0.v20210609-0520... [INFO] Fetching org.eclipse.rcp_4.20.0.v20210609-0520.jar from https://download.eclipse.org/staging/2021-06/features/ (19.15kB) [INFO] Fetching org.eclipse.rcp_root_4.20.0.v20210609-0520 from https://download.eclipse.org/staging/2021-06/binary/ (24.93kB) [INFO] Fetching org.freemarker_2.3.22.v20160210-1233.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (397.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.freemarker_2.3.22.v20160210-1233.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (397.33kB) [INFO] Unpacking org.freemarker_2.3.22.v20160210-1233... [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.100.v20200805-0859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.100.v20200805-0859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.03kB) [INFO] Unpacking org.eclipse.core.filesystem.linux.aarch64_1.4.100.v20200805-0859... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.200.v20210429-1609.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (81.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.200.v20210429-1609.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (81.07kB) [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.200.v20210429-1609... [INFO] Fetching org.eclipse.platform.ide.executable.gtk.linux.aarch64_4.20.0.I20210609-0520 from https://download.eclipse.org/staging/2021-06/binary/ (43.19kB) [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.4MB) [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (328.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (328.72kB) [INFO] Unpacking com.sun.jna.platform_4.5.1.v20190425-1842... [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.13.v20210128-2225.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.13.v20210128-2225.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.36kB) [INFO] Unpacking org.apache.httpcomponents.httpclient.win_4.5.13.v20210128-2225... [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.56kB) [INFO] Unpacking org.eclipse.compare.win32_1.2.800.v20200127-1343... [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.57kB) [INFO] Unpacking org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909... [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.44kB) [INFO] Unpacking org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337... [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (56.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (56.91kB) [INFO] Unpacking org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909... [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.200.v20210429-1609.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (81.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.200.v20210429-1609.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (81.72kB) [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.200.v20210429-1609... [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.89kB) [INFO] Unpacking org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132... [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.400.v20210410-0052.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.79kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.04kB) [INFO] Unpacking org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919... [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.36kB) [INFO] Unpacking org.eclipse.ui.win32_3.4.400.v20200414-1247... [INFO] Fetching org.eclipse.platform.ide.executable.win32.win32.x86_64_4.20.0.I20210609-0520 from https://download.eclipse.org/staging/2021-06/binary/ (154.17kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.57kB) [INFO] Unpacking org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656... [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.08kB) [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259... [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.24kB) [INFO] Unpacking org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958... [INFO] Fetching org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520 from https://download.eclipse.org/staging/2021-06/binary/ (239.1kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.61kB) [INFO] Unpacking org.eclipse.ui.cocoa_1.2.400.v20191217-1850... [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.cpp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.cpp.feature --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.cpp.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.cpp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.epp.package.cpp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/target/org.eclipse.epp.package.cpp.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.cpp.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.cpp.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.cpp.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/target/org.eclipse.epp.package.cpp.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.cpp.feature --- [INFO] [INFO] ------------------< org.eclipse.epp:epp.package.cpp >------------------- [INFO] Building epp.package.cpp 4.20.0-SNAPSHOT [6/37] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.cpp --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.cpp --- [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (111.09MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (28.66MB of 111.09MB at 28.63MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (57.34MB of 111.09MB at 28.65MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (85.99MB of 111.09MB at 28.65MB/s) [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.59kB) [INFO] Unpacking javax.xml.stream_1.0.1.v201004272200... [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.12.1.v20210128-1726.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.12.1.v20210128-1726.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.74kB) [INFO] Unpacking com.fasterxml.jackson.core.jackson-annotations_2.12.1.v20210128-1726... [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.12.1.v20210128-1726.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (139.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.12.1.v20210128-1726.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (139.76kB) [INFO] Unpacking com.fasterxml.jackson.core.jackson-core_2.12.1.v20210128-1726... [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.12.1.v20210128-1726.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (425.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.12.1.v20210128-1726.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (425.75kB) [INFO] Unpacking com.fasterxml.jackson.core.jackson-databind_2.12.1.v20210128-1726... [INFO] Fetching com.github.jnr.constants_0.9.15.v20200501-1917.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (111.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.github.jnr.constants_0.9.15.v20200501-1917.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (111.28kB) [INFO] Unpacking com.github.jnr.constants_0.9.15.v20200501-1917... [INFO] Fetching com.github.jnr.enxio_0.25.0.v20200501-1917.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.github.jnr.enxio_0.25.0.v20200501-1917.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.97kB) [INFO] Unpacking com.github.jnr.enxio_0.25.0.v20200501-1917... [INFO] Fetching com.github.jnr.ffi_2.1.12.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (194.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.github.jnr.ffi_2.1.12.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (194.53kB) [INFO] Unpacking com.github.jnr.ffi_2.1.12.v20200513-1859... [INFO] Fetching com.github.jnr.jffi_1.2.23.v20200501-1917.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (59.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.github.jnr.jffi_1.2.23.v20200501-1917.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (59.41kB) [INFO] Unpacking com.github.jnr.jffi_1.2.23.v20200501-1917... [INFO] Fetching com.github.jnr.x86asm_1.0.2.v20200501-1917.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (57.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.github.jnr.x86asm_1.0.2.v20200501-1917.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (57.74kB) [INFO] Unpacking com.github.jnr.x86asm_1.0.2.v20200501-1917... [INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.98kB) [INFO] Fetching org.objectweb.asm.util_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (41.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm.util_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (41.66kB) [INFO] Unpacking org.objectweb.asm.util_9.1.0.v20210209-1849... [INFO] Fetching com.github.jnr.jffi.native_1.2.23.v20200501-1917.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (781.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.github.jnr.jffi.native_1.2.23.v20200501-1917.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (781.53kB) [INFO] Unpacking com.github.jnr.jffi.native_1.2.23.v20200501-1917... [INFO] Fetching com.github.jnr.posix_3.0.54.v20200501-1917.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (91.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.github.jnr.posix_3.0.54.v20200501-1917.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (91.46kB) [INFO] Unpacking com.github.jnr.posix_3.0.54.v20200501-1917... [INFO] Fetching com.github.jnr.unixsocket_0.28.0.v20200501-1917.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.github.jnr.unixsocket_0.28.0.v20200501-1917.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.41kB) [INFO] Unpacking com.github.jnr.unixsocket_0.28.0.v20200501-1917... [INFO] Fetching com.google.auth.google-auth-library-credentials_0.20.0.v20200515-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.auth.google-auth-library-credentials_0.20.0.v20200515-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.42kB) [INFO] Unpacking com.google.auth.google-auth-library-credentials_0.20.0.v20200515-2048... [INFO] Fetching com.google.auth.oauth2-http_0.20.0.v20200604-1524.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.auth.oauth2-http_0.20.0.v20200604-1524.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.06kB) [INFO] Unpacking com.google.auth.oauth2-http_0.20.0.v20200604-1524... [INFO] Fetching com.google.http-client.google-http-client_1.34.2.v20200515-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (125.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.http-client.google-http-client_1.34.2.v20200515-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (125.23kB) [INFO] Unpacking com.google.http-client.google-http-client_1.34.2.v20200515-2048... [INFO] Fetching com.google.http-client.google-http-client-jackson2_1.34.2.v20200515-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.http-client.google-http-client-jackson2_1.34.2.v20200515-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.08kB) [INFO] Unpacking com.google.http-client.google-http-client-jackson2_1.34.2.v20200515-2048... [INFO] Fetching com.google.auto.value.auto-value-annotations_1.7.0.v20200515-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.auto.value.auto-value-annotations_1.7.0.v20200515-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.4kB) [INFO] Unpacking com.google.auto.value.auto-value-annotations_1.7.0.v20200515-2048... [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (762.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (762.75kB) [INFO] Unpacking com.google.guava_30.1.0.v20210127-2300... [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (676.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (676.21kB) [INFO] Unpacking com.google.guava_21.0.0.v20170206-1425... [INFO] Fetching io.opencensus.opencensus-contrib-http-util_0.26.0.v20200515-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching io.opencensus.opencensus-contrib-http-util_0.26.0.v20200515-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.02kB) [INFO] Unpacking io.opencensus.opencensus-contrib-http-util_0.26.0.v20200515-2048... [INFO] Fetching io.opencensus.opencensus-api_0.26.0.v20200515-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (110.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching io.opencensus.opencensus-api_0.26.0.v20200515-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (110.47kB) [INFO] Unpacking io.opencensus.opencensus-api_0.26.0.v20200515-2048... [INFO] Fetching com.google.j2objc.j2objc-annotations_1.3.0.v20200515-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.j2objc.j2objc-annotations_1.3.0.v20200515-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.43kB) [INFO] Unpacking com.google.j2objc.j2objc-annotations_1.3.0.v20200515-2048... [INFO] Fetching io.grpc.grpc-context_1.29.0.v20200515-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching io.grpc.grpc-context_1.29.0.v20200515-2048.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.34kB) [INFO] Unpacking io.grpc.grpc-context_1.29.0.v20200515-2048... [INFO] Fetching javaewah_1.1.7.v20200107-0831.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (58.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javaewah_1.1.7.v20200107-0831.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (58.39kB) [INFO] Unpacking javaewah_1.1.7.v20200107-0831... [INFO] Fetching javax.ws.rs_2.1.6.v20200505-2127.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (72.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.ws.rs_2.1.6.v20200505-2127.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (72.95kB) [INFO] Unpacking javax.ws.rs_2.1.6.v20200505-2127... [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.41kB) [INFO] Unpacking net.i2p.crypto.eddsa_0.3.0.v20181102-1323... [INFO] Fetching org.apache.commons.compress_1.19.0.v20200106-2343.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (216.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.compress_1.19.0.v20200106-2343.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (216.24kB) [INFO] Unpacking org.apache.commons.compress_1.19.0.v20200106-2343... [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (112.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (112.66kB) [INFO] Unpacking org.apache.commons.httpclient_3.1.0.v201012070820... [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.49MB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from https://download.eclipse.org/staging/2021-06/plugins/ (2.47MB) [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from https://download.eclipse.org/staging/2021-06/plugins/ (433.33kB) [INFO] Fetching org.apache.sshd.osgi_2.6.0.v20210201-2003.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (532.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.sshd.osgi_2.6.0.v20210201-2003.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (532.33kB) [INFO] Unpacking org.apache.sshd.osgi_2.6.0.v20210201-2003... [INFO] Fetching org.apache.sshd.sftp_2.6.0.v20210201-2003.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (133.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.sshd.sftp_2.6.0.v20210201-2003.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (133.66kB) [INFO] Unpacking org.apache.sshd.sftp_2.6.0.v20210201-2003... [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (45.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (45.51kB) [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400... [INFO] Fetching org.apache.xerces_2.12.1.v20210115-0812.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (440.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xerces_2.12.1.v20210115-0812.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (440.18kB) [INFO] Unpacking org.apache.xerces_2.12.1.v20210115-0812... [INFO] Fetching org.bouncycastle.bcpkix_1.65.0.v20200527-1955.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (196.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.bouncycastle.bcpkix_1.65.0.v20200527-1955.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (196.28kB) [INFO] Unpacking org.bouncycastle.bcpkix_1.65.0.v20200527-1955... [INFO] Fetching org.cyberneko.html_1.9.14.v201105210654.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (59.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.cyberneko.html_1.9.14.v201105210654.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (59.05kB) [INFO] Unpacking org.cyberneko.html_1.9.14.v201105210654... [INFO] Fetching org.eclipse.cdt_10.3.0.202104042017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (38kB) [INFO] Fetching org.eclipse.cdt.autotools.docs_2.0.800.202104121328.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.85MB) [INFO] Fetching org.eclipse.cdt.autotools.ui_2.1.200.202104042017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (790.71kB) [INFO] Fetching org.eclipse.cdt.autotools_10.3.0.202104121328.jar from https://download.eclipse.org/staging/2021-06/features/ (19.54kB) [INFO] Fetching org.eclipse.cdt.build.crossgcc_1.2.200.202102261947.jar from https://download.eclipse.org/staging/2021-06/plugins/ (29.82kB) [INFO] Fetching org.eclipse.cdt.build.crossgcc_10.3.0.202104042017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.12kB) [INFO] Fetching org.eclipse.cdt.build.gcc.core_1.1.0.202008310002.jar from https://download.eclipse.org/staging/2021-06/plugins/ (38.11kB) [INFO] Fetching org.eclipse.cdt.build.gcc.ui_1.1.100.202104042017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (42.3kB) [INFO] Fetching org.eclipse.cdt.cmake.core_1.4.100.202106071842.jar from https://download.eclipse.org/staging/2021-06/plugins/ (82.3kB) [INFO] Fetching org.eclipse.cdt.cmake.is.core_1.0.200.202106071842.jar from https://download.eclipse.org/staging/2021-06/plugins/ (102.08kB) [INFO] Fetching org.yaml.snakeyaml_1.27.0.v20201111-1638.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (100.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.yaml.snakeyaml_1.27.0.v20201111-1638.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (100.99kB) [INFO] Unpacking org.yaml.snakeyaml_1.27.0.v20201111-1638... [INFO] Fetching org.eclipse.cdt.cmake.ui_1.3.200.202104042017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (54.29kB) [INFO] Fetching org.eclipse.cdt.cmake.is.core.doc_1.0.100.202011271905.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.04kB) [INFO] Fetching org.eclipse.cdt.cmake.is.core.ui_1.0.100.202010062020.jar from https://download.eclipse.org/staging/2021-06/plugins/ (17.62kB) [INFO] Fetching org.eclipse.cdt.cmake_10.3.0.202106071842.jar from https://download.eclipse.org/staging/2021-06/features/ (19.15kB) [INFO] Fetching org.eclipse.cdt.codan.checkers_3.4.100.202010121414.jar from https://download.eclipse.org/staging/2021-06/plugins/ (154.8kB) [INFO] Fetching org.eclipse.cdt.codan.core_4.1.100.202010121414.jar from https://download.eclipse.org/staging/2021-06/plugins/ (146.87kB) [INFO] Fetching org.eclipse.cdt.codan.core.cxx_3.5.100.202011201553.jar from https://download.eclipse.org/staging/2021-06/plugins/ (75.02kB) [INFO] Fetching org.eclipse.cdt.codan.checkers.ui_3.3.0.202008310002.jar from https://download.eclipse.org/staging/2021-06/plugins/ (64.24kB) [INFO] Fetching org.eclipse.cdt.codan.ui.cxx_3.6.0.202008310002.jar from https://download.eclipse.org/staging/2021-06/plugins/ (27.13kB) [INFO] Fetching org.eclipse.cdt.codan.ui_3.4.100.202011201553.jar from https://download.eclipse.org/staging/2021-06/plugins/ (128kB) [INFO] Fetching org.eclipse.cdt.core.linux_6.0.0.202008310002.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.4kB) [INFO] Fetching org.eclipse.cdt.core.linux.x86_64_6.0.200.202106080120.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.09kB) [INFO] Fetching org.eclipse.cdt.debug.application_1.2.300.202104042017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (351.35kB) [INFO] Fetching org.eclipse.cdt.dsf_2.11.0.202105311855.jar from https://download.eclipse.org/staging/2021-06/plugins/ (342.71kB) [INFO] Fetching org.eclipse.cdt.dsf.gdb_6.4.0.202105131745.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.89MB) [INFO] Fetching org.eclipse.cdt.dsf.gdb.ui_2.7.200.202104042017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (909.84kB) [INFO] Fetching org.eclipse.cdt.dsf.ui_2.6.200.202105230425.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.43MB) [INFO] Fetching org.eclipse.cdt.gdb_7.1.100.202104042017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.58kB) [INFO] Fetching org.eclipse.cdt.gdb.ui_7.1.0.202008310002.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.28kB) [INFO] Fetching org.eclipse.cdt.debug.core.memory_0.1.200.202104061706.jar from https://download.eclipse.org/staging/2021-06/plugins/ (36.44kB) [INFO] Fetching org.eclipse.cdt.debug.gdbjtag.core_10.3.0.202104261723.jar from https://download.eclipse.org/staging/2021-06/plugins/ (63.15kB) [INFO] Fetching org.eclipse.cdt.debug.gdbjtag.ui_9.0.100.202011030619.jar from https://download.eclipse.org/staging/2021-06/plugins/ (63.82kB) [INFO] Fetching org.eclipse.cdt.debug.gdbjtag_7.0.600.202104030556.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.76kB) [INFO] Fetching org.eclipse.cdt.debug.gdbjtag_10.3.0.202104261723.jar from https://download.eclipse.org/staging/2021-06/features/ (19.14kB) [INFO] Fetching org.eclipse.cdt.debug.application.doc_1.1.900.202104121328.jar from https://download.eclipse.org/staging/2021-06/plugins/ (6.58MB) [INFO] Fetching org.eclipse.cdt.debug.standalone_10.3.0.202104121328.jar from https://download.eclipse.org/staging/2021-06/features/ (19.1kB) [INFO] Fetching org.eclipse.cdt.debug.ui.memory.search_1.4.0.202008310002.jar from https://download.eclipse.org/staging/2021-06/plugins/ (59.35kB) [INFO] Fetching org.eclipse.cdt.debug.ui.memory.traditional_1.6.100.202011181638.jar from https://download.eclipse.org/staging/2021-06/plugins/ (165.23kB) [INFO] Fetching org.eclipse.cdt.debug.ui.memory.floatingpoint_1.1.0.202008310002.jar from https://download.eclipse.org/staging/2021-06/plugins/ (129.16kB) [INFO] Fetching org.eclipse.cdt.debug.ui.memory.transport_2.2.100.202104061706.jar from https://download.eclipse.org/staging/2021-06/plugins/ (110.06kB) [INFO] Fetching org.eclipse.cdt.debug.ui.memory.memorybrowser_1.4.200.202104042017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (67.53kB) [INFO] Fetching org.eclipse.cdt.debug.ui.memory_10.3.0.202104061706.jar from https://download.eclipse.org/staging/2021-06/features/ (19.2kB) [INFO] Fetching org.eclipse.cdt.doc.user_5.4.800.202104030733.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.92MB) [INFO] Fetching org.eclipse.cdt.docker.launcher_1.3.200.202106071539.jar from https://download.eclipse.org/staging/2021-06/plugins/ (215.07kB) [INFO] Fetching org.eclipse.linuxtools.docker.core_5.3.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (255.76kB) [INFO] Fetching org.eclipse.linuxtools.docker.ui_5.3.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (930.26kB) [INFO] Fetching org.eclipse.cdt.docker.launcher_10.3.0.202106071539.jar from https://download.eclipse.org/staging/2021-06/features/ (18.99kB) [INFO] Fetching org.eclipse.cdt.native.serial_1.2.200.202106080120.jar from https://download.eclipse.org/staging/2021-06/plugins/ (158.1kB) [INFO] Fetching org.eclipse.tm.terminal.control_5.2.0.202105240049.jar from https://download.eclipse.org/staging/2021-06/plugins/ (211.1kB) [INFO] Fetching org.eclipse.cdt_10.3.0.202106080120.jar from https://download.eclipse.org/staging/2021-06/features/ (19.43kB) [INFO] Fetching org.eclipse.cdt_root_10.3.0.202106080120 from https://download.eclipse.org/staging/2021-06/binary/ (3.25kB) [INFO] Fetching org.eclipse.cdt.flatpak.launcher_1.0.100.202101160252.jar from https://download.eclipse.org/staging/2021-06/plugins/ (35.4kB) [INFO] Fetching org.eclipse.cdt.gdb_10.3.0.202104042017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.09kB) [INFO] Fetching org.eclipse.cdt.gnu.build_10.3.0.202104042017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.17kB) [INFO] Fetching org.eclipse.cdt.gnu.debug_10.3.0.202104111407.jar from https://download.eclipse.org/staging/2021-06/features/ (19.1kB) [INFO] Fetching org.eclipse.cdt.gnu.dsf_10.3.0.202105131745.jar from https://download.eclipse.org/staging/2021-06/features/ (19.14kB) [INFO] Fetching org.eclipse.cdt.launch.remote_2.6.100.202104042017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (73.09kB) [INFO] Fetching org.eclipse.remote.ui_2.1.1.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (54.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.ui_2.1.1.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (54.2kB) [INFO] Unpacking org.eclipse.remote.ui_2.1.1.201909031456... [INFO] Fetching org.eclipse.cdt.launch.remote_10.3.0.202104042017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.17kB) [INFO] Fetching org.eclipse.cdt.launch.serial.core_1.1.0.202008310002.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.93kB) [INFO] Fetching org.eclipse.cdt.launch.serial.ui_1.1.100.202103010740.jar from https://download.eclipse.org/staging/2021-06/plugins/ (24.05kB) [INFO] Fetching org.eclipse.cdt.launch.serial.feature_10.3.0.202104042017.jar from https://download.eclipse.org/staging/2021-06/features/ (18.94kB) [INFO] Fetching org.eclipse.cdt.managedbuilder.headlessbuilderapp_1.0.100.202105281723.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.89kB) [INFO] Fetching org.eclipse.cdt.meson.core_1.1.100.202104081456.jar from https://download.eclipse.org/staging/2021-06/plugins/ (44.04kB) [INFO] Fetching org.eclipse.cdt.meson.docs_1.0.800.202104121328.jar from https://download.eclipse.org/staging/2021-06/plugins/ (322.54kB) [INFO] Fetching org.eclipse.cdt.meson.ui_1.1.200.202104042017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (74.26kB) [INFO] Fetching org.eclipse.cdt.meson.ui.editor_1.1.100.202010140151.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.46kB) [INFO] Fetching org.eclipse.cdt.meson_10.3.0.202104121328.jar from https://download.eclipse.org/staging/2021-06/features/ (18.98kB) [INFO] Fetching org.eclipse.tm4e.ui_0.4.1.202008270629.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (51.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tm4e.ui_0.4.1.202008270629.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (51.82kB) [INFO] Unpacking org.eclipse.tm4e.ui_0.4.1.202008270629... [INFO] Fetching org.eclipse.cdt.native_10.3.0.202106080120.jar from https://download.eclipse.org/staging/2021-06/features/ (19.37kB) [INFO] Fetching org.eclipse.cdt.platform.branding_10.3.0.202104042017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.37kB) [INFO] Fetching org.eclipse.cdt.platform_10.3.0.202106080120.jar from https://download.eclipse.org/staging/2021-06/features/ (19.62kB) [INFO] Fetching org.eclipse.cdt.testsrunner_8.2.200.202104042017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (202.11kB) [INFO] Fetching org.eclipse.cdt.testsrunner.boost_7.1.0.202008310002.jar from https://download.eclipse.org/staging/2021-06/plugins/ (18.43kB) [INFO] Fetching org.eclipse.cdt.testsrunner.gtest_7.1.0.202008310002.jar from https://download.eclipse.org/staging/2021-06/plugins/ (29.59kB) [INFO] Fetching org.eclipse.cdt.testsrunner.qttest_7.1.0.202008310002.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.4kB) [INFO] Fetching org.eclipse.cdt.testsrunner.tap_1.1.0.202008310002.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.49kB) [INFO] Fetching org.eclipse.cdt.testsrunner.feature_10.3.0.202104042017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.16kB) [INFO] Fetching org.eclipse.egit.core_5.12.0.202106070339-r.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (188.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.egit.core_5.12.0.202106070339-r.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (188.04kB) [INFO] Unpacking org.eclipse.egit.core_5.12.0.202106070339-r... [INFO] Fetching org.eclipse.jgit_5.12.0.202106070339-r.jar from https://download.eclipse.org/staging/2021-06/plugins/ (2.68MB) [INFO] Fetching org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r.jar from https://download.eclipse.org/staging/2021-06/plugins/ (62.32kB) [INFO] Fetching org.eclipse.jgit.http.apache_5.12.0.202106070339-r.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.05kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r.jar from https://download.eclipse.org/staging/2021-06/plugins/ (178.8kB) [INFO] Fetching org.eclipse.egit.ui_5.12.0.202106070339-r.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.17MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.egit.ui_5.12.0.202106070339-r.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.17MB) [INFO] Unpacking org.eclipse.egit.ui_5.12.0.202106070339-r... [INFO] Fetching org.eclipse.egit_5.12.0.202106070339-r.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.egit_5.12.0.202106070339-r.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.56kB) [INFO] Unpacking org.eclipse.egit_5.12.0.202106070339-r... [INFO] Fetching org.eclipse.egit.doc_5.12.0.202106070339-r.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (4.71MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.egit.doc_5.12.0.202106070339-r.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (4.71MB) [INFO] Unpacking org.eclipse.egit.doc_5.12.0.202106070339-r... [INFO] Fetching org.eclipse.egit_5.12.0.202106070339-r.jar from https://download.eclipse.org/staging/2021-06/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (59.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (59.62kB) [INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402... [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (96.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (96.66kB) [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401... [INFO] Fetching org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (109.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (109.05kB) [INFO] Unpacking org.eclipse.emf.edit.ui_2.20.0.v20210506-1232... [INFO] Fetching org.eclipse.epp.mpc.core_1.9.1.v20210204-1408.jar from https://download.eclipse.org/staging/2021-06/plugins/ (243.74kB) [INFO] Fetching org.eclipse.userstorage_1.2.0.v20210517-0327.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (45.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.userstorage_1.2.0.v20210517-0327.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (45.22kB) [INFO] Unpacking org.eclipse.userstorage_1.2.0.v20210517-0327... [INFO] Fetching org.eclipse.userstorage.oauth_1.1.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.userstorage.oauth_1.1.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.69kB) [INFO] Unpacking org.eclipse.userstorage.oauth_1.1.0.v20190307-0457... [INFO] Fetching org.eclipse.epp.mpc.ui_1.9.1.v20210204-1408.jar from https://download.eclipse.org/staging/2021-06/plugins/ (584.08kB) [INFO] Fetching org.eclipse.epp.mpc.ui.css_1.9.1.v20210204-1408.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.12kB) [INFO] Fetching org.eclipse.epp.mpc.help.ui_1.9.1.v20210204-1408.jar from https://download.eclipse.org/staging/2021-06/plugins/ (749.78kB) [INFO] Fetching org.eclipse.epp.mpc_1.9.1.v20210204-1408.jar from https://download.eclipse.org/staging/2021-06/features/ (20.25kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.200.v20210418-1743.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (75.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.200.v20210418-1743.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (75.89kB) [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.2.200.v20210418-1743... [INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.0.v20210315-2042.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.0.v20210315-2042.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17kB) [INFO] Unpacking org.eclipse.equinox.p2.discovery_1.2.0.v20210315-2042... [INFO] Fetching org.eclipse.userstorage.ui_1.1.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.userstorage.ui_1.1.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.73kB) [INFO] Unpacking org.eclipse.userstorage.ui_1.1.0.v20190307-0457... [INFO] Fetching org.eclipse.equinox.executable_3.8.1200.v20210527-0259.jar from https://download.eclipse.org/staging/2021-06/features/ (312.5kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.1200.v20210527-0259 from https://download.eclipse.org/staging/2021-06/binary/ (34.02kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.100.v20210316-1209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.100.v20210316-1209.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.89kB) [INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.2.100.v20210316-1209... [INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.2.900.v20210418-1743.jar from https://download.eclipse.org/staging/2021-06/features/ (19.05kB) [INFO] Fetching org.eclipse.jdt.core_3.26.0.v20210609-0549.jar from https://download.eclipse.org/staging/2021-06/plugins/ (6.92MB) [INFO] Fetching org.eclipse.jgit.archive_5.12.0.202106070339-r.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.54kB) [INFO] Fetching org.eclipse.jgit_5.12.0.202106070339-r.jar from https://download.eclipse.org/staging/2021-06/features/ (14.35kB) [INFO] Fetching org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r.jar from https://download.eclipse.org/staging/2021-06/features/ (14.38kB) [INFO] Fetching org.eclipse.jgit.http.apache_5.12.0.202106070339-r.jar from https://download.eclipse.org/staging/2021-06/features/ (14.4kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r.jar from https://download.eclipse.org/staging/2021-06/features/ (14.37kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (19.7kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/features/ (21.42kB) [INFO] Fetching org.eclipse.launchbar.ui.controls_1.1.100.202011181638.jar from https://download.eclipse.org/staging/2021-06/plugins/ (123.35kB) [INFO] Fetching org.eclipse.launchbar_10.3.0.202106071539.jar from https://download.eclipse.org/staging/2021-06/features/ (19.16kB) [INFO] Fetching org.eclipse.launchbar.remote.core_1.1.0.202008310315.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.11kB) [INFO] Fetching org.eclipse.launchbar.remote.ui_1.1.100.202104042017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.04kB) [INFO] Fetching org.eclipse.launchbar.remote_10.3.0.202104042017.jar from https://download.eclipse.org/staging/2021-06/features/ (20.01kB) [INFO] Fetching org.eclipse.linuxtools.cdt.libhover_1.2.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (62.21kB) [INFO] Fetching org.eclipse.linuxtools.cdt.libhover.devhelp_1.1.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (54.18kB) [INFO] Fetching org.eclipse.linuxtools.cdt.libhover.library.docs_1.0.2.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.9kB) [INFO] Fetching org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.3.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.23kB) [INFO] Fetching org.eclipse.linuxtools.cdt.libhover.glibc_1.2.1.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (482.7kB) [INFO] Fetching org.eclipse.linuxtools.cdt.libhover.feature_8.3.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.28kB) [INFO] Fetching org.eclipse.linuxtools.changelog.core_3.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (109.24kB) [INFO] Fetching org.eclipse.linuxtools.changelog.doc_2.7.1.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (720.37kB) [INFO] Fetching org.eclipse.linuxtools.changelog.cparser_2.7.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.03kB) [INFO] Fetching org.eclipse.linuxtools.changelog.c_8.3.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.32kB) [INFO] Fetching org.mandas.docker-client_3.2.1.v20200519-1937.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (247.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.mandas.docker-client_3.2.1.v20200519-1937.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (247.62kB) [INFO] Unpacking org.mandas.docker-client_3.2.1.v20200519-1937... [INFO] Fetching org.glassfish.jersey.core.jersey-client_2.30.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (99.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.glassfish.jersey.core.jersey-client_2.30.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (99.99kB) [INFO] Unpacking org.glassfish.jersey.core.jersey-client_2.30.1.v20200513-1859... [INFO] Fetching org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.19kB) [INFO] Unpacking org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1.v20200513-1859... [INFO] Fetching org.glassfish.jersey.core.jersey-common_2.30.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (348.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.glassfish.jersey.core.jersey-common_2.30.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (348.69kB) [INFO] Unpacking org.glassfish.jersey.core.jersey-common_2.30.1.v20200513-1859... [INFO] Fetching org.glassfish.jersey.containers.servlet_2.30.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.glassfish.jersey.containers.servlet_2.30.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.34kB) [INFO] Unpacking org.glassfish.jersey.containers.servlet_2.30.1.v20200513-1859... [INFO] Fetching org.glassfish.jersey.inject.jersey-hk2_2.30.1.v20200512-1802.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (117.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.glassfish.jersey.inject.jersey-hk2_2.30.1.v20200512-1802.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (117.47kB) [INFO] Unpacking org.glassfish.jersey.inject.jersey-hk2_2.30.1.v20200512-1802... [INFO] Fetching org.eclipse.tm.terminal.view.core_4.8.0.202105200326.jar from https://download.eclipse.org/staging/2021-06/plugins/ (42.14kB) [INFO] Fetching org.eclipse.tm.terminal.view.ui_4.9.0.202105240430.jar from https://download.eclipse.org/staging/2021-06/plugins/ (274.84kB) [INFO] Fetching org.eclipse.linuxtools.gcov.core_6.2.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (122.49kB) [INFO] Fetching org.eclipse.linuxtools.gcov.docs_1.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (372.61kB) [INFO] Fetching org.eclipse.linuxtools.gcov.launch_1.2.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.84kB) [INFO] Fetching org.eclipse.linuxtools.gcov_8.3.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.14kB) [INFO] Fetching org.eclipse.linuxtools.gprof_5.1.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (89.58kB) [INFO] Fetching org.eclipse.linuxtools.gprof.docs_1.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (534.56kB) [INFO] Fetching org.eclipse.linuxtools.gprof.launch_1.2.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (24.63kB) [INFO] Fetching org.eclipse.linuxtools.gprof.feature_8.3.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.14kB) [INFO] Fetching org.eclipse.linuxtools.profiling.docs_1.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (434.48kB) [INFO] Fetching org.eclipse.linuxtools.profiling.ui.capability_1.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.86kB) [INFO] Fetching org.eclipse.linuxtools.tools.launch.ui_2.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (18.14kB) [INFO] Fetching org.eclipse.linuxtools.profiling_8.3.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.33kB) [INFO] Fetching org.eclipse.linuxtools.rpm.core_3.1.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (46.96kB) [INFO] Fetching org.eclipse.linuxtools.rpm.createrepo_1.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (96.86kB) [INFO] Fetching org.eclipse.linuxtools.rpm.ui.editor_4.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (247.12kB) [INFO] Fetching org.eclipse.linuxtools.rpm.ui_1.1.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (61.99kB) [INFO] Fetching org.eclipse.linuxtools.rpm.rpmlint_1.1.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (59.75kB) [INFO] Fetching org.eclipse.linuxtools.rpm.ui.editor.doc_1.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.83MB) [INFO] Fetching org.eclipse.linuxtools.rpmstubby_1.2.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (67.88kB) [INFO] Fetching org.eclipse.linuxtools.rpm_8.3.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.58kB) [INFO] Fetching org.eclipse.linuxtools.valgrind.cachegrind_1.1.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (48.48kB) [INFO] Fetching org.eclipse.linuxtools.valgrind.launch_3.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (68.38kB) [INFO] Fetching org.eclipse.linuxtools.valgrind.ui_2.1.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (40.61kB) [INFO] Fetching org.eclipse.linuxtools.valgrind.core_1.1.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (24.46kB) [INFO] Fetching org.eclipse.linuxtools.valgrind.doc_1.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.3MB) [INFO] Fetching org.eclipse.linuxtools.valgrind.helgrind_1.1.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.38kB) [INFO] Fetching org.eclipse.linuxtools.valgrind.massif_1.1.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (79.73kB) [INFO] Fetching org.eclipse.linuxtools.valgrind.memcheck_1.1.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (26.54kB) [INFO] Fetching org.eclipse.linuxtools.valgrind.ui.editor_1.0.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (41.51kB) [INFO] Fetching org.eclipse.linuxtools.valgrind_8.3.0.202106080017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.41kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (88.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (88.99kB) [INFO] Unpacking org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (73.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (73.36kB) [INFO] Unpacking org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (222.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (222.89kB) [INFO] Unpacking org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (107.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (107.68kB) [INFO] Unpacking org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons_3.25.2.v20200813-0821.jar from https://download.eclipse.org/staging/2021-06/features/ (19.17kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.35kB) [INFO] Unpacking org.eclipse.mylyn.commons.identity.core_1.17.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821.jar from https://download.eclipse.org/staging/2021-06/features/ (19.12kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.net_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.16kB) [INFO] Unpacking org.eclipse.mylyn.commons.net_3.25.2.v20200813-0821... [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (114.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (114.11kB) [INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220... [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.45kB) [INFO] Unpacking org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.04kB) [INFO] Unpacking org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.63kB) [INFO] Unpacking org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821.jar from https://download.eclipse.org/staging/2021-06/features/ (19.27kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.53kB) [INFO] Unpacking org.eclipse.mylyn.commons.repositories.core_1.17.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (62.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (62.39kB) [INFO] Unpacking org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821.jar from https://download.eclipse.org/staging/2021-06/features/ (19.19kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (84.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.context.core_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (84.8kB) [INFO] Unpacking org.eclipse.mylyn.context.core_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.mylyn.monitor.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.monitor.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.64kB) [INFO] Unpacking org.eclipse.mylyn.monitor.core_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (110.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (110.91kB) [INFO] Unpacking org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.68kB) [INFO] Unpacking org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.discovery.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (61.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.discovery.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (61.21kB) [INFO] Unpacking org.eclipse.mylyn.discovery.core_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (61.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (61.7kB) [INFO] Unpacking org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.discovery_3.25.2.v20200813-0821.jar from https://download.eclipse.org/staging/2021-06/features/ (19.15kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.25.2.v20200813-0821.jar from https://download.eclipse.org/staging/2021-06/features/ (19.14kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (326.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (326.34kB) [INFO] Unpacking org.eclipse.mylyn.tasks.core_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.16kB) [INFO] Unpacking org.eclipse.mylyn.tasks.index.core_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.33kB) [INFO] Unpacking org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.33MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.33MB) [INFO] Unpacking org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.77kB) [INFO] Unpacking org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.wikitext_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-06/plugins/ (363.95kB) [INFO] Fetching org.jsoup_1.8.3.v20181012-1713.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (104.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.jsoup_1.8.3.v20181012-1713.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (104.95kB) [INFO] Unpacking org.jsoup_1.8.3.v20181012-1713... [INFO] Fetching org.eclipse.mylyn.wikitext.ant_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-06/plugins/ (45.97kB) [INFO] Fetching org.eclipse.mylyn.wikitext.asciidoc_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-06/plugins/ (112.49kB) [INFO] Fetching org.eclipse.mylyn.wikitext.asciidoc.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.43kB) [INFO] Fetching org.eclipse.mylyn.wikitext.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-06/plugins/ (440.83kB) [INFO] Fetching org.eclipse.mylyn.wikitext.confluence_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-06/plugins/ (92.9kB) [INFO] Fetching org.eclipse.mylyn.wikitext.confluence.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.68kB) [INFO] Fetching org.eclipse.mylyn.wikitext.context.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-06/plugins/ (29.81kB) [INFO] Fetching org.eclipse.mylyn.wikitext.osgi_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.4kB) [INFO] Fetching org.eclipse.mylyn.wikitext.textile_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-06/plugins/ (90.45kB) [INFO] Fetching org.eclipse.mylyn.wikitext.html_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-06/plugins/ (49.1kB) [INFO] Fetching org.eclipse.mylyn.wikitext.markdown_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-06/plugins/ (85.43kB) [INFO] Fetching org.eclipse.mylyn.wikitext.mediawiki_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-06/plugins/ (83.18kB) [INFO] Fetching org.eclipse.mylyn.wikitext.tracwiki_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-06/plugins/ (72.54kB) [INFO] Fetching org.eclipse.mylyn.wikitext.twiki_3.0.38.20200817211131.jar from https://download.eclipse.org/staging/2021-06/plugins/ (50.54kB) [INFO] Fetching org.eclipse.mylyn.wikitext.help.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.28MB) [INFO] Fetching org.eclipse.mylyn.wikitext.textile.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.26kB) [INFO] Fetching org.eclipse.mylyn.wikitext.markdown.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.99kB) [INFO] Fetching org.eclipse.mylyn.wikitext.mediawiki.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.44kB) [INFO] Fetching org.eclipse.mylyn.wikitext.tracwiki.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.42kB) [INFO] Fetching org.eclipse.mylyn.wikitext.twiki.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.28kB) [INFO] Fetching org.eclipse.mylyn.wikitext.editors_feature_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-06/features/ (18.85kB) [INFO] Fetching org.eclipse.mylyn.wikitext.tasks.ui_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-06/plugins/ (45.43kB) [INFO] Fetching org.eclipse.mylyn.wikitext_feature_3.0.38.202008172112.jar from https://download.eclipse.org/staging/2021-06/features/ (19.11kB) [INFO] Fetching org.eclipse.mylyn_feature_3.25.2.v20200814-0512.jar from https://download.eclipse.org/staging/2021-06/features/ (19.82kB) [INFO] Fetching org.eclipse.nebula.widgets.tablecombo_1.2.0.202106031230.jar from https://download.eclipse.org/staging/2021-06/plugins/ (37.33kB) [INFO] Fetching org.eclipse.oomph.base_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.base_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.33kB) [INFO] Unpacking org.eclipse.oomph.base_1.14.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.util_1.16.0.v20210329-0828.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (77.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.util_1.16.0.v20210329-0828.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (77.36kB) [INFO] Unpacking org.eclipse.oomph.util_1.16.0.v20210329-0828... [INFO] Fetching org.eclipse.oomph.base.edit_1.13.0.v20200720-0841.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.base.edit_1.13.0.v20200720-0841.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.62kB) [INFO] Unpacking org.eclipse.oomph.base.edit_1.13.0.v20200720-0841... [INFO] Fetching org.eclipse.oomph.extractor.lib_1.8.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.extractor.lib_1.8.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.13kB) [INFO] Unpacking org.eclipse.oomph.extractor.lib_1.8.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.jreinfo_1.14.0.v20200901-1012.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.jreinfo_1.14.0.v20200901-1012.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.12kB) [INFO] Unpacking org.eclipse.oomph.jreinfo_1.14.0.v20200901-1012... [INFO] Fetching org.eclipse.oomph.jreinfo.ui_1.12.0.v20200720-0749.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.jreinfo.ui_1.12.0.v20200720-0749.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.87kB) [INFO] Unpacking org.eclipse.oomph.jreinfo.ui_1.12.0.v20200720-0749... [INFO] Fetching org.eclipse.oomph.ui_1.15.0.v20200820-0414.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (130.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.ui_1.15.0.v20200820-0414.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (130.71kB) [INFO] Unpacking org.eclipse.oomph.ui_1.15.0.v20200820-0414... [INFO] Fetching org.eclipse.oomph.p2_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.p2_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.06kB) [INFO] Unpacking org.eclipse.oomph.p2_1.14.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.p2.core_1.18.0.v20210428-0629.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (126.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.p2.core_1.18.0.v20210428-0629.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (126.31kB) [INFO] Unpacking org.eclipse.oomph.p2.core_1.18.0.v20210428-0629... [INFO] Fetching org.eclipse.oomph.p2.doc_1.11.0.v20200624-1156.jar from https://download.eclipse.org/staging/2021-06/plugins/ (314.58kB) [INFO] Fetching org.eclipse.oomph.p2.edit_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.p2.edit_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.92kB) [INFO] Unpacking org.eclipse.oomph.p2.edit_1.14.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.p2.ui_1.16.0.v20210427-0549.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (123.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.p2.ui_1.16.0.v20210427-0549.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (123.73kB) [INFO] Unpacking org.eclipse.oomph.p2.ui_1.16.0.v20210427-0549... [INFO] Fetching org.eclipse.oomph.p2_1.19.0.v20210428-0629.jar from https://download.eclipse.org/staging/2021-06/features/ (19.12kB) [INFO] Fetching org.eclipse.oomph.predicates_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.predicates_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.46kB) [INFO] Unpacking org.eclipse.oomph.predicates_1.12.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.predicates.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.predicates.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.44kB) [INFO] Unpacking org.eclipse.oomph.predicates.edit_1.11.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.preferences_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.preferences_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.99kB) [INFO] Unpacking org.eclipse.oomph.preferences_1.12.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.resources_1.15.0.v20210211-0559.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.resources_1.15.0.v20210211-0559.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.9kB) [INFO] Unpacking org.eclipse.oomph.resources_1.15.0.v20210211-0559... [INFO] Fetching org.eclipse.oomph.resources.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.resources.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.16kB) [INFO] Unpacking org.eclipse.oomph.resources.edit_1.11.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.setup_1.20.0.v20210601-0619.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (137.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup_1.20.0.v20210601-0619.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (137.94kB) [INFO] Unpacking org.eclipse.oomph.setup_1.20.0.v20210601-0619... [INFO] Fetching org.eclipse.oomph.setup.core_1.20.0.v20210601-0619.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (109.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.core_1.20.0.v20210601-0619.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (109.88kB) [INFO] Unpacking org.eclipse.oomph.setup.core_1.20.0.v20210601-0619... [INFO] Fetching org.eclipse.oomph.setup.p2_1.17.0.v20210601-0619.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.p2_1.17.0.v20210601-0619.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.7kB) [INFO] Unpacking org.eclipse.oomph.setup.p2_1.17.0.v20210601-0619... [INFO] Fetching org.eclipse.oomph.setup.edit_1.15.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.edit_1.15.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.5kB) [INFO] Unpacking org.eclipse.oomph.setup.edit_1.15.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.setup.sync_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.sync_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.73kB) [INFO] Unpacking org.eclipse.oomph.setup.sync_1.13.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.setup.p2.edit_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.p2.edit_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.59kB) [INFO] Unpacking org.eclipse.oomph.setup.p2.edit_1.13.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.setup.core_1.20.0.v20210601-0619.jar from https://download.eclipse.org/staging/2021-06/features/ (19.27kB) [INFO] Fetching org.eclipse.oomph.setup.doc_1.11.0.v20200624-1156.jar from https://download.eclipse.org/staging/2021-06/plugins/ (2.49MB) [INFO] Fetching org.eclipse.oomph.setup.editor_1.19.0.v20210223-0655.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (174.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.editor_1.19.0.v20210223-0655.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (174.75kB) [INFO] Unpacking org.eclipse.oomph.setup.editor_1.19.0.v20210223-0655... [INFO] Fetching org.eclipse.oomph.setup.ui_1.20.0.v20210126-0525.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (242.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.ui_1.20.0.v20210126-0525.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (242.36kB) [INFO] Unpacking org.eclipse.oomph.setup.ui_1.20.0.v20210126-0525... [INFO] Fetching org.eclipse.oomph.workingsets.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.workingsets.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.21kB) [INFO] Unpacking org.eclipse.oomph.workingsets.edit_1.11.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.workingsets.editor_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.workingsets.editor_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.36kB) [INFO] Unpacking org.eclipse.oomph.workingsets.editor_1.12.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.setup.ui.questionnaire_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (287.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.ui.questionnaire_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (287.74kB) [INFO] Unpacking org.eclipse.oomph.setup.ui.questionnaire_1.12.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.setup_1.21.0.v20210601-0619.jar from https://download.eclipse.org/staging/2021-06/features/ (19.18kB) [INFO] Fetching org.eclipse.oomph.workingsets_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.workingsets_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.7kB) [INFO] Unpacking org.eclipse.oomph.workingsets_1.11.0.v20200624-1156... [INFO] Fetching org.eclipse.remote.console_1.2.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.console_1.2.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.44kB) [INFO] Unpacking org.eclipse.remote.console_1.2.0.201909031456... [INFO] Fetching org.eclipse.remote.doc.isv_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (154.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.doc.isv_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (154.33kB) [INFO] Unpacking org.eclipse.remote.doc.isv_1.0.0.201909031456... [INFO] Fetching org.eclipse.remote.jsch.core_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.jsch.core_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.83kB) [INFO] Unpacking org.eclipse.remote.jsch.core_1.0.0.201909031456... [INFO] Fetching org.eclipse.remote.jsch.ui_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.jsch.ui_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.84kB) [INFO] Unpacking org.eclipse.remote.jsch.ui_1.0.0.201909031456... [INFO] Fetching org.eclipse.remote.serial.core_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (50.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.serial.core_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (50.42kB) [INFO] Unpacking org.eclipse.remote.serial.core_1.0.0.201909031456... [INFO] Fetching org.eclipse.remote.serial.ui_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.serial.ui_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.19kB) [INFO] Unpacking org.eclipse.remote.serial.ui_1.0.0.201909031456... [INFO] Fetching org.eclipse.remote.telnet.core_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (59.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.telnet.core_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (59.22kB) [INFO] Unpacking org.eclipse.remote.telnet.core_1.0.0.201909031456... [INFO] Fetching org.eclipse.remote.telnet.ui_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (89.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.telnet.ui_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (89.75kB) [INFO] Unpacking org.eclipse.remote.telnet.ui_1.0.0.201909031456... [INFO] Fetching org.eclipse.remote_3.0.1.201909031456.jar from https://download.eclipse.org/staging/2021-06/features/ (36.92kB) [INFO] Fetching org.eclipse.tm.terminal.connector.cdtserial_4.7.100.202008310315.jar from https://download.eclipse.org/staging/2021-06/plugins/ (29.72kB) [INFO] Fetching org.eclipse.tm.terminal.connector.cdtserial.feature_10.3.0.202104042017.jar from https://download.eclipse.org/staging/2021-06/features/ (23.06kB) [INFO] Fetching org.eclipse.tm.terminal.connector.local_4.7.100.202105191847.jar from https://download.eclipse.org/staging/2021-06/plugins/ (28.53kB) [INFO] Fetching org.eclipse.tm.terminal.connector.process_4.8.0.202105240430.jar from https://download.eclipse.org/staging/2021-06/plugins/ (31.99kB) [INFO] Fetching org.eclipse.tm.terminal.connector.local.feature_10.3.0.202105240430.jar from https://download.eclipse.org/staging/2021-06/features/ (23.14kB) [INFO] Fetching org.eclipse.tm.terminal.connector.ssh_4.7.100.202104042017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (59.94kB) [INFO] Fetching org.eclipse.tm.terminal.connector.ssh.feature_10.3.0.202104042017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.42kB) [INFO] Fetching org.eclipse.tm.terminal.connector.telnet_4.7.100.202010121414.jar from https://download.eclipse.org/staging/2021-06/plugins/ (50.76kB) [INFO] Fetching org.eclipse.tm.terminal.connector.telnet.feature_10.3.0.202104042017.jar from https://download.eclipse.org/staging/2021-06/features/ (23.18kB) [INFO] Fetching org.eclipse.tm.terminal.control.feature_10.3.0.202105240049.jar from https://download.eclipse.org/staging/2021-06/features/ (19.37kB) [INFO] Fetching org.eclipse.tm.terminal.feature_10.3.0.202104042017.jar from https://download.eclipse.org/staging/2021-06/features/ (19.54kB) [INFO] Fetching org.eclipse.tm.terminal.view.feature_10.3.0.202105240430.jar from https://download.eclipse.org/staging/2021-06/features/ (19.37kB) [INFO] Fetching org.eclipse.tm4e.core_0.4.1.202006041920.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tm4e.core_0.4.1.202006041920.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.09kB) [INFO] Unpacking org.eclipse.tm4e.core_0.4.1.202006041920... [INFO] Fetching org.jcodings_1.0.18.v20170306-1742.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.3MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.jcodings_1.0.18.v20170306-1742.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.3MB) [INFO] Unpacking org.jcodings_1.0.18.v20170306-1742... [INFO] Fetching org.joni_2.1.11.v20170306-1742.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (94.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.joni_2.1.11.v20170306-1742.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (94.65kB) [INFO] Unpacking org.joni_2.1.11.v20170306-1742... [INFO] Fetching org.eclipse.tm4e.registry_0.4.0.201911130739.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tm4e.registry_0.4.0.201911130739.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.93kB) [INFO] Unpacking org.eclipse.tm4e.registry_0.4.0.201911130739... [INFO] Fetching org.eclipse.tracecompass.analysis.counters.core_2.0.6.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.analysis.counters.core_2.0.6.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.72kB) [INFO] Unpacking org.eclipse.tracecompass.analysis.counters.core_2.0.6.202106021947... [INFO] Fetching org.eclipse.tracecompass.common.core_4.3.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.common.core_4.3.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.75kB) [INFO] Unpacking org.eclipse.tracecompass.common.core_4.3.0.202106021947... [INFO] Fetching org.eclipse.tracecompass.tmf.core_7.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (281kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.tmf.core_7.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (281kB) [INFO] Unpacking org.eclipse.tracecompass.tmf.core_7.0.0.202106021947... [INFO] Fetching org.eclipse.tracecompass.analysis.counters.ui_2.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.analysis.counters.ui_2.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.81kB) [INFO] Unpacking org.eclipse.tracecompass.analysis.counters.ui_2.0.0.202106021947... [INFO] Fetching org.eclipse.tracecompass.tmf.ui_7.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (687.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.tmf.ui_7.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (687.5kB) [INFO] Unpacking org.eclipse.tracecompass.tmf.ui_7.0.0.202106021947... [INFO] Fetching org.eclipse.tracecompass.tmf.ctf.core_4.2.2.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.tmf.ctf.core_4.2.2.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.19kB) [INFO] Unpacking org.eclipse.tracecompass.tmf.ctf.core_4.2.2.202106021947... [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (131.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (131.9kB) [INFO] Unpacking org.apache.commons.lang3_3.1.0.v201403281430... [INFO] Fetching org.eclipse.tracecompass.analysis.graph.core_3.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.analysis.graph.core_3.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.31kB) [INFO] Unpacking org.eclipse.tracecompass.analysis.graph.core_3.0.0.202106021947... [INFO] Fetching org.eclipse.tracecompass.analysis.graph.ui_1.0.11.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.analysis.graph.ui_1.0.11.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.5kB) [INFO] Unpacking org.eclipse.tracecompass.analysis.graph.ui_1.0.11.202106021947... [INFO] Fetching org.eclipse.tracecompass.statesystem.core_5.0.3.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (49.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.statesystem.core_5.0.3.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (49.76kB) [INFO] Unpacking org.eclipse.tracecompass.statesystem.core_5.0.3.202106021947... [INFO] Fetching org.eclipse.tracecompass.analysis.lami.core_1.1.3.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.analysis.lami.core_1.1.3.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.66kB) [INFO] Unpacking org.eclipse.tracecompass.analysis.lami.core_1.1.3.202106021947... [INFO] Fetching org.eclipse.tracecompass.tmf.chart.core_1.0.4.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.tmf.chart.core_1.0.4.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.57kB) [INFO] Unpacking org.eclipse.tracecompass.tmf.chart.core_1.0.4.202106021947... [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.86kB) [INFO] Unpacking org.json_1.0.0.v201011060100... [INFO] Fetching org.eclipse.tracecompass.analysis.lami.ui_1.1.5.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.analysis.lami.ui_1.1.5.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.27kB) [INFO] Unpacking org.eclipse.tracecompass.analysis.lami.ui_1.1.5.202106021947... [INFO] Fetching org.eclipse.tracecompass.tmf.chart.ui_1.0.11.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.tmf.chart.ui_1.0.11.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.73kB) [INFO] Unpacking org.eclipse.tracecompass.tmf.chart.ui_1.0.11.202106021947... [INFO] Fetching org.eclipse.tracecompass.analysis.os.linux.core_6.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (108.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.analysis.os.linux.core_6.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (108.33kB) [INFO] Unpacking org.eclipse.tracecompass.analysis.os.linux.core_6.0.0.202106021947... [INFO] Fetching org.eclipse.tracecompass.datastore.core_1.2.2.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.datastore.core_1.2.2.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.7kB) [INFO] Unpacking org.eclipse.tracecompass.datastore.core_1.2.2.202106021947... [INFO] Fetching org.eclipse.tracecompass.segmentstore.core_3.0.1.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.segmentstore.core_3.0.1.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.79kB) [INFO] Unpacking org.eclipse.tracecompass.segmentstore.core_3.0.1.202106021947... [INFO] Fetching org.eclipse.tracecompass.analysis.timing.core_5.2.1.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.analysis.timing.core_5.2.1.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.99kB) [INFO] Unpacking org.eclipse.tracecompass.analysis.timing.core_5.2.1.202106021947... [INFO] Fetching org.eclipse.tracecompass.analysis.os.linux.ui_4.0.4.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (49.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.analysis.os.linux.ui_4.0.4.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (49.5kB) [INFO] Unpacking org.eclipse.tracecompass.analysis.os.linux.ui_4.0.4.202106021947... [INFO] Fetching org.eclipse.tracecompass.analysis.timing.ui_5.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.analysis.timing.ui_5.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.76kB) [INFO] Unpacking org.eclipse.tracecompass.analysis.timing.ui_5.0.0.202106021947... [INFO] Fetching org.eclipse.tracecompass.analysis.profiling.core_2.0.1.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.analysis.profiling.core_2.0.1.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.11kB) [INFO] Unpacking org.eclipse.tracecompass.analysis.profiling.core_2.0.1.202106021947... [INFO] Fetching org.eclipse.tracecompass.analysis.profiling.ui_2.1.3.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.analysis.profiling.ui_2.1.3.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.98kB) [INFO] Unpacking org.eclipse.tracecompass.analysis.profiling.ui_2.1.3.202106021947... [INFO] Fetching org.eclipse.tracecompass.ctf.core_4.0.5.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (91.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.ctf.core_4.0.5.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (91.67kB) [INFO] Unpacking org.eclipse.tracecompass.ctf.core_4.0.5.202106021947... [INFO] Fetching org.eclipse.tracecompass.ctf.parser_1.0.6.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (54.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.ctf.parser_1.0.6.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (54.22kB) [INFO] Unpacking org.eclipse.tracecompass.ctf.parser_1.0.6.202106021947... [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (103.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (103.07kB) [INFO] Unpacking org.antlr.runtime_3.2.0.v201101311130... [INFO] Fetching org.eclipse.tracecompass.ctf_7.0.0.202106021947.jar from https://download.eclipse.org/staging/2021-06/features/ (19.24kB) [INFO] Fetching org.eclipse.tracecompass.doc.dev_7.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (2.84MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.doc.dev_7.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (2.84MB) [INFO] Unpacking org.eclipse.tracecompass.doc.dev_7.0.0.202106021947... [INFO] Fetching org.eclipse.tracecompass.doc.user_7.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.33MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.doc.user_7.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.33MB) [INFO] Unpacking org.eclipse.tracecompass.doc.user_7.0.0.202106021947... [INFO] Fetching org.eclipse.tracecompass.gdbtrace.core_1.0.7.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.gdbtrace.core_1.0.7.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.17kB) [INFO] Unpacking org.eclipse.tracecompass.gdbtrace.core_1.0.7.202106021947... [INFO] Fetching org.eclipse.tracecompass.gdbtrace.doc.user_7.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (183.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.gdbtrace.doc.user_7.0.0.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (183.1kB) [INFO] Unpacking org.eclipse.tracecompass.gdbtrace.doc.user_7.0.0.202106021947... [INFO] Fetching org.eclipse.tracecompass.gdbtrace.ui_1.1.4.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.gdbtrace.ui_1.1.4.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.26kB) [INFO] Unpacking org.eclipse.tracecompass.gdbtrace.ui_1.1.4.202106021947... [INFO] Fetching org.eclipse.tracecompass.gdbtrace_7.0.0.202106021947.jar from https://download.eclipse.org/staging/2021-06/features/ (18.99kB) [INFO] Fetching org.eclipse.tracecompass.lttng2.common.core_1.1.3.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.lttng2.common.core_1.1.3.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.15kB) [INFO] Unpacking org.eclipse.tracecompass.lttng2.common.core_1.1.3.202106021947... [INFO] Fetching org.eclipse.tracecompass.lttng2.control.core_1.2.5.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.lttng2.control.core_1.2.5.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.63kB) [INFO] Unpacking org.eclipse.tracecompass.lttng2.control.core_1.2.5.202106021947... [INFO] Fetching org.eclipse.tracecompass.tmf.remote.core_2.0.5.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.tmf.remote.core_2.0.5.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.38kB) [INFO] Unpacking org.eclipse.tracecompass.tmf.remote.core_2.0.5.202106021947... [INFO] Fetching org.eclipse.tracecompass.tmf.remote.ui_1.0.9.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.tmf.remote.ui_1.0.9.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.11kB) [INFO] Unpacking org.eclipse.tracecompass.tmf.remote.ui_1.0.9.202106021947... [INFO] Fetching org.eclipse.tracecompass.lttng2.control.ui_1.2.12.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (137.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.lttng2.control.ui_1.2.12.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (137.96kB) [INFO] Unpacking org.eclipse.tracecompass.lttng2.control.ui_1.2.12.202106021947... [INFO] Fetching org.eclipse.tracecompass.lttng2.control_7.0.0.202106021947.jar from https://download.eclipse.org/staging/2021-06/features/ (19.07kB) [INFO] Fetching org.eclipse.tracecompass.lttng2.kernel.core_3.0.5.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.lttng2.kernel.core_3.0.5.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.38kB) [INFO] Unpacking org.eclipse.tracecompass.lttng2.kernel.core_3.0.5.202106021947... [INFO] Fetching org.eclipse.tracecompass.tmf.analysis.xml.core_4.0.2.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (102.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.tmf.analysis.xml.core_4.0.2.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (102.68kB) [INFO] Unpacking org.eclipse.tracecompass.tmf.analysis.xml.core_4.0.2.202106021947... [INFO] Fetching org.eclipse.tracecompass.lttng2.kernel.ui_2.0.2.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.lttng2.kernel.ui_2.0.2.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.87kB) [INFO] Unpacking org.eclipse.tracecompass.lttng2.kernel.ui_2.0.2.202106021947... [INFO] Fetching org.eclipse.tracecompass.lttng2.kernel_7.0.0.202106021947.jar from https://download.eclipse.org/staging/2021-06/features/ (19.19kB) [INFO] Fetching org.eclipse.tracecompass.lttng2.ust.core_5.0.2.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.lttng2.ust.core_5.0.2.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.24kB) [INFO] Unpacking org.eclipse.tracecompass.lttng2.ust.core_5.0.2.202106021947... [INFO] Fetching org.eclipse.tracecompass.lttng2.ust.ui_3.0.10.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.lttng2.ust.ui_3.0.10.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.06kB) [INFO] Unpacking org.eclipse.tracecompass.lttng2.ust.ui_3.0.10.202106021947... [INFO] Fetching org.eclipse.tracecompass.lttng2.ust_7.0.0.202106021947.jar from https://download.eclipse.org/staging/2021-06/features/ (19.09kB) [INFO] Fetching org.eclipse.tracecompass.tmf.analysis.xml.ui_2.1.15.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.tmf.analysis.xml.ui_2.1.15.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.21kB) [INFO] Unpacking org.eclipse.tracecompass.tmf.analysis.xml.ui_2.1.15.202106021947... [INFO] Fetching org.eclipse.wst.xml.ui_1.2.600.v202102222242.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (336.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.ui_1.2.600.v202102222242.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (336.05kB) [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.600.v202102222242... [INFO] Fetching org.eclipse.tracecompass.tmf.filter.parser_1.0.6.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tracecompass.tmf.filter.parser_1.0.6.202106021947.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.66kB) [INFO] Unpacking org.eclipse.tracecompass.tmf.filter.parser_1.0.6.202106021947... [INFO] Fetching org.eclipse.tracecompass.tmf.ctf_7.0.0.202106021947.jar from https://download.eclipse.org/staging/2021-06/features/ (18.99kB) [INFO] Fetching org.eclipse.tracecompass.tmf_7.0.0.202106021947.jar from https://download.eclipse.org/staging/2021-06/features/ (19.63kB) [INFO] Fetching org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.08kB) [INFO] Unpacking org.eclipse.wst.xsd.core_1.2.100.v202008180353... [INFO] Fetching org.eclipse.userstorage_1.2.0.v20210517-0327.jar from https://download.eclipse.org/staging/2021-06/features/ (19kB) [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.24kB) [INFO] Unpacking org.eclipse.wst.common.core_1.4.100.v202103232321... [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.08kB) [INFO] Unpacking org.eclipse.wst.common.environment_1.0.401.v202007142017... [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.13kB) [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.202.v202007142017... [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (53.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (53.31kB) [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017... [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (119.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (119.23kB) [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017... [INFO] Fetching org.eclipse.wst.common.ui_1.2.100.v202101112327.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (57.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.ui_1.2.100.v202101112327.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (57.53kB) [INFO] Unpacking org.eclipse.wst.common.ui_1.2.100.v202101112327... [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.67kB) [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.3.0.v202007161535... [INFO] Fetching org.eclipse.wst.sse.core_1.2.600.v202102110535.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (156.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.core_1.2.600.v202102110535.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (156.02kB) [INFO] Unpacking org.eclipse.wst.sse.core_1.2.600.v202102110535... [INFO] Fetching org.eclipse.wst.sse.ui_1.7.200.v202103232331.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (315.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.ui_1.7.200.v202103232331.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (315.26kB) [INFO] Unpacking org.eclipse.wst.sse.ui_1.7.200.v202103232331... [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (134.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (134.32kB) [INFO] Unpacking org.eclipse.wst.validation_1.2.801.v202007142017... [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (49.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (49.28kB) [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.601.v202007142017... [INFO] Fetching org.eclipse.wst.xml.core_1.2.300.v202102110535.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (254.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.core_1.2.300.v202102110535.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (254.87kB) [INFO] Unpacking org.eclipse.wst.xml.core_1.2.300.v202102110535... [INFO] Fetching org.eclipse.xsd_2.18.0.v20210427-0854.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (535.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd_2.18.0.v20210427-0854.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (535.36kB) [INFO] Unpacking org.eclipse.xsd_2.18.0.v20210427-0854... [INFO] Fetching org.glassfish.hk2.api_2.6.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (92.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.glassfish.hk2.api_2.6.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (92.09kB) [INFO] Unpacking org.glassfish.hk2.api_2.6.1.v20200513-1859... [INFO] Fetching org.glassfish.hk2.osgi-resource-locator_1.0.3.v20200509-0149.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.glassfish.hk2.osgi-resource-locator_1.0.3.v20200509-0149.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.29kB) [INFO] Unpacking org.glassfish.hk2.osgi-resource-locator_1.0.3.v20200509-0149... [INFO] Fetching org.glassfish.hk2.utils_2.6.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (75.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.glassfish.hk2.utils_2.6.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (75.17kB) [INFO] Unpacking org.glassfish.hk2.utils_2.6.1.v20200513-1859... [INFO] Fetching org.aopalliance_1.0.0.v201105210816.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.aopalliance_1.0.0.v201105210816.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.68kB) [INFO] Unpacking org.aopalliance_1.0.0.v201105210816... [INFO] Fetching org.glassfish.hk2.locator_2.6.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (100.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.glassfish.hk2.locator_2.6.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (100.92kB) [INFO] Unpacking org.glassfish.hk2.locator_2.6.1.v20200513-1859... [INFO] Fetching javassist_3.13.0.GA_v201209210905.jar from https://download.eclipse.org/staging/2021-06/plugins/ (681.36kB) [INFO] Fetching org.glassfish.jersey.apache.connector_2.30.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.glassfish.jersey.apache.connector_2.30.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.49kB) [INFO] Unpacking org.glassfish.jersey.apache.connector_2.30.1.v20200513-1859... [INFO] Fetching org.glassfish.jersey.containers.servlet.core_2.30.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.glassfish.jersey.containers.servlet.core_2.30.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.28kB) [INFO] Unpacking org.glassfish.jersey.containers.servlet.core_2.30.1.v20200513-1859... [INFO] Fetching org.glassfish.jersey.core.jersey-server_2.30.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (292.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.glassfish.jersey.core.jersey-server_2.30.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (292.03kB) [INFO] Unpacking org.glassfish.jersey.core.jersey-server_2.30.1.v20200513-1859... [INFO] Fetching org.glassfish.jersey.ext.entityfiltering_2.30.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.glassfish.jersey.ext.entityfiltering_2.30.1.v20200513-1859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.55kB) [INFO] Unpacking org.glassfish.jersey.ext.entityfiltering_2.30.1.v20200513-1859... [INFO] Fetching org.objectweb.asm.analysis_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm.analysis_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.1kB) [INFO] Unpacking org.objectweb.asm.analysis_9.1.0.v20210209-1849... [INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.39kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (109.81MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (28.68MB of 109.81MB at 28.65MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (56.55MB of 109.81MB at 28.26MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (84.99MB of 109.81MB at 28.32MB/s) [INFO] Fetching org.eclipse.cdt.core.linux.aarch64_6.0.200.202106080120.jar from https://download.eclipse.org/staging/2021-06/plugins/ (21.52kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.aarch64_3.8.1200.v20210527-0259 from https://download.eclipse.org/staging/2021-06/binary/ (33.4kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (108.96MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (28.12MB of 108.96MB at 28.12MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (56.18MB of 108.96MB at 28.09MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (78.98MB of 108.96MB at 26.32MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (106.53MB of 108.96MB at 26.63MB/s) [INFO] Fetching org.eclipse.cdt.core.win32_6.0.200.202102030214.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.57kB) [INFO] Fetching org.eclipse.cdt.core.win32.x86_64_6.0.200.202106080120.jar from https://download.eclipse.org/staging/2021-06/plugins/ (640.83kB) [INFO] Fetching org.eclipse.epp.mpc.core.win32_1.9.1.v20210204-1338.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.41kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.1200.v20210527-0259 from https://download.eclipse.org/staging/2021-06/binary/ (154.17kB) [INFO] Fetching org.eclipse.oomph.jreinfo.win32.x86_64_1.7.0.v20191107-1011.jar from https://download.eclipse.org/staging/2021-06/plugins/ (29.65kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (110.22MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (26.81MB of 110.22MB at 26.8MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (55.72MB of 110.22MB at 27.86MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205.jar from https://download.eclipse.org/justj/jres/16/updates/release/16.0.1/plugins/ (84.66MB of 110.22MB at 28.22MB/s) [INFO] Fetching org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar from https://download.eclipse.org/staging/2021-06/plugins/ (56.3kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.1200.v20210527-0259 from https://download.eclipse.org/staging/2021-06/binary/ (17.01kB) [INFO] The project's OSGi version is 4.20.0.20210609-0618 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ epp.package.cpp --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.cpp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.cpp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ epp.package.cpp --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.cpp --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ epp.package.cpp --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ epp.package.cpp --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ epp.package.cpp --- [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:materialize-products (materialize-products) @ epp.package.cpp --- [INFO] Installing product epp.package.cpp for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/linux/gtk/x86_64/eclipse Installing epp.package.cpp 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 16.0.1.v20210528-1205. Installing org.eclipse.cdt.feature.group 10.3.0.202106080120. Installing org.eclipse.cdt.autotools.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.build.crossgcc.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.cmake.feature.group 10.3.0.202106071842. Installing org.eclipse.cdt.meson.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.docker.launcher.feature.group 10.3.0.202106071539. Installing org.eclipse.cdt.debug.gdbjtag.feature.group 10.3.0.202104261723. Installing org.eclipse.cdt.debug.standalone.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.debug.ui.memory.feature.group 10.3.0.202104061706. Installing org.eclipse.cdt.launch.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.launch.serial.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.testsrunner.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.launchbar.feature.group 10.3.0.202106071539. Installing org.eclipse.launchbar.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.changelog.c.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.gcov.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.rpm.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.valgrind.feature.group 8.3.0.202106080017. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.tracecompass.gdbtrace.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.control.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.ust.feature.group 7.0.0.202106021947. Operation completed in 9613 ms. [INFO] Installing product epp.package.cpp for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/linux/gtk/aarch64/eclipse Installing epp.package.cpp 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 16.0.1.v20210528-1205. Installing org.eclipse.cdt.feature.group 10.3.0.202106080120. Installing org.eclipse.cdt.autotools.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.build.crossgcc.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.cmake.feature.group 10.3.0.202106071842. Installing org.eclipse.cdt.meson.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.docker.launcher.feature.group 10.3.0.202106071539. Installing org.eclipse.cdt.debug.gdbjtag.feature.group 10.3.0.202104261723. Installing org.eclipse.cdt.debug.standalone.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.debug.ui.memory.feature.group 10.3.0.202104061706. Installing org.eclipse.cdt.launch.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.launch.serial.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.testsrunner.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.launchbar.feature.group 10.3.0.202106071539. Installing org.eclipse.launchbar.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.changelog.c.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.gcov.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.rpm.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.valgrind.feature.group 8.3.0.202106080017. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.tracecompass.gdbtrace.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.control.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.ust.feature.group 7.0.0.202106021947. Operation completed in 7932 ms. [INFO] Installing product epp.package.cpp for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/win32/win32/x86_64/eclipse Installing epp.package.cpp 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 16.0.1.v20210528-1205. Installing org.eclipse.cdt.feature.group 10.3.0.202106080120. Installing org.eclipse.cdt.autotools.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.build.crossgcc.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.cmake.feature.group 10.3.0.202106071842. Installing org.eclipse.cdt.meson.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.docker.launcher.feature.group 10.3.0.202106071539. Installing org.eclipse.cdt.debug.gdbjtag.feature.group 10.3.0.202104261723. Installing org.eclipse.cdt.debug.standalone.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.debug.ui.memory.feature.group 10.3.0.202104061706. Installing org.eclipse.cdt.launch.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.launch.serial.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.testsrunner.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.launchbar.feature.group 10.3.0.202106071539. Installing org.eclipse.launchbar.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.changelog.c.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.gcov.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.rpm.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.valgrind.feature.group 8.3.0.202106080017. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.tracecompass.gdbtrace.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.control.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.ust.feature.group 7.0.0.202106021947. Operation completed in 7115 ms. [INFO] Installing product epp.package.cpp for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/macosx/cocoa/x86_64/Eclipse.app Installing epp.package.cpp 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 16.0.1.v20210528-1205. Installing org.eclipse.cdt.feature.group 10.3.0.202106080120. Installing org.eclipse.cdt.autotools.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.build.crossgcc.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.cmake.feature.group 10.3.0.202106071842. Installing org.eclipse.cdt.meson.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.docker.launcher.feature.group 10.3.0.202106071539. Installing org.eclipse.cdt.debug.gdbjtag.feature.group 10.3.0.202104261723. Installing org.eclipse.cdt.debug.standalone.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.debug.ui.memory.feature.group 10.3.0.202104061706. Installing org.eclipse.cdt.launch.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.launch.serial.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.testsrunner.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.launchbar.feature.group 10.3.0.202106071539. Installing org.eclipse.launchbar.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.changelog.c.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.gcov.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.rpm.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.valgrind.feature.group 8.3.0.202106080017. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.tracecompass.gdbtrace.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.control.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.ust.feature.group 7.0.0.202106021947. Operation completed in 7291 ms. [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.cpp --- [INFO] [Wed Jun 09 23:26:26 UTC 2021] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/macosx/cocoa/x86_64/Eclipse.app'... [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.cpp --- [INFO] [Wed Jun 09 23:27:37 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/win32/win32/x86_64/eclipse/eclipse.exe' [INFO] [Wed Jun 09 23:27:38 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/epp.package.cpp/win32/win32/x86_64/eclipse/eclipsec.exe' [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:archive-products (archive-products) @ epp.package.cpp --- [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/20210609-2320_eclipse-cpp-2021-06-RC1-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/20210609-2320_eclipse-cpp-2021-06-RC1-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/20210609-2320_eclipse-cpp-2021-06-RC1-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/20210609-2320_eclipse-cpp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz [INFO] [INFO] --- eclipse-dmg-packager:1.3.2-SNAPSHOT:package-dmg (default) @ epp.package.cpp --- [INFO] [Wed Jun 09 23:28:42 UTC 2021] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/target/products/20210609-2320_eclipse-cpp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz'... [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-zips-to-archive-folder) @ epp.package.cpp --- [INFO] Executing tasks [INFO] [copy] Copying 5 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:2.2.0:mirror (mirror-to-central-epp-repository) @ epp.package.cpp --- [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/../../archive/repository... Mirroring: binary,epp.package.cpp.executable.gtk.linux.aarch64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.cpp.executable.gtk.linux.aarch64,4.20.0.20210609-0618) Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,16.0.1.v20210528-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,16.0.1.v20210528-1205) Mirroring: binary,epp.package.cpp.executable.win32.win32.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.cpp.executable.win32.win32.x86_64,4.20.0.20210609-0618) Mirroring: binary,epp.package.cpp.executable.gtk.linux.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.cpp.executable.gtk.linux.x86_64,4.20.0.20210609-0618) Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,16.0.1.v20210528-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,16.0.1.v20210528-1205) Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,16.0.1.v20210528-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,16.0.1.v20210528-1205) Mirroring: binary,epp.package.cpp.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.cpp.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230) Mirroring: osgi.bundle,org.eclipse.epp.package.cpp,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.cpp,4.20.0.20210603-2230) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.cpp.feature,4.20.0.20210603-2230 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.cpp.feature,4.20.0.20210603-2230) Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,16.0.1.v20210528-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,16.0.1.v20210528-1205) Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230) [INFO] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.dsl >------------- [INFO] Building org.eclipse.epp.package.dsl 4.20.0-SNAPSHOT [7/37] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.dsl --- [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.dsl --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.dsl --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.dsl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.epp.package.dsl --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.dsl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/src/test/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.dsl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.package.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/target/org.eclipse.epp.package.dsl-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.dsl --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.dsl --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl/target/org.eclipse.epp.package.dsl-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.dsl --- [INFO] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.dsl.feature >--------- [INFO] Building org.eclipse.epp.package.dsl.feature 4.20.0-SNAPSHOT [8/37] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.dsl.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.dsl.feature --- [INFO] Fetching ch.qos.logback.classic_1.2.3.v20200428-2012.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (109.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching ch.qos.logback.classic_1.2.3.v20200428-2012.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (109.1kB) [INFO] Unpacking ch.qos.logback.classic_1.2.3.v20200428-2012... [INFO] Fetching ch.qos.logback.core_1.2.3.v20200428-2012.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (161.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching ch.qos.logback.core_1.2.3.v20200428-2012.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (161.18kB) [INFO] Unpacking ch.qos.logback.core_1.2.3.v20200428-2012... [INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20200428-2012.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20200428-2012.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.08kB) [INFO] Unpacking ch.qos.logback.slf4j_1.2.3.v20200428-2012... [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (743.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (743.15kB) [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946... [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (122.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (122.3kB) [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400... [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.57kB) [INFO] Unpacking org.apiguardian_1.1.0.v20190826-0900... [INFO] Fetching org.eclipse.ant.launching_1.3.0.v20210415-1314.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (102.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.launching_1.3.0.v20210415-1314.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (102.05kB) [INFO] Unpacking org.eclipse.ant.launching_1.3.0.v20210415-1314... [INFO] Fetching org.eclipse.jdt.launching_3.19.200.v20210326-1452.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (282.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.19.200.v20210326-1452.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (282.48kB) [INFO] Unpacking org.eclipse.jdt.launching_3.19.200.v20210326-1452... [INFO] Fetching org.eclipse.ant.ui_3.8.0.v20210415-1314.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (473.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.ui_3.8.0.v20210415-1314.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (473.93kB) [INFO] Unpacking org.eclipse.ant.ui_3.8.0.v20210415-1314... [INFO] Fetching org.eclipse.jdt.ui_3.23.0.v20210530-1810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (3.96MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.23.0.v20210530-1810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (3.96MB) [INFO] Unpacking org.eclipse.jdt.ui_3.23.0.v20210530-1810... [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.300.v20210517-0748.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.junit_3.12.0.v20210521-1840.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (232.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.12.0.v20210521-1840.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (232.08kB) [INFO] Unpacking org.eclipse.jdt.junit_3.12.0.v20210521-1840... [INFO] Fetching org.eclipse.buildship.core_3.1.5.v20210113-0929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (145.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.buildship.core_3.1.5.v20210113-0929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (145.28kB) [INFO] Unpacking org.eclipse.buildship.core_3.1.5.v20210113-0929... [INFO] Fetching org.eclipse.jdt.junit.core_3.10.1100.v20210429-2046.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.1100.v20210429-2046.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.64kB) [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.1100.v20210429-2046... [INFO] Fetching org.gradle.toolingapi_6.8.0.v20210113-0929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (596.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.gradle.toolingapi_6.8.0.v20210113-0929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (596.07kB) [INFO] Unpacking org.gradle.toolingapi_6.8.0.v20210113-0929... [INFO] Fetching org.eclipse.buildship.ui_3.1.5.v20210113-0929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (221.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.buildship.ui_3.1.5.v20210113-0929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (221.52kB) [INFO] Unpacking org.eclipse.buildship.ui_3.1.5.v20210113-0929... [INFO] Fetching org.eclipse.buildship.branding_3.1.5.v20210113-0929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.buildship.branding_3.1.5.v20210113-0929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.31kB) [INFO] Unpacking org.eclipse.buildship.branding_3.1.5.v20210113-0929... [INFO] Fetching org.eclipse.buildship.stsmigration_3.1.5.v20210113-0929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.buildship.stsmigration_3.1.5.v20210113-0929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.81kB) [INFO] Unpacking org.eclipse.buildship.stsmigration_3.1.5.v20210113-0929... [INFO] Fetching org.eclipse.buildship_3.1.5.v20210113-0929.jar from https://download.eclipse.org/staging/2021-06/features/ (18.92kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.2.600.v20210110-1654.jar from https://download.eclipse.org/staging/2021-06/plugins/ (60.56kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.100.v20210315-1604.jar from https://download.eclipse.org/staging/2021-06/plugins/ (94.63kB) [INFO] Fetching org.eclipse.e4.core.commands.source_1.0.0.v20210507-1901.jar from https://download.eclipse.org/staging/2021-06/plugins/ (23.27kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.0.v20201119-1132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (35.64kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.1.1000.v20210111-0958.jar from https://download.eclipse.org/staging/2021-06/plugins/ (376.07kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.37kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.100.v20210515-1815.jar from https://download.eclipse.org/staging/2021-06/plugins/ (139.57kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.13.0.v20210521-0741.jar from https://download.eclipse.org/staging/2021-06/plugins/ (168.32kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.0.v20201015-0653.jar from https://download.eclipse.org/staging/2021-06/plugins/ (206.25kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.200.v20210401-1241.jar from https://download.eclipse.org/staging/2021-06/plugins/ (163.68kB) [INFO] Fetching org.apache.batik.css.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/staging/2021-06/plugins/ (319.47kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/staging/2021-06/plugins/ (52.19kB) [INFO] Fetching org.apache.batik.util.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/staging/2021-06/plugins/ (126.66kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/staging/2021-06/plugins/ (89.33kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.29kB) [INFO] Unpacking org.w3c.dom.smil.source_1.0.1.v200903091627... [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/staging/2021-06/plugins/ (39.54kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.39kB) [INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from https://download.eclipse.org/staging/2021-06/plugins/ (57.91kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.7.800.v20210526-1618.jar from https://download.eclipse.org/staging/2021-06/plugins/ (44.53kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.8.400.v20191217-1710.jar from https://download.eclipse.org/staging/2021-06/plugins/ (42.13kB) [INFO] Fetching org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.21kB) [INFO] Fetching org.apache.batik.constants.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.73kB) [INFO] Fetching org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar from https://download.eclipse.org/staging/2021-06/plugins/ (677.41kB) [INFO] Fetching org.apache.commons.io.source_2.8.0.v20210415-0900.jar from https://download.eclipse.org/staging/2021-06/plugins/ (374.46kB) [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/staging/2021-06/plugins/ (85.46kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.16.0.v20200507-0938.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.6kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.0.v20201026-1147.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.72kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.3.0.v20210222-1018.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.48kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.900.v20210412-0842.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.53kB) [INFO] Fetching org.eclipse.equinox.common.source_3.15.0.v20210518-0604.jar from https://download.eclipse.org/staging/2021-06/plugins/ (145.02kB) [INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from https://download.eclipse.org/staging/2021-06/plugins/ (278.04kB) [INFO] Fetching org.eclipse.equinox.event.source_1.6.0.v20210212-1143.jar from https://download.eclipse.org/staging/2021-06/plugins/ (27.17kB) [INFO] Fetching org.eclipse.core.commands.source_3.10.0.v20210401-0744.jar from https://download.eclipse.org/staging/2021-06/plugins/ (150.67kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.7.1000.v20210409-1722.jar from https://download.eclipse.org/staging/2021-06/plugins/ (82kB) [INFO] Fetching org.eclipse.core.databinding.source_1.10.100.v20200926-1123.jar from https://download.eclipse.org/staging/2021-06/plugins/ (145.76kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.7.200.v20210111-0759.jar from https://download.eclipse.org/staging/2021-06/plugins/ (75.48kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.10.0.v20200730-0848.jar from https://download.eclipse.org/staging/2021-06/plugins/ (208kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.8.100.v20200619-0651.jar from https://download.eclipse.org/staging/2021-06/plugins/ (94.56kB) [INFO] Fetching org.eclipse.core.expressions.source_3.7.100.v20210203-1000.jar from https://download.eclipse.org/staging/2021-06/plugins/ (86.87kB) [INFO] Fetching org.eclipse.core.jobs.source_3.11.0.v20210420-1453.jar from https://download.eclipse.org/staging/2021-06/plugins/ (107.67kB) [INFO] Fetching org.eclipse.core.runtime.source_3.22.0.v20210506-1025.jar from https://download.eclipse.org/staging/2021-06/plugins/ (77.09kB) [INFO] Fetching org.eclipse.equinox.app.source_1.5.100.v20210212-1143.jar from https://download.eclipse.org/staging/2021-06/plugins/ (76.52kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.6.200.v20210416-2027.jar from https://download.eclipse.org/staging/2021-06/plugins/ (43.8kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.8.200.v20210212-1143.jar from https://download.eclipse.org/staging/2021-06/plugins/ (115.63kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.10.200.v20210503-1606.jar from https://download.eclipse.org/staging/2021-06/plugins/ (176.16kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.0.v20210315-2228.jar from https://download.eclipse.org/staging/2021-06/plugins/ (37.39kB) [INFO] Fetching org.eclipse.osgi.source_3.16.300.v20210525-1715.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.11MB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.400.v20210401-1438.jar from https://download.eclipse.org/staging/2021-06/plugins/ (143.07kB) [INFO] Fetching org.eclipse.osgi.services.source_3.10.100.v20210324-0936.jar from https://download.eclipse.org/staging/2021-06/plugins/ (244.91kB) [INFO] Fetching org.eclipse.osgi.util.source_3.6.0.v20210212-1137.jar from https://download.eclipse.org/staging/2021-06/plugins/ (63.52kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.116.100.v20210602-2209.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.82MB) [INFO] Fetching org.eclipse.jface.source_3.22.200.v20210401-0958.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1,022.85kB) [INFO] Fetching org.eclipse.jface.databinding.source_1.12.200.v20210111-0911.jar from https://download.eclipse.org/staging/2021-06/plugins/ (230.28kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.15.500.v20201021-1339.jar from https://download.eclipse.org/staging/2021-06/plugins/ (17.72kB) [INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from https://download.eclipse.org/staging/2021-06/plugins/ (38.47kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/staging/2021-06/plugins/ (114.26kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/staging/2021-06/plugins/ (48.31kB) [INFO] Fetching org.eclipse.equinox.console.source_1.4.400.v20210602-1312.jar from https://download.eclipse.org/staging/2021-06/plugins/ (84.66kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.200.v20210321-1910.jar from https://download.eclipse.org/staging/2021-06/plugins/ (77.61kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.3.100.v20210212-1143.jar from https://download.eclipse.org/staging/2021-06/plugins/ (63.51kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.2.100.v20201109-2317.jar from https://download.eclipse.org/staging/2021-06/plugins/ (39.1kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (180.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (180.32kB) [INFO] Unpacking org.apache.commons.jxpath.source_1.3.0.v200911051830... [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.800.v20200609-0849.jar from https://download.eclipse.org/staging/2021-06/plugins/ (52.39kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.600.v20191216-2352.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.41kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.100.v20210108-1832.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.48kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.16.0.v20210412-1358.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.76kB) [INFO] Fetching org.eclipse.urischeme.source_1.1.400.v20210407-1558.jar from https://download.eclipse.org/staging/2021-06/plugins/ (44.29kB) [INFO] Fetching org.eclipse.jface.notifications.source_0.3.0.v20210218-1820.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.75kB) [INFO] Fetching org.eclipse.e4.rcp.source_4.20.0.v20210602-2209.jar from https://download.eclipse.org/staging/2021-06/features/ (19.95kB) [INFO] Fetching org.eclipse.ecf.source_3.9.102.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/plugins/ (102.79kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/plugins/ (53.08kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/features/ (21.02kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.64kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/features/ (21.07kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/plugins/ (76.03kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.601.v20201025-0700.jar from https://download.eclipse.org/staging/2021-06/plugins/ (86kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/features/ (29.23kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.401.v20210512-0614.jar from https://download.eclipse.org/staging/2021-06/plugins/ (52.58kB) [INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from https://download.eclipse.org/staging/2021-06/plugins/ (374.24kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.13.v20210128-2225.jar from https://download.eclipse.org/staging/2021-06/plugins/ (966.92kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.14.v20210128-2225.jar from https://download.eclipse.org/staging/2021-06/plugins/ (431.79kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614.jar from https://download.eclipse.org/staging/2021-06/features/ (29.39kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.49kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301.jar from https://download.eclipse.org/staging/2021-06/features/ (25.15kB) [INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210319-0732.jar from https://download.eclipse.org/staging/2021-06/plugins/ (218.83kB) [INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210319-0732.jar from https://download.eclipse.org/staging/2021-06/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (61.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (61.21kB) [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451... [INFO] Fetching org.eclipse.emf.ecore.source_2.24.0.v20210405-0628.jar from https://download.eclipse.org/staging/2021-06/plugins/ (820.39kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/staging/2021-06/plugins/ (90.79kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from https://download.eclipse.org/staging/2021-06/plugins/ (151.53kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.24.0.v20210405-0628.jar from https://download.eclipse.org/staging/2021-06/features/ (20.28kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.100.v20210418-1636.jar from https://download.eclipse.org/staging/2021-06/plugins/ (111.58kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.0.v20210315-2042.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.92kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.7.0.v20210315-2042.jar from https://download.eclipse.org/staging/2021-06/plugins/ (60.76kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.0.v20210325-0750.jar from https://download.eclipse.org/staging/2021-06/plugins/ (66.96kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.0.v20210328-0514.jar from https://download.eclipse.org/staging/2021-06/plugins/ (138.77kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.0.v20210316-1209.jar from https://download.eclipse.org/staging/2021-06/plugins/ (18.85kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.0.v20210331-1610.jar from https://download.eclipse.org/staging/2021-06/plugins/ (248kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.0.v20210315-2228.jar from https://download.eclipse.org/staging/2021-06/plugins/ (59.72kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.5.100.v20210329-1206.jar from https://download.eclipse.org/staging/2021-06/plugins/ (121.6kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.0.v20210315-2228.jar from https://download.eclipse.org/staging/2021-06/plugins/ (96.12kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.0.v20210326-2048.jar from https://download.eclipse.org/staging/2021-06/plugins/ (60.95kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.0.v20210315-2228.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.63kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.0.v20210315-2042.jar from https://download.eclipse.org/staging/2021-06/plugins/ (34.88kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.0.v20210315-2042.jar from https://download.eclipse.org/staging/2021-06/plugins/ (47.5kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.600.v20210126-1005.jar from https://download.eclipse.org/staging/2021-06/plugins/ (102.02kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.0.v20210507-0825.jar from https://download.eclipse.org/staging/2021-06/plugins/ (48.44kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.100.v20210329-1206.jar from https://download.eclipse.org/staging/2021-06/plugins/ (31.23kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.0.v20210315-2228.jar from https://download.eclipse.org/staging/2021-06/plugins/ (64.22kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.500.v20210125-1508.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.41kB) [INFO] Fetching org.tukaani.xz.source_1.8.0.v20180207-1613.jar from https://download.eclipse.org/staging/2021-06/plugins/ (149.53kB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.0.v20210202-1157.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.94kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825.jar from https://download.eclipse.org/staging/2021-06/features/ (19.48kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.0.v20210315-2042.jar from https://download.eclipse.org/staging/2021-06/plugins/ (34.79kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.0.v20210316-1209.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.73kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.0.v20210312-1245.jar from https://download.eclipse.org/staging/2021-06/plugins/ (34.03kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.6.0.v20210322-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (75.29kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.0.v20210316-1209.jar from https://download.eclipse.org/staging/2021-06/plugins/ (26.23kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.0.v20210325-0750.jar from https://download.eclipse.org/staging/2021-06/plugins/ (178.85kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.0.v20210421-1159.jar from https://download.eclipse.org/staging/2021-06/plugins/ (149.58kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825.jar from https://download.eclipse.org/staging/2021-06/features/ (19.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.100.v20210426-1115.jar from https://download.eclipse.org/staging/2021-06/plugins/ (294.66kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.100.v20210327-1705.jar from https://download.eclipse.org/staging/2021-06/plugins/ (55.69kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.0.v20210315-2228.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.42kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.0.v20210121-0947.jar from https://download.eclipse.org/staging/2021-06/plugins/ (85.51kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.0.v20210114-1214.jar from https://download.eclipse.org/staging/2021-06/plugins/ (30.22kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825.jar from https://download.eclipse.org/staging/2021-06/features/ (19.15kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.0.v20210322-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (71.13kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.100.v20210415-1446.jar from https://download.eclipse.org/staging/2021-06/plugins/ (50.35kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825.jar from https://download.eclipse.org/staging/2021-06/features/ (19.14kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (366.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (366.65kB) [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308... [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (57.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (57.06kB) [INFO] Unpacking javax.el.source_2.2.0.v201303151357... [INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from https://download.eclipse.org/staging/2021-06/plugins/ (177.52kB) [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (129.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (129.79kB) [INFO] Unpacking javax.servlet.jsp.source_2.2.0.v201112011158... [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (73.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (73.27kB) [INFO] Unpacking com.sun.el.source_2.2.0.v201303151357... [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (321.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (321.04kB) [INFO] Unpacking org.apache.jasper.glassfish.source_2.2.2.v201501141630... [INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.66MB) [INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/staging/2021-06/plugins/ (2.24MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/staging/2021-06/plugins/ (3.45MB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.8.0.v20210414-1616.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.51kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.2.0.v20200614-1851.jar from https://download.eclipse.org/staging/2021-06/plugins/ (32.54kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.100.v20210311-1631.jar from https://download.eclipse.org/staging/2021-06/plugins/ (140.78kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.500.v20200422-1833.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.16kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.1.400.v20200422-1833.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.02kB) [INFO] Fetching org.eclipse.help.base.source_4.3.300.v20210609-0520.jar from https://download.eclipse.org/staging/2021-06/plugins/ (307.18kB) [INFO] Fetching org.eclipse.help.ui.source_4.3.0.v20210409-1726.jar from https://download.eclipse.org/staging/2021-06/plugins/ (220.67kB) [INFO] Fetching org.eclipse.help.webapp.source_3.10.300.v20210507-0822.jar from https://download.eclipse.org/staging/2021-06/plugins/ (202.2kB) [INFO] Fetching org.eclipse.jetty.http.source_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (136.75kB) [INFO] Fetching org.eclipse.jetty.io.source_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (108.75kB) [INFO] Fetching org.eclipse.jetty.security.source_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (91.81kB) [INFO] Fetching org.eclipse.jetty.server.source_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (443.94kB) [INFO] Fetching org.eclipse.jetty.servlet.source_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (93.29kB) [INFO] Fetching org.eclipse.jetty.util.source_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (356.14kB) [INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (42.6kB) [INFO] Fetching org.eclipse.core.net.source_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/staging/2021-06/plugins/ (55.55kB) [INFO] Fetching org.eclipse.help.source_2.3.600.v20210609-0618.jar from https://download.eclipse.org/staging/2021-06/features/ (18.84kB) [INFO] Fetching org.eclipse.jdt_3.18.800.v20210609-0520.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt_3.18.800.v20210609-0520.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.48kB) [INFO] Unpacking org.eclipse.jdt_3.18.800.v20210609-0520... [INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.5kB) [INFO] Unpacking org.eclipse.jdt.annotation_1.2.0.v20210519-0438... [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.59kB) [INFO] Unpacking org.eclipse.jdt.annotation_2.2.600.v20200408-1511... [INFO] Fetching org.eclipse.jdt.apt.core_3.6.900.v20210317-0507.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (127.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.apt.core_3.6.900.v20210317-0507.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (127.99kB) [INFO] Unpacking org.eclipse.jdt.apt.core_3.6.900.v20210317-0507... [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.1kB) [INFO] Unpacking org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447... [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1200.v20210521-0550.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (41.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1200.v20210521-0550.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (41.57kB) [INFO] Unpacking org.eclipse.jdt.compiler.tool_1.2.1200.v20210521-0550... [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1300.v20210419-1022.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (77.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1300.v20210419-1022.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (77.46kB) [INFO] Unpacking org.eclipse.jdt.compiler.apt_1.3.1300.v20210419-1022... [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.600.v20210406-0802.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.600.v20210406-0802.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.52kB) [INFO] Unpacking org.eclipse.jdt.apt.ui_3.6.600.v20210406-0802... [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.04kB) [INFO] Unpacking org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748... [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.400.v20210531-0737.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (557.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.400.v20210531-0737.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (557.46kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.400.v20210531-0737... [INFO] Fetching org.eclipse.jdt.debug_3.17.200.v20210513-1223.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (901.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.17.200.v20210513-1223.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (901.98kB) [INFO] Unpacking org.eclipse.jdt.debug_3.17.200.v20210513-1223... [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1200.v20210602-1604.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (5.03MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1200.v20210602-1604.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (5.03MB) [INFO] Unpacking org.eclipse.jdt.doc.isv_3.14.1200.v20210602-1604... [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1100.v20210531-1101.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.63MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1100.v20210531-1101.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.63MB) [INFO] Unpacking org.eclipse.jdt.doc.user_3.15.1100.v20210531-1101... [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.0.v20210326-1249.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.0.v20210326-1249.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.34kB) [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.6.0.v20210326-1249... [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.39kB) [INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251... [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1300.v20210320-1132.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1300.v20210320-1132.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.91kB) [INFO] Unpacking org.eclipse.jdt.junit5.runtime_1.0.1300.v20210320-1132... [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (123kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (123kB) [INFO] Unpacking org.junit_4.13.0.v20200204-1500... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (63.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (63.4kB) [INFO] Unpacking org.junit.jupiter.api_5.7.1.v20210222-1948... [INFO] Fetching org.junit.jupiter.engine_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (73.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.engine_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (73.54kB) [INFO] Unpacking org.junit.jupiter.engine_5.7.1.v20210222-1948... [INFO] Fetching org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.55kB) [INFO] Unpacking org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948... [INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (186.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (186.1kB) [INFO] Unpacking org.junit.jupiter.params_5.7.1.v20210222-1948... [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (51.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (51.05kB) [INFO] Unpacking org.junit.platform.commons_1.7.1.v20210222-1948... [INFO] Fetching org.junit.platform.engine_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.engine_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.02kB) [INFO] Unpacking org.junit.platform.engine_1.7.1.v20210222-1948... [INFO] Fetching org.junit.platform.launcher_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (53.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.launcher_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (53.71kB) [INFO] Unpacking org.junit.platform.launcher_1.7.1.v20210222-1948... [INFO] Fetching org.junit.platform.runner_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.runner_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.11kB) [INFO] Unpacking org.junit.platform.runner_1.7.1.v20210222-1948... [INFO] Fetching org.junit.platform.suite.api_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.suite.api_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.91kB) [INFO] Unpacking org.junit.platform.suite.api_1.7.1.v20210222-1948... [INFO] Fetching org.junit.vintage.engine_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.vintage.engine_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.82kB) [INFO] Unpacking org.junit.vintage.engine_5.7.1.v20210222-1948... [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.79kB) [INFO] Unpacking org.opentest4j_1.2.0.v20190826-0900... [INFO] Fetching org.eclipse.jdt_3.18.800.v20210609-0549.jar from https://download.eclipse.org/staging/2021-06/features/ (19.77kB) [INFO] Fetching org.eclipse.ant.ui.source_3.8.0.v20210415-1314.jar from https://download.eclipse.org/staging/2021-06/plugins/ (609.92kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.6.900.v20210317-0507.jar from https://download.eclipse.org/staging/2021-06/plugins/ (355.63kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.6.600.v20210406-0802.jar from https://download.eclipse.org/staging/2021-06/plugins/ (45.87kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.500.v20200322-1447.jar from https://download.eclipse.org/staging/2021-06/plugins/ (33.82kB) [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.1300.v20210419-1022.jar from https://download.eclipse.org/staging/2021-06/plugins/ (135.72kB) [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.1200.v20210521-0550.jar from https://download.eclipse.org/staging/2021-06/plugins/ (50.83kB) [INFO] Fetching org.eclipse.jdt.core.source_3.26.0.v20210609-0549.jar from https://download.eclipse.org/staging/2021-06/plugins/ (5.21MB) [INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.0.0.v20200119-0748.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.86kB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.06kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from https://download.eclipse.org/staging/2021-06/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.14.400.v20210531-0737.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.11MB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.300.v20210517-0748.jar from https://download.eclipse.org/staging/2021-06/plugins/ (844.98kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.17.200.v20210513-1223.jar from https://download.eclipse.org/staging/2021-06/plugins/ (765.51kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.12.0.v20210521-1840.jar from https://download.eclipse.org/staging/2021-06/plugins/ (198.32kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.10.1100.v20210429-2046.jar from https://download.eclipse.org/staging/2021-06/plugins/ (113.74kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.6.0.v20210326-1249.jar from https://download.eclipse.org/staging/2021-06/plugins/ (45.79kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.2.0.v20210326-1251.jar from https://download.eclipse.org/staging/2021-06/plugins/ (18.38kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1300.v20210320-1132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.11kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.19.200.v20210326-1452.jar from https://download.eclipse.org/staging/2021-06/plugins/ (350.84kB) [INFO] Fetching org.eclipse.jdt.ui.source_3.23.0.v20210530-1810.jar from https://download.eclipse.org/staging/2021-06/plugins/ (5.38MB) [INFO] Fetching org.junit.source_4.13.0.v20200204-1500.jar from https://download.eclipse.org/staging/2021-06/plugins/ (258.21kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/staging/2021-06/plugins/ (51.3kB) [INFO] Fetching org.junit.jupiter.api.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/staging/2021-06/plugins/ (197.02kB) [INFO] Fetching org.junit.jupiter.engine.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/staging/2021-06/plugins/ (138.86kB) [INFO] Fetching org.junit.jupiter.migrationsupport.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/staging/2021-06/plugins/ (39.73kB) [INFO] Fetching org.junit.jupiter.params.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/staging/2021-06/plugins/ (84.22kB) [INFO] Fetching org.junit.platform.commons.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/staging/2021-06/plugins/ (90.3kB) [INFO] Fetching org.junit.platform.engine.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/staging/2021-06/plugins/ (152.5kB) [INFO] Fetching org.junit.platform.launcher.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/staging/2021-06/plugins/ (101.55kB) [INFO] Fetching org.junit.platform.runner.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/staging/2021-06/plugins/ (26.97kB) [INFO] Fetching org.junit.platform.suite.api.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/staging/2021-06/plugins/ (34.47kB) [INFO] Fetching org.junit.vintage.engine.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/staging/2021-06/plugins/ (53.97kB) [INFO] Fetching org.opentest4j.source_1.2.0.v20190826-0900.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.88kB) [INFO] Fetching org.apiguardian.source_1.1.0.v20190826-0900.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.05kB) [INFO] Fetching org.eclipse.ant.launching.source_1.3.0.v20210415-1314.jar from https://download.eclipse.org/staging/2021-06/plugins/ (128.09kB) [INFO] Fetching org.eclipse.jdt.source_3.18.800.v20210609-0549.jar from https://download.eclipse.org/staging/2021-06/features/ (19.13kB) [INFO] Fetching org.eclipse.jem.util_2.1.300.v202103232321.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem.util_2.1.300.v202103232321.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.45kB) [INFO] Unpacking org.eclipse.jem.util_2.1.300.v202103232321... [INFO] Fetching org.eclipse.lsp4e_0.13.5.202103011336.jar from https://download.eclipse.org/staging/2021-06/plugins/ (447.59kB) [INFO] Fetching org.eclipse.lsp4j_0.10.0.v20201105-1103.jar from https://download.eclipse.org/staging/2021-06/plugins/ (788.7kB) [INFO] Fetching org.eclipse.lsp4j.jsonrpc_0.10.0.v20201105-1103.jar from https://download.eclipse.org/staging/2021-06/plugins/ (131.38kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210301-0821.jar from https://download.eclipse.org/staging/2021-06/plugins/ (160.53kB) [INFO] Fetching org.eclipse.m2e.archetype.common_1.18.0.20210603-1206.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.92MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.18.0.20210603-1206.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.62MB) [INFO] Fetching org.eclipse.m2e.binaryproject_1.17.2.20210603-1006.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.85kB) [INFO] Fetching org.eclipse.m2e.core_1.18.0.20210511-1154.jar from https://download.eclipse.org/staging/2021-06/plugins/ (612.37kB) [INFO] Fetching org.eclipse.m2e.sourcelookup_1.17.2.20210603-1006.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.35kB) [INFO] Fetching org.eclipse.m2e.jdt_1.18.0.20210603-1006.jar from https://download.eclipse.org/staging/2021-06/plugins/ (144.11kB) [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.18.0.20210409-1334.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.45kB) [INFO] Fetching org.eclipse.m2e.core.ui_1.18.0.20210603-1006.jar from https://download.eclipse.org/staging/2021-06/plugins/ (712.46kB) [INFO] Fetching org.eclipse.m2e.maven.indexer_1.18.0.20210603-1206.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.79MB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.model.edit_1.18.0.20210601-1135.jar from https://download.eclipse.org/staging/2021-06/plugins/ (420.08kB) [INFO] Fetching org.eclipse.m2e.discovery_1.18.0.20210603-1006.jar from https://download.eclipse.org/staging/2021-06/plugins/ (73.32kB) [INFO] Fetching org.eclipse.m2e.editor_1.18.0.20210603-1006.jar from https://download.eclipse.org/staging/2021-06/plugins/ (392.96kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (77.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (77.54kB) [INFO] Unpacking org.eclipse.wst.common.emf_1.2.700.v202007161535... [INFO] Fetching org.eclipse.m2e.editor.lemminx_1.17.3.20210411-0929.jar from https://download.eclipse.org/staging/2021-06/plugins/ (5.15MB) [INFO] Fetching org.eclipse.wildwebdeveloper.xml_0.11.0.202102250843.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (6.8MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wildwebdeveloper.xml_0.11.0.202102250843.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (6.8MB) [INFO] Unpacking org.eclipse.wildwebdeveloper.xml_0.11.0.202102250843... [INFO] Fetching org.eclipse.m2e.editor.xml_1.18.0.20210603-1006.jar from https://download.eclipse.org/staging/2021-06/plugins/ (96.97kB) [INFO] Fetching org.eclipse.m2e.refactoring_1.17.1.20210603-1006.jar from https://download.eclipse.org/staging/2021-06/plugins/ (73.81kB) [INFO] Fetching org.eclipse.m2e.profiles.ui_1.17.2.20210603-1006.jar from https://download.eclipse.org/staging/2021-06/plugins/ (43.09kB) [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.18.0.20210402-1458.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.54kB) [INFO] Fetching org.eclipse.m2e.scm_1.17.2.20210603-1006.jar from https://download.eclipse.org/staging/2021-06/plugins/ (59.33kB) [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.17.2.20210409-1334.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.83kB) [INFO] Fetching org.eclipse.m2e.jdt.ui_1.17.2.20210603-1006.jar from https://download.eclipse.org/staging/2021-06/plugins/ (26.83kB) [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.17.1.20210115-1536.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.45kB) [INFO] Fetching org.eclipse.m2e.importer_1.17.2.20210603-1006.jar from https://download.eclipse.org/staging/2021-06/plugins/ (17.68kB) [INFO] Fetching org.eclipse.m2e.launching_1.17.2.20210603-1006.jar from https://download.eclipse.org/staging/2021-06/plugins/ (98.84kB) [INFO] Fetching org.eclipse.m2e.profiles.core_1.17.1.20210409-1334.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.45kB) [INFO] Fetching org.eclipse.m2e.feature_1.18.0.20210603-1206.jar from https://download.eclipse.org/staging/2021-06/features/ (19.93kB) [INFO] Fetching org.eclipse.m2e.lemminx.feature_1.17.2.20210411-0929.jar from https://download.eclipse.org/staging/2021-06/features/ (19.02kB) [INFO] Fetching org.eclipse.m2e.logback.appender_1.17.1.20210601-1135.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.41kB) [INFO] Fetching org.eclipse.m2e.logback.configuration_1.16.1.20210603-1006.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.65kB) [INFO] Fetching org.eclipse.m2e.logback.feature_1.17.1.20210603-1006.jar from https://download.eclipse.org/staging/2021-06/features/ (19.04kB) [INFO] Fetching org.eclipse.m2e.sse.ui.feature_1.18.0.20210603-1006.jar from https://download.eclipse.org/staging/2021-06/features/ (18.96kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.500.v20210209-1250.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ds.lib_1.1.500.v20210209-1250.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.31kB) [INFO] Unpacking org.eclipse.pde.ds.lib_1.1.500.v20210209-1250... [INFO] Fetching org.eclipse.pde.api.tools_1.2.500.v20210521-1226.jar from https://download.eclipse.org/staging/2021-06/plugins/ (929.84kB) [INFO] Fetching org.eclipse.pde.core_3.14.300.v20210515-0638.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.33MB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.65kB) [INFO] Unpacking org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236... [INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.300.v20210415-0924.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (206.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.300.v20210415-0924.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (206.58kB) [INFO] Unpacking org.eclipse.pde.api.tools.ui_1.2.300.v20210415-0924... [INFO] Fetching org.eclipse.pde.ui_3.13.100.v20210515-0638.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.45MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui_3.13.100.v20210515-0638.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.45MB) [INFO] Unpacking org.eclipse.pde.ui_3.13.100.v20210515-0638... [INFO] Fetching org.eclipse.pde.build_3.11.0.v20210429-0618.jar from https://download.eclipse.org/staging/2021-06/plugins/ (477.46kB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.1200.v20210602-1604.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (6.86MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.doc.user_3.14.1200.v20210602-1604.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (6.86MB) [INFO] Unpacking org.eclipse.pde.doc.user_3.14.1200.v20210602-1604... [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.100.v20210211-1236.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (63.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.100.v20210211-1236.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (63.08kB) [INFO] Unpacking org.eclipse.pde.ds.annotations_1.2.100.v20210211-1236... [INFO] Fetching org.eclipse.pde.ds.core_1.2.300.v20210316-0728.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ds.core_1.2.300.v20210316-0728.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.9kB) [INFO] Unpacking org.eclipse.pde.ds.core_1.2.300.v20210316-0728... [INFO] Fetching org.eclipse.pde.ds.ui_1.2.100.v20210507-0837.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (79.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ds.ui_1.2.100.v20210507-0837.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (79.49kB) [INFO] Unpacking org.eclipse.pde.ds.ui_1.2.100.v20210507-0837... [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.77kB) [INFO] Unpacking org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250... [INFO] Fetching org.eclipse.pde_3.13.1500.v20210609-0520.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (41.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde_3.13.1500.v20210609-0520.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (41.3kB) [INFO] Unpacking org.eclipse.pde_3.13.1500.v20210609-0520... [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.0.v20210513-1344.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.0.v20210513-1344.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.35kB) [INFO] Unpacking org.eclipse.pde.junit.runtime_3.6.0.v20210513-1344... [INFO] Fetching org.eclipse.pde.runtime_3.7.200.v20210513-1344.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (106.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.runtime_3.7.200.v20210513-1344.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (106.98kB) [INFO] Unpacking org.eclipse.pde.runtime_3.7.200.v20210513-1344... [INFO] Fetching org.eclipse.pde.ui.templates_3.7.200.v20201208-0953.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (377.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui.templates_3.7.200.v20201208-0953.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (377.36kB) [INFO] Unpacking org.eclipse.pde.ui.templates_3.7.200.v20201208-0953... [INFO] Fetching org.eclipse.pde.launching_3.9.300.v20210513-1344.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (52.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.launching_3.9.300.v20210513-1344.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (52.12kB) [INFO] Unpacking org.eclipse.pde.launching_3.9.300.v20210513-1344... [INFO] Fetching org.eclipse.pde.ua.core_1.2.200.v20210208-1459.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ua.core_1.2.200.v20210208-1459.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.04kB) [INFO] Unpacking org.eclipse.pde.ua.core_1.2.200.v20210208-1459... [INFO] Fetching org.eclipse.pde.ua.ui_1.2.200.v20210515-0638.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (141.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ua.ui_1.2.200.v20210515-0638.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (141.29kB) [INFO] Unpacking org.eclipse.pde.ua.ui_1.2.200.v20210515-0638... [INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.19kB) [INFO] Unpacking org.eclipse.ui.trace_1.2.0.v20210110-1242... [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.81kB) [INFO] Unpacking org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622... [INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.32kB) [INFO] Unpacking org.eclipse.tools.layout.spy_1.1.0.v20210110-1247... [INFO] Fetching org.eclipse.pde_3.14.800.v20210609-0520.jar from https://download.eclipse.org/staging/2021-06/features/ (19.48kB) [INFO] Fetching org.eclipse.pde.build.source_3.11.0.v20210429-0618.jar from https://download.eclipse.org/staging/2021-06/plugins/ (317.24kB) [INFO] Fetching org.eclipse.pde.core.source_3.14.300.v20210515-0638.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1,004.16kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.6.0.v20210513-1344.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.02kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.7.200.v20210513-1344.jar from https://download.eclipse.org/staging/2021-06/plugins/ (83.36kB) [INFO] Fetching org.eclipse.pde.ui.source_3.13.100.v20210515-0638.jar from https://download.eclipse.org/staging/2021-06/plugins/ (2.05MB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.200.v20201208-0953.jar from https://download.eclipse.org/staging/2021-06/plugins/ (107.52kB) [INFO] Fetching org.objectweb.asm.source_9.1.0.v20210209-1849.jar from https://download.eclipse.org/staging/2021-06/plugins/ (188.4kB) [INFO] Fetching org.objectweb.asm.tree.source_9.1.0.v20210209-1849.jar from https://download.eclipse.org/staging/2021-06/plugins/ (86.62kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.2.500.v20210521-1226.jar from https://download.eclipse.org/staging/2021-06/plugins/ (652.57kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.56kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.300.v20210415-0924.jar from https://download.eclipse.org/staging/2021-06/plugins/ (250.43kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.2.300.v20210316-0728.jar from https://download.eclipse.org/staging/2021-06/plugins/ (50.83kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.100.v20210507-0837.jar from https://download.eclipse.org/staging/2021-06/plugins/ (94.81kB) [INFO] Fetching org.eclipse.pde.launching.source_3.9.300.v20210513-1344.jar from https://download.eclipse.org/staging/2021-06/plugins/ (93.88kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.2.200.v20210208-1459.jar from https://download.eclipse.org/staging/2021-06/plugins/ (104.7kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.200.v20210515-0638.jar from https://download.eclipse.org/staging/2021-06/plugins/ (272.64kB) [INFO] Fetching org.eclipse.ui.trace.source_1.2.0.v20210110-1242.jar from https://download.eclipse.org/staging/2021-06/plugins/ (51.75kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.100.v20210211-1236.jar from https://download.eclipse.org/staging/2021-06/plugins/ (77.36kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.100.v20201207-1622.jar from https://download.eclipse.org/staging/2021-06/plugins/ (63.34kB) [INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.500.v20210209-1250.jar from https://download.eclipse.org/staging/2021-06/plugins/ (29.97kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.500.v20210209-1250.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.56kB) [INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.0.v20210110-1247.jar from https://download.eclipse.org/staging/2021-06/plugins/ (26.45kB) [INFO] Fetching org.eclipse.pde.source_3.14.800.v20210609-0520.jar from https://download.eclipse.org/staging/2021-06/features/ (18.89kB) [INFO] Fetching org.eclipse.platform.doc.isv_4.20.0.v20210602-1604.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.39MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform.doc.isv_4.20.0.v20210602-1604.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.39MB) [INFO] Unpacking org.eclipse.platform.doc.isv_4.20.0.v20210602-1604... [INFO] Fetching org.apache.ant.source_1.10.10.v20210426-1926.jar from https://download.eclipse.org/staging/2021-06/plugins/ (2.45MB) [INFO] Fetching org.eclipse.ant.core.source_3.6.0.v20210415-1314.jar from https://download.eclipse.org/staging/2021-06/plugins/ (97.18kB) [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from https://download.eclipse.org/staging/2021-06/plugins/ (294.21kB) [INFO] Fetching org.eclipse.compare.core.source_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/staging/2021-06/plugins/ (62.17kB) [INFO] Fetching org.eclipse.compare.source_3.8.0.v20210415-0713.jar from https://download.eclipse.org/staging/2021-06/plugins/ (422.89kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.7.0.v20210512-1543.jar from https://download.eclipse.org/staging/2021-06/plugins/ (87.57kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.9.0.v20210419-1155.jar from https://download.eclipse.org/staging/2021-06/plugins/ (92.9kB) [INFO] Fetching org.eclipse.core.net.linux.source_1.0.0.v20210424-0724.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.35kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.500.v20210510-1619.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.41kB) [INFO] Fetching org.eclipse.core.resources.source_3.15.0.v20210521-0722.jar from https://download.eclipse.org/staging/2021-06/plugins/ (799.99kB) [INFO] Fetching org.eclipse.debug.core.source_3.18.100.v20210511-0446.jar from https://download.eclipse.org/staging/2021-06/plugins/ (403.17kB) [INFO] Fetching org.eclipse.debug.ui.source_3.15.0.v20210525-1810.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.67MB) [INFO] Fetching org.eclipse.e4.ui.ide.source_3.15.200.v20210108-1832.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.73kB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.11.400.v20210427-0555.jar from https://download.eclipse.org/staging/2021-06/plugins/ (294.96kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.11.400.v20210320-1132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (251.14kB) [INFO] Fetching org.eclipse.platform.source_4.20.0.v20210609-0520.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.67kB) [INFO] Fetching org.eclipse.search.source_3.13.200.v20210419-1029.jar from https://download.eclipse.org/staging/2021-06/plugins/ (298.72kB) [INFO] Fetching org.eclipse.text.quicksearch.source_1.1.100.v20210426-1601.jar from https://download.eclipse.org/staging/2021-06/plugins/ (59.43kB) [INFO] Fetching org.eclipse.team.core.source_3.9.0.v20210510-1748.jar from https://download.eclipse.org/staging/2021-06/plugins/ (367.76kB) [INFO] Fetching org.eclipse.team.ui.source_3.9.0.v20210426-0837.jar from https://download.eclipse.org/staging/2021-06/plugins/ (765.86kB) [INFO] Fetching org.eclipse.text.source_3.12.0.v20210512-1644.jar from https://download.eclipse.org/staging/2021-06/plugins/ (279.35kB) [INFO] Fetching org.eclipse.jface.text.source_3.18.0.v20210512-1640.jar from https://download.eclipse.org/staging/2021-06/plugins/ (810.28kB) [INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (38.72kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.4.0.v20210426-0843.jar from https://download.eclipse.org/staging/2021-06/plugins/ (47.91kB) [INFO] Fetching org.eclipse.ui.console.source_3.11.0.v20210510-1914.jar from https://download.eclipse.org/staging/2021-06/plugins/ (136.98kB) [INFO] Fetching org.eclipse.ui.intro.source_3.6.200.v20210409-1747.jar from https://download.eclipse.org/staging/2021-06/plugins/ (253.77kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.200.v20210409-1747.jar from https://download.eclipse.org/staging/2021-06/plugins/ (57.06kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.300.v20210507-0822.jar from https://download.eclipse.org/staging/2021-06/plugins/ (251.12kB) [INFO] Fetching org.eclipse.ui.browser.source_3.6.1100.v20210118-1327.jar from https://download.eclipse.org/staging/2021-06/plugins/ (96.14kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.0.v20210129-1224.jar from https://download.eclipse.org/staging/2021-06/plugins/ (92.19kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.2.0.v20210111-1353.jar from https://download.eclipse.org/staging/2021-06/plugins/ (45.22kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.10.100.v20210415-0924.jar from https://download.eclipse.org/staging/2021-06/plugins/ (308.93kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.100.v20210319-0848.jar from https://download.eclipse.org/staging/2021-06/plugins/ (102.5kB) [INFO] Fetching org.eclipse.ui.net.source_1.4.0.v20210426-0838.jar from https://download.eclipse.org/staging/2021-06/plugins/ (28.59kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.100.v20210512-1009.jar from https://download.eclipse.org/staging/2021-06/plugins/ (430.32kB) [INFO] Fetching org.eclipse.ui.views.source_3.11.0.v20210111-1351.jar from https://download.eclipse.org/staging/2021-06/plugins/ (80.28kB) [INFO] Fetching org.eclipse.ui.editors.source_3.14.100.v20210513-1110.jar from https://download.eclipse.org/staging/2021-06/plugins/ (330.04kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.5.0.v20210510-1849.jar from https://download.eclipse.org/staging/2021-06/plugins/ (82.17kB) [INFO] Fetching org.eclipse.ui.ide.source_3.18.200.v20210523-1724.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.25MB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.4.100.v20210506-1050.jar from https://download.eclipse.org/staging/2021-06/plugins/ (50.79kB) [INFO] Fetching org.eclipse.core.variables.source_3.5.0.v20210510-1945.jar from https://download.eclipse.org/staging/2021-06/plugins/ (37.71kB) [INFO] Fetching org.eclipse.ui.forms.source_3.11.100.v20210108-1139.jar from https://download.eclipse.org/staging/2021-06/plugins/ (217.7kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.100.v20201223-1348.jar from https://download.eclipse.org/staging/2021-06/plugins/ (82.81kB) [INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.100.v20210419-1942.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.13kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.2.0.v20210510-1841.jar from https://download.eclipse.org/staging/2021-06/plugins/ (35.89kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.1400.v20210315-1604.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.100.v20210315-0954.jar from https://download.eclipse.org/staging/2021-06/plugins/ (18.24kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.1.0.v20210426-0951.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.19kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.2.1500.v20210315-1034.jar from https://download.eclipse.org/staging/2021-06/plugins/ (59.8kB) [INFO] Fetching org.eclipse.platform.source_4.20.0.v20210609-0618.jar from https://download.eclipse.org/staging/2021-06/features/ (20.22kB) [INFO] Fetching org.eclipse.help.source_3.9.0.v20210507-0822.jar from https://download.eclipse.org/staging/2021-06/plugins/ (180kB) [INFO] Fetching org.eclipse.ui.source_3.119.0.v20210111-1350.jar from https://download.eclipse.org/staging/2021-06/plugins/ (145.52kB) [INFO] Fetching org.eclipse.ui.workbench.source_3.122.200.v20210506-1640.jar from https://download.eclipse.org/staging/2021-06/plugins/ (2.47MB) [INFO] Fetching org.eclipse.update.configurator.source_3.4.800.v20210415-1314.jar from https://download.eclipse.org/staging/2021-06/plugins/ (76.41kB) [INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from https://download.eclipse.org/staging/2021-06/plugins/ (2.36MB) [INFO] Fetching org.eclipse.rcp.source_4.20.0.v20210609-0520.jar from https://download.eclipse.org/staging/2021-06/features/ (19.2kB) [INFO] Fetching org.eclipse.sdk_4.20.0.v20210609-0520.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (384.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.sdk_4.20.0.v20210609-0520.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (384.82kB) [INFO] Unpacking org.eclipse.sdk_4.20.0.v20210609-0520... [INFO] Fetching org.eclipse.sdk_4.20.0.v20210609-0618.jar from https://download.eclipse.org/staging/2021-06/features/ (19.06kB) [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (53.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (53.02kB) [INFO] Unpacking org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535... [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.102.v202103232321.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (130.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.102.v202103232321.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (130.11kB) [INFO] Unpacking org.eclipse.wst.common.modulecore_1.3.102.v202103232321... [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (49.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (49.5kB) [INFO] Unpacking org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017... [INFO] Fetching org.eclipse.wst.common.snippets_1.2.500.v201811170421.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (92.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.snippets_1.2.500.v201811170421.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (92.5kB) [INFO] Unpacking org.eclipse.wst.common.snippets_1.2.500.v201811170421... [INFO] Fetching org.eclipse.wst.common_core.feature_3.22.0.v202103232321.jar from https://download.eclipse.org/staging/2021-06/features/ (31.83kB) [INFO] Fetching org.eclipse.wst.common.infopop_1.0.301.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.infopop_1.0.301.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.72kB) [INFO] Unpacking org.eclipse.wst.common.infopop_1.0.301.v202007142017... [INFO] Fetching org.eclipse.wst.internet.cache_1.1.0.v202011161431.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.internet.cache_1.1.0.v202011161431.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.24kB) [INFO] Unpacking org.eclipse.wst.internet.cache_1.1.0.v202011161431... [INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v202007131715.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v202007131715.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.38kB) [INFO] Unpacking org.eclipse.wst.validation.infopop_1.0.300.v202007131715... [INFO] Fetching org.eclipse.wst.common_ui.feature_3.22.0.v202103232321.jar from https://download.eclipse.org/staging/2021-06/features/ (31.86kB) [INFO] Fetching org.eclipse.wst.dtd.core_1.2.200.v202102251419.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (166.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.dtd.core_1.2.200.v202102251419.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (166.76kB) [INFO] Unpacking org.eclipse.wst.dtd.core_1.2.200.v202102251419... [INFO] Fetching org.eclipse.wst.dtd.ui_1.1.300.v202008091424.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (89.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.dtd.ui_1.1.300.v202008091424.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (89.84kB) [INFO] Unpacking org.eclipse.wst.dtd.ui_1.1.300.v202008091424... [INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.98kB) [INFO] Unpacking org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120... [INFO] Fetching org.eclipse.wst.sse.doc.user_1.2.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (88.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.doc.user_1.2.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (88.81kB) [INFO] Unpacking org.eclipse.wst.sse.doc.user_1.2.0.v201903222120... [INFO] Fetching org.eclipse.wst.standard.schemas_1.0.800.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (137.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.standard.schemas_1.0.800.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (137.57kB) [INFO] Unpacking org.eclipse.wst.standard.schemas_1.0.800.v201901071922... [INFO] Fetching org.eclipse.wst.xml_core.feature_3.22.0.v202103232331.jar from https://download.eclipse.org/staging/2021-06/features/ (31.99kB) [INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.17kB) [INFO] Unpacking org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120... [INFO] Fetching org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.22kB) [INFO] Unpacking org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120... [INFO] Fetching org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.2kB) [INFO] Unpacking org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120... [INFO] Fetching org.eclipse.wst.xsd.ui_1.3.400.v202008091424.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (375.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsd.ui_1.3.400.v202008091424.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (375.18kB) [INFO] Unpacking org.eclipse.wst.xsd.ui_1.3.400.v202008091424... [INFO] Fetching org.eclipse.wst.xml_ui.feature_3.22.0.v202103232331.jar from https://download.eclipse.org/staging/2021-06/features/ (32.04kB) [INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (87.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (87.11kB) [INFO] Unpacking org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120... [INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (74.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (74.34kB) [INFO] Unpacking org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120... [INFO] Fetching org.eclipse.wst.xml_userdoc.feature_3.18.0.v202004271556.jar from https://download.eclipse.org/staging/2021-06/features/ (31.84kB) [INFO] Fetching org.eclipse.xsd.edit_2.11.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd.edit_2.11.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.11kB) [INFO] Unpacking org.eclipse.xsd.edit_2.11.0.v20200723-0820... [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64.source_3.116.100.v20210602-2209.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.82MB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64.source_1.4.100.v20200805-0859.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.4kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.116.100.v20210602-2209.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.95MB) [INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.0.v20201119-1132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.38kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.400.v20210410-0052.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.9kB) [INFO] Fetching com.sun.jna.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/staging/2021-06/plugins/ (163.15kB) [INFO] Fetching com.sun.jna.platform.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/staging/2021-06/plugins/ (912.59kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.13.v20210128-2225.jar from https://download.eclipse.org/staging/2021-06/plugins/ (29.93kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.200.v20190812-0919.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.57kB) [INFO] Fetching org.eclipse.compare.win32.source_1.2.800.v20200127-1343.jar from https://download.eclipse.org/staging/2021-06/plugins/ (23.06kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.500.v20190925-1337.jar from https://download.eclipse.org/staging/2021-06/plugins/ (8.48kB) [INFO] Fetching org.eclipse.ui.win32.source_3.4.400.v20200414-1247.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.6kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.600.v20200416-0656.jar from https://download.eclipse.org/staging/2021-06/plugins/ (23.86kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.116.100.v20210602-2209.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.63MB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.400.v20210427-1958.jar from https://download.eclipse.org/staging/2021-06/plugins/ (29.48kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.600.v20210323-0524.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.600.v20210323-0524.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.13kB) [INFO] Unpacking org.eclipse.jdt.launching.macosx_3.4.600.v20210323-0524... [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.700.v20210323-0524.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.700.v20210323-0524.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.18kB) [INFO] Unpacking org.eclipse.jdt.launching.ui.macosx_1.2.700.v20210323-0524... [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.600.v20210323-0524.jar from https://download.eclipse.org/staging/2021-06/plugins/ (17.6kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.700.v20210323-0524.jar from https://download.eclipse.org/staging/2021-06/plugins/ (28.08kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.2.400.v20191217-1850.jar from https://download.eclipse.org/staging/2021-06/plugins/ (8.88kB) [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.dsl.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.dsl.feature --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.dsl.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.dsl.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.epp.package.dsl.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/target/org.eclipse.epp.package.dsl.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.dsl.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.dsl.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.dsl.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/target/org.eclipse.epp.package.dsl.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.dsl.feature --- [INFO] [INFO] ------------------< org.eclipse.epp:epp.package.dsl >------------------- [INFO] Building epp.package.dsl 4.20.0-SNAPSHOT [9/37] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.dsl --- [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (141.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (141.49kB) [INFO] Unpacking com.google.inject_3.0.0.v201605172100... [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (170.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (170.74kB) [INFO] Unpacking io.github.classgraph_4.8.35.v20190528-1517... [INFO] Fetching jakarta.websocket_2.0.0.v20210105-1550.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching jakarta.websocket_2.0.0.v20210105-1550.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.5kB) [INFO] Unpacking jakarta.websocket_2.0.0.v20210105-1550... [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.07kB) [INFO] Unpacking org.apache.commons.cli_1.4.0.v20200417-1444... [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.32kB) [INFO] Unpacking org.eclipse.emf.ant_2.11.0.v20200324-0723... [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (127kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (127kB) [INFO] Unpacking org.eclipse.emf.codegen_2.22.0.v20210420-0623... [INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.27kB) [INFO] Unpacking org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.31kB) [INFO] Unpacking org.eclipse.emf.importer_2.12.0.v20190321-1539... [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (69.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (69.37kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904... [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.46kB) [INFO] Unpacking org.eclipse.emf.importer.java_2.11.0.v20200324-0723... [INFO] Fetching org.eclipse.emf.importer.rose_2.11.0.v20210405-0904.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (56.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.importer.rose_2.11.0.v20210405-0904.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (56.81kB) [INFO] Unpacking org.eclipse.emf.importer.rose_2.11.0.v20210405-0904... [INFO] Fetching org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (417.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (417.92kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425... [INFO] Fetching org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425.jar from https://download.eclipse.org/staging/2021-06/features/ (19.14kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425.jar from https://download.eclipse.org/staging/2021-06/plugins/ (540.92kB) [INFO] Fetching org.eclipse.emf.ant.source_2.11.0.v20200324-0723.jar from https://download.eclipse.org/staging/2021-06/plugins/ (32.43kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425.jar from https://download.eclipse.org/staging/2021-06/features/ (20.31kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904.jar from https://download.eclipse.org/staging/2021-06/features/ (19.09kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904.jar from https://download.eclipse.org/staging/2021-06/plugins/ (72.81kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904.jar from https://download.eclipse.org/staging/2021-06/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext_1.6.0.v20210331-1116.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext_1.6.0.v20210331-1116.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.77kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore.xtext_1.6.0.v20210331-1116... [INFO] Fetching org.eclipse.xtext_2.25.0.v20210301-0843.jar from https://download.eclipse.org/staging/2021-06/plugins/ (2.62MB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.47kB) [INFO] Unpacking org.eclipse.emf.mwe2.runtime_2.12.1.v20210218-2134... [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (144.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (144.31kB) [INFO] Unpacking org.apache.log4j_1.2.15.v201012070815... [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext.ui_1.4.0.v20210331-1116.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext.ui_1.4.0.v20210331-1116.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.62kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore.xtext.ui_1.4.0.v20210331-1116... [INFO] Fetching org.eclipse.xtext.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.88MB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (60.5kB) [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar from https://download.eclipse.org/staging/2021-06/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar from https://download.eclipse.org/staging/2021-06/plugins/ (234.73kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar from https://download.eclipse.org/staging/2021-06/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (102.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (102.17kB) [INFO] Unpacking org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833... [INFO] Fetching org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833.jar from https://download.eclipse.org/staging/2021-06/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833.jar from https://download.eclipse.org/staging/2021-06/plugins/ (80.25kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833.jar from https://download.eclipse.org/staging/2021-06/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from https://download.eclipse.org/staging/2021-06/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar from https://download.eclipse.org/staging/2021-06/plugins/ (76.99kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402.jar from https://download.eclipse.org/staging/2021-06/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.51kB) [INFO] Unpacking org.eclipse.emf.converter_2.10.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.22kB) [INFO] Unpacking org.eclipse.emf.exporter_2.10.0.v20190321-1530... [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.8kB) [INFO] Unpacking org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723... [INFO] Fetching org.eclipse.emf.converter_2.16.0.v20210405-0904.jar from https://download.eclipse.org/staging/2021-06/features/ (19.2kB) [INFO] Fetching org.eclipse.emf.converter.source_2.10.0.v20180706-1146.jar from https://download.eclipse.org/staging/2021-06/plugins/ (38.89kB) [INFO] Fetching org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar from https://download.eclipse.org/staging/2021-06/plugins/ (38.33kB) [INFO] Fetching org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar from https://download.eclipse.org/staging/2021-06/plugins/ (30.11kB) [INFO] Fetching org.eclipse.emf.importer.ecore.source_2.10.0.v20200324-0723.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.78kB) [INFO] Fetching org.eclipse.emf.importer.java.source_2.11.0.v20200324-0723.jar from https://download.eclipse.org/staging/2021-06/plugins/ (46.81kB) [INFO] Fetching org.eclipse.emf.importer.rose.source_2.11.0.v20210405-0904.jar from https://download.eclipse.org/staging/2021-06/plugins/ (69.75kB) [INFO] Fetching org.eclipse.emf.converter.source_2.16.0.v20210405-0904.jar from https://download.eclipse.org/staging/2021-06/features/ (20.34kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.35kB) [INFO] Unpacking org.eclipse.emf.databinding_1.5.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.58kB) [INFO] Unpacking org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340... [INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340.jar from https://download.eclipse.org/staging/2021-06/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar from https://download.eclipse.org/staging/2021-06/plugins/ (41.05kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340.jar from https://download.eclipse.org/staging/2021-06/features/ (20.34kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from https://download.eclipse.org/staging/2021-06/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from https://download.eclipse.org/staging/2021-06/plugins/ (57.12kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20190323-1059.jar from https://download.eclipse.org/staging/2021-06/features/ (20.29kB) [INFO] Fetching org.eclipse.emf.doc_2.23.0.v20210405-0703.jar from https://download.eclipse.org/staging/2021-06/plugins/ (3.19MB) [INFO] Fetching org.eclipse.emf.doc_2.25.0.v20210405-0703.jar from https://download.eclipse.org/staging/2021-06/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.85kB) [INFO] Unpacking org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451.jar from https://download.eclipse.org/staging/2021-06/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190822-1451.jar from https://download.eclipse.org/staging/2021-06/plugins/ (78.84kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/staging/2021-06/plugins/ (23.83kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451.jar from https://download.eclipse.org/staging/2021-06/features/ (20.29kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.8kB) [INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/staging/2021-06/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from https://download.eclipse.org/staging/2021-06/plugins/ (40.72kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from https://download.eclipse.org/staging/2021-06/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.ecore.xcore_1.18.0.v20210405-0628.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (279.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xcore_1.18.0.v20210405-0628.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (279.89kB) [INFO] Unpacking org.eclipse.emf.ecore.xcore_1.18.0.v20210405-0628... [INFO] Fetching org.eclipse.xtext.util_2.25.0.v20210301-0843.jar from https://download.eclipse.org/staging/2021-06/plugins/ (303.65kB) [INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (2.46MB) [INFO] Fetching org.eclipse.xtext.common.types_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (499.16kB) [INFO] Fetching org.eclipse.xtext.ecore_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.91kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.6.0.v20210405-0628.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.6.0.v20210405-0628.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.59kB) [INFO] Unpacking org.eclipse.emf.ecore.xcore.lib_1.6.0.v20210405-0628... [INFO] Fetching org.eclipse.emf.ecore.xcore.edit_1.6.0.v20210405-0628.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xcore.edit_1.6.0.v20210405-0628.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.57kB) [INFO] Unpacking org.eclipse.emf.ecore.xcore.edit_1.6.0.v20210405-0628... [INFO] Fetching org.eclipse.xtext.common.types.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (256.88kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.exporter_1.10.0.v20210331-1116.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xcore.exporter_1.10.0.v20210331-1116.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.23kB) [INFO] Unpacking org.eclipse.emf.ecore.xcore.exporter_1.10.0.v20210331-1116... [INFO] Fetching org.eclipse.emf.ecore.xcore.ui_1.17.0.v20210331-1116.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (252.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xcore.ui_1.17.0.v20210331-1116.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (252.11kB) [INFO] Unpacking org.eclipse.emf.ecore.xcore.ui_1.17.0.v20210331-1116... [INFO] Fetching org.eclipse.emf.ecore.xcore_1.18.0.v20210405-0628.jar from https://download.eclipse.org/staging/2021-06/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.importer_1.7.0.v20210331-1116.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xcore.importer_1.7.0.v20210331-1116.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.19kB) [INFO] Unpacking org.eclipse.emf.ecore.xcore.importer_1.7.0.v20210331-1116... [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.7.0.v20210405-0628.jar from https://download.eclipse.org/staging/2021-06/features/ (18.99kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib.source_1.6.0.v20210405-0628.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.11kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib.source_1.7.0.v20210405-0628.jar from https://download.eclipse.org/staging/2021-06/features/ (20.29kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.sdk_1.18.0.v20210405-0628.jar from https://download.eclipse.org/staging/2021-06/features/ (18.96kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.source_1.18.0.v20210405-0628.jar from https://download.eclipse.org/staging/2021-06/plugins/ (409.6kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext.source_1.6.0.v20210331-1116.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.21kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.source_1.18.0.v20210405-0628.jar from https://download.eclipse.org/staging/2021-06/features/ (20.27kB) [INFO] Fetching org.eclipse.xtext.builder_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (389.26kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (551.75kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (133.12kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.ui_1.17.0.v20210405-0628.jar from https://download.eclipse.org/staging/2021-06/features/ (19.19kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.ui.source_1.17.0.v20210331-1116.jar from https://download.eclipse.org/staging/2021-06/plugins/ (315.8kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext.ui.source_1.4.0.v20210331-1116.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.43kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.edit.source_1.6.0.v20210405-0628.jar from https://download.eclipse.org/staging/2021-06/plugins/ (50.73kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.exporter.source_1.10.0.v20210331-1116.jar from https://download.eclipse.org/staging/2021-06/plugins/ (17.3kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.importer.source_1.7.0.v20210331-1116.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.53kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.ui.source_1.17.0.v20210405-0628.jar from https://download.eclipse.org/staging/2021-06/features/ (20.33kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from https://download.eclipse.org/staging/2021-06/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from https://download.eclipse.org/staging/2021-06/plugins/ (209.95kB) [INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from https://download.eclipse.org/staging/2021-06/features/ (20.21kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20210506-1232.jar from https://download.eclipse.org/staging/2021-06/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.20.0.v20210506-1232.jar from https://download.eclipse.org/staging/2021-06/plugins/ (157.87kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232.jar from https://download.eclipse.org/staging/2021-06/features/ (20.23kB) [INFO] Fetching org.eclipse.emf.example.installer_1.10.0.v20200518-1440.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (187.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.example.installer_1.10.0.v20200518-1440.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (187.63kB) [INFO] Unpacking org.eclipse.emf.example.installer_1.10.0.v20200518-1440... [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.52kB) [INFO] Unpacking org.eclipse.emf_2.8.0.v20180706-1146... [INFO] Fetching org.eclipse.emf_2.26.0.v20210506-1425.jar from https://download.eclipse.org/staging/2021-06/features/ (19.26kB) [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (67.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (67.33kB) [INFO] Unpacking org.eclipse.emf.mapping_2.12.0.v20181104-0733... [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.23kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (50.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (50.72kB) [INFO] Unpacking org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733... [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.45kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.72kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.99kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733... [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.11kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from https://download.eclipse.org/staging/2021-06/features/ (19.2kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.4kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar from https://download.eclipse.org/staging/2021-06/plugins/ (21.74kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar from https://download.eclipse.org/staging/2021-06/plugins/ (39.96kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/staging/2021-06/features/ (20.42kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.72kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from https://download.eclipse.org/staging/2021-06/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.39kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar from https://download.eclipse.org/staging/2021-06/plugins/ (40.23kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar from https://download.eclipse.org/staging/2021-06/plugins/ (50.47kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059.jar from https://download.eclipse.org/staging/2021-06/features/ (20.34kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from https://download.eclipse.org/staging/2021-06/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar from https://download.eclipse.org/staging/2021-06/plugins/ (113.68kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20190323-1059.jar from https://download.eclipse.org/staging/2021-06/features/ (20.24kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from https://download.eclipse.org/staging/2021-06/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar from https://download.eclipse.org/staging/2021-06/plugins/ (45.18kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059.jar from https://download.eclipse.org/staging/2021-06/features/ (20.27kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.6.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (61.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe.core_1.6.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (61.49kB) [INFO] Unpacking org.eclipse.emf.mwe.core_1.6.1.v20210218-2134... [INFO] Fetching org.eclipse.emf.mwe.utils_1.6.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe.utils_1.6.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.61kB) [INFO] Unpacking org.eclipse.emf.mwe.utils_1.6.1.v20210218-2134... [INFO] Fetching org.eclipse.emf.mwe2.language_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (69.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.language_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (69.78kB) [INFO] Unpacking org.eclipse.emf.mwe2.language_2.12.1.v20210218-2134... [INFO] Fetching org.eclipse.emf.mwe2.language.ide_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.language.ide_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.93kB) [INFO] Unpacking org.eclipse.emf.mwe2.language.ide_2.12.1.v20210218-2134... [INFO] Fetching org.eclipse.xtext.ide_2.25.0.v20210301-0843.jar from https://download.eclipse.org/staging/2021-06/plugins/ (482.77kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.42kB) [INFO] Unpacking org.eclipse.emf.mwe2.language.ui_2.12.1.v20210218-2134... [INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.3kB) [INFO] Unpacking org.eclipse.emf.mwe2.launch.ui_2.12.1.v20210218-2134... [INFO] Fetching org.eclipse.emf.mwe2.language.source_2.12.1.v20210218-2134.jar from https://download.eclipse.org/staging/2021-06/plugins/ (144.18kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ide.source_2.12.1.v20210218-2134.jar from https://download.eclipse.org/staging/2021-06/plugins/ (64.55kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui.source_2.12.1.v20210218-2134.jar from https://download.eclipse.org/staging/2021-06/plugins/ (34.94kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui.source_2.12.1.v20210218-2134.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.25kB) [INFO] Fetching org.eclipse.emf.mwe2.language.sdk_2.12.1.v20210218-2134.jar from https://download.eclipse.org/staging/2021-06/features/ (18.75kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.5kB) [INFO] Unpacking org.eclipse.emf.mwe2.launch_2.12.1.v20210218-2134... [INFO] Fetching org.eclipse.emf.mwe2.lib_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.lib_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.87kB) [INFO] Unpacking org.eclipse.emf.mwe2.lib_2.12.1.v20210218-2134... [INFO] Fetching org.eclipse.emf.mwe2.launcher_2.12.1.v20210218-2134.jar from https://download.eclipse.org/staging/2021-06/features/ (18.7kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.12.1.v20210218-2134.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.45kB) [INFO] Fetching org.eclipse.emf.mwe2.launcher.source_2.12.1.v20210218-2134.jar from https://download.eclipse.org/staging/2021-06/features/ (19.8kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.12.1.v20210218-2134.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.79kB) [INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.12.1.v20210218-2134.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.25kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.sdk_2.12.1.v20210218-2134.jar from https://download.eclipse.org/staging/2021-06/features/ (18.68kB) [INFO] Fetching org.eclipse.emf.sdk_2.26.0.v20210506-1425.jar from https://download.eclipse.org/staging/2021-06/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.4kB) [INFO] Fetching org.eclipse.emf.source_2.26.0.v20210506-1425.jar from https://download.eclipse.org/staging/2021-06/features/ (20.4kB) [INFO] Fetching org.eclipse.lsp4j_0.12.0.v20210402-1305.jar from https://download.eclipse.org/staging/2021-06/plugins/ (896.74kB) [INFO] Fetching org.eclipse.lsp4j.jsonrpc_0.12.0.v20210402-1305.jar from https://download.eclipse.org/staging/2021-06/plugins/ (131.4kB) [INFO] Fetching org.eclipse.lsp4j.debug_0.12.0.v20210402-1305.jar from https://download.eclipse.org/staging/2021-06/plugins/ (370.67kB) [INFO] Fetching org.eclipse.lsp4j.jsonrpc.debug_0.12.0.v20210402-1305.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.89kB) [INFO] Fetching org.eclipse.lsp4j.generator_0.12.0.v20210402-1305.jar from https://download.eclipse.org/staging/2021-06/plugins/ (50.92kB) [INFO] Fetching org.eclipse.xtend.lib_2.25.0.v20210301-0821.jar from https://download.eclipse.org/staging/2021-06/plugins/ (108.08kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.25.0.v20210301-0821.jar from https://download.eclipse.org/staging/2021-06/plugins/ (76.09kB) [INFO] Fetching org.eclipse.lsp4j.source_0.12.0.v20210402-1305.jar from https://download.eclipse.org/staging/2021-06/plugins/ (757.18kB) [INFO] Fetching org.eclipse.lsp4j.debug.source_0.12.0.v20210402-1305.jar from https://download.eclipse.org/staging/2021-06/plugins/ (332.02kB) [INFO] Fetching org.eclipse.lsp4j.jsonrpc.source_0.12.0.v20210402-1305.jar from https://download.eclipse.org/staging/2021-06/plugins/ (84.09kB) [INFO] Fetching org.eclipse.lsp4j.generator.source_0.12.0.v20210402-1305.jar from https://download.eclipse.org/staging/2021-06/plugins/ (55.55kB) [INFO] Fetching org.eclipse.lsp4j.jsonrpc.debug.source_0.12.0.v20210402-1305.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.82kB) [INFO] Fetching org.eclipse.lsp4j.websocket.jakarta_0.12.0.v20210402-1305.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.48kB) [INFO] Fetching org.eclipse.lsp4j.websocket.jakarta.source_0.12.0.v20210402-1305.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.89kB) [INFO] Fetching org.eclipse.lsp4j.websocket_0.12.0.v20210402-1305.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.21kB) [INFO] Fetching org.eclipse.lsp4j.websocket.source_0.12.0.v20210402-1305.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.58kB) [INFO] Fetching org.eclipse.lsp4j.sdk_0.12.0.v20210402-1310.jar from https://download.eclipse.org/staging/2021-06/features/ (20.82kB) [INFO] Fetching javax.websocket_1.0.0.v20140310-1603.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.websocket_1.0.0.v20140310-1603.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.89kB) [INFO] Unpacking javax.websocket_1.0.0.v20140310-1603... [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from https://download.eclipse.org/staging/2021-06/plugins/ (228.7kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from https://download.eclipse.org/staging/2021-06/plugins/ (535.07kB) [INFO] Fetching org.eclipse.xtend.core_2.25.0.v20210301-1408.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.42MB) [INFO] Fetching org.eclipse.xtext.smap_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.15kB) [INFO] Fetching org.eclipse.xtend.doc_2.25.0.v20210301-1408.jar from https://download.eclipse.org/staging/2021-06/plugins/ (494.09kB) [INFO] Fetching org.eclipse.xtend.examples_2.25.0.v20210301-1408.jar from https://download.eclipse.org/staging/2021-06/plugins/ (214.79kB) [INFO] Fetching org.eclipse.xtend.ide_2.25.0.v20210301-1408.jar from https://download.eclipse.org/staging/2021-06/plugins/ (640.95kB) [INFO] Fetching org.eclipse.xtend.ide.common_2.25.0.v20210301-1408.jar from https://download.eclipse.org/staging/2021-06/plugins/ (584.46kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (596.72kB) [INFO] Fetching org.eclipse.xtend.m2e_2.25.0.v20210301-1408.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.19kB) [INFO] Fetching org.eclipse.xtend.lib.source_2.25.0.v20210301-0821.jar from https://download.eclipse.org/staging/2021-06/plugins/ (115.28kB) [INFO] Fetching org.eclipse.xtend.lib.macro.source_2.25.0.v20210301-0821.jar from https://download.eclipse.org/staging/2021-06/plugins/ (88.66kB) [INFO] Fetching org.eclipse.xtend.standalone_2.25.0.v20210301-1408.jar from https://download.eclipse.org/staging/2021-06/plugins/ (8.41kB) [INFO] Fetching org.eclipse.xtend.core.source_2.25.0.v20210301-1408.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.36MB) [INFO] Fetching org.eclipse.xtend.ide.common.source_2.25.0.v20210301-1408.jar from https://download.eclipse.org/staging/2021-06/plugins/ (279.84kB) [INFO] Fetching org.eclipse.xtend.ide.source_2.25.0.v20210301-1408.jar from https://download.eclipse.org/staging/2021-06/plugins/ (464.72kB) [INFO] Fetching org.eclipse.xtend.m2e.source_2.25.0.v20210301-1408.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.64kB) [INFO] Fetching org.eclipse.xtend.standalone.source_2.25.0.v20210301-1408.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.32kB) [INFO] Fetching org.eclipse.xtext.junit4_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (242.81kB) [INFO] Fetching org.eclipse.xtext.junit4.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (119.51kB) [INFO] Fetching org.eclipse.xtext.testing_2.25.0.v20210301-0843.jar from https://download.eclipse.org/staging/2021-06/plugins/ (190.02kB) [INFO] Fetching org.eclipse.xtext.testing.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/staging/2021-06/plugins/ (131.24kB) [INFO] Fetching org.eclipse.xtext.xbase.junit_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (178.29kB) [INFO] Fetching org.eclipse.xtext.xbase.junit.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (98.82kB) [INFO] Fetching org.eclipse.xtext.xbase.testing_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (154.35kB) [INFO] Fetching org.eclipse.xtext.xbase.testing.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (92.48kB) [INFO] Fetching org.eclipse.xtext.ui.testing_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (126.71kB) [INFO] Fetching org.eclipse.xtext.ui.testing.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (64.04kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (29.96kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.34kB) [INFO] Fetching org.eclipse.xtend.sdk_2.25.0.v20210301-1429.jar from https://download.eclipse.org/staging/2021-06/features/ (19.15kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from https://download.eclipse.org/staging/2021-06/plugins/ (64.36kB) [INFO] Fetching org.eclipse.xtext.activities_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.39kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (47.53kB) [INFO] Fetching org.eclipse.xtext.buildship_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.55kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (248.22kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (18.33kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.41kB) [INFO] Fetching org.eclipse.xtext.doc_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (6.87MB) [INFO] Fetching org.eclipse.xtext.docs_2.25.0.v20210301-1429.jar from https://download.eclipse.org/staging/2021-06/features/ (18.62kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.examples_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.06MB) [INFO] Fetching org.eclipse.xtext.examples_2.25.0.v20210301-1429.jar from https://download.eclipse.org/staging/2021-06/features/ (18.67kB) [INFO] Fetching org.eclipse.xtext.generator_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (857.57kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.25.0.v20210301-0843.jar from https://download.eclipse.org/staging/2021-06/plugins/ (969.17kB) [INFO] Fetching org.eclipse.xtext.java_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (46.12kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.34kB) [INFO] Fetching org.eclipse.xtext.m2e_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (24.04kB) [INFO] Fetching org.eclipse.xtext.purexbase_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (233.96kB) [INFO] Fetching org.eclipse.xtext.purexbase.ide_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (261.91kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (35.44kB) [INFO] Fetching org.eclipse.xtext.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.41MB) [INFO] Fetching org.eclipse.xtext.util.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/staging/2021-06/plugins/ (138.51kB) [INFO] Fetching org.eclipse.xtext.logging.source_1.2.15.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.04kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (359.06kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (203.05kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.03kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.79kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.01MB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.42kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.43kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (136.19kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.51kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.3kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (28.38kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (192.59kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (125.35kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (132.16kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (88.92kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (84.41kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (97.07kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/staging/2021-06/plugins/ (275.54kB) [INFO] Fetching org.eclipse.xtext.m2e.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.06kB) [INFO] Fetching org.eclipse.xtext.buildship.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.57kB) [INFO] Fetching org.eclipse.xtext.redist_2.25.0.v20210301-1429.jar from https://download.eclipse.org/staging/2021-06/features/ (19.51kB) [INFO] Fetching org.eclipse.xtext.generator.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (461.76kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/staging/2021-06/plugins/ (942.99kB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.25.0.v20210301-0843.jar from https://download.eclipse.org/staging/2021-06/plugins/ (119.64kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/staging/2021-06/plugins/ (93.44kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.25.0.v20210301-0843.jar from https://download.eclipse.org/staging/2021-06/plugins/ (221.62kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/staging/2021-06/plugins/ (173.02kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (23.87kB) [INFO] Fetching org.eclipse.xtext.java.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (23.9kB) [INFO] Fetching org.eclipse.xtext.runtime_2.25.0.v20210301-1429.jar from https://download.eclipse.org/staging/2021-06/features/ (19.25kB) [INFO] Fetching org.eclipse.xtext.purexbase.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (155.48kB) [INFO] Fetching org.eclipse.xtext.purexbase.ide.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (168.25kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.91kB) [INFO] Fetching org.eclipse.xtext.sdk_2.25.0.v20210301-1429.jar from https://download.eclipse.org/staging/2021-06/features/ (19.01kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.66kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.06kB) [INFO] Fetching org.eclipse.xtext.ui_2.25.0.v20210301-1429.jar from https://download.eclipse.org/staging/2021-06/features/ (19.04kB) [INFO] Fetching org.eclipse.xtext.xbase.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.82MB) [INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (276.68kB) [INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/staging/2021-06/plugins/ (393.78kB) [INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210301-1429.jar from https://download.eclipse.org/staging/2021-06/features/ (18.73kB) [INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.25.0.v20210301-0821.jar from https://download.eclipse.org/staging/2021-06/plugins/ (101.75kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210301-0822.jar from https://download.eclipse.org/staging/2021-06/features/ (18.66kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (253.54kB) [INFO] Fetching org.eclipse.xtext.activities.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (8.35kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (104.66kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.25.0.v20210301-1429.jar from https://download.eclipse.org/staging/2021-06/features/ (18.78kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (75.64kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/staging/2021-06/plugins/ (50.82kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.25.0.v20210301-1429.jar from https://download.eclipse.org/staging/2021-06/features/ (18.66kB) [INFO] The project's OSGi version is 4.20.0.20210609-0618 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ epp.package.dsl --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.dsl --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.dsl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ epp.package.dsl --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.dsl --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ epp.package.dsl --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ epp.package.dsl --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ epp.package.dsl --- [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:materialize-products (materialize-products) @ epp.package.dsl --- [INFO] Installing product epp.package.dsl for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/linux/gtk/x86_64/eclipse Installing epp.package.dsl 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.18.0.v20210405-0628. Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.12.1.v20210218-2134. Installing org.eclipse.emf.sdk.feature.group 2.26.0.v20210506-1425. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.xtext.sdk.feature.group 2.25.0.v20210301-1429. Installing org.eclipse.lsp4j.sdk.feature.group 0.12.0.v20210402-1310. Operation completed in 9245 ms. [INFO] Installing product epp.package.dsl for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/linux/gtk/aarch64/eclipse Installing epp.package.dsl 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.18.0.v20210405-0628. Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.12.1.v20210218-2134. Installing org.eclipse.emf.sdk.feature.group 2.26.0.v20210506-1425. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.xtext.sdk.feature.group 2.25.0.v20210301-1429. Installing org.eclipse.lsp4j.sdk.feature.group 0.12.0.v20210402-1310. Operation completed in 8906 ms. [INFO] Installing product epp.package.dsl for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/win32/win32/x86_64/eclipse Installing epp.package.dsl 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.18.0.v20210405-0628. Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.12.1.v20210218-2134. Installing org.eclipse.emf.sdk.feature.group 2.26.0.v20210506-1425. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.xtext.sdk.feature.group 2.25.0.v20210301-1429. Installing org.eclipse.lsp4j.sdk.feature.group 0.12.0.v20210402-1310. Operation completed in 8605 ms. [INFO] Installing product epp.package.dsl for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/macosx/cocoa/x86_64/Eclipse.app Installing epp.package.dsl 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.emf.ecore.xcore.sdk.feature.group 1.18.0.v20210405-0628. Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.12.1.v20210218-2134. Installing org.eclipse.emf.sdk.feature.group 2.26.0.v20210506-1425. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.xtext.sdk.feature.group 2.25.0.v20210301-1429. Installing org.eclipse.lsp4j.sdk.feature.group 0.12.0.v20210402-1310. Operation completed in 8765 ms. [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.dsl --- [INFO] [Wed Jun 09 23:32:56 UTC 2021] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/macosx/cocoa/x86_64/Eclipse.app'... [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.dsl --- [INFO] [Wed Jun 09 23:33:55 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/win32/win32/x86_64/eclipse/eclipse.exe' [INFO] [Wed Jun 09 23:33:55 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/epp.package.dsl/win32/win32/x86_64/eclipse/eclipsec.exe' [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:archive-products (archive-products) @ epp.package.dsl --- [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/20210609-2320_eclipse-dsl-2021-06-RC1-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/20210609-2320_eclipse-dsl-2021-06-RC1-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/20210609-2320_eclipse-dsl-2021-06-RC1-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/20210609-2320_eclipse-dsl-2021-06-RC1-macosx.cocoa.x86_64.tar.gz [INFO] [INFO] --- eclipse-dmg-packager:1.3.2-SNAPSHOT:package-dmg (default) @ epp.package.dsl --- [INFO] [Wed Jun 09 23:35:02 UTC 2021] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/target/products/20210609-2320_eclipse-dsl-2021-06-RC1-macosx.cocoa.x86_64.tar.gz'... [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-zips-to-archive-folder) @ epp.package.dsl --- [INFO] Executing tasks [INFO] [copy] Copying 5 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:2.2.0:mirror (mirror-to-central-epp-repository) @ epp.package.dsl --- [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/../../archive/repository... Mirroring: osgi.bundle,org.eclipse.epp.package.dsl,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.dsl,4.20.0.20210603-2230) Mirroring: binary,epp.package.dsl.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.dsl.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.dsl.feature,4.20.0.20210603-2230 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.dsl.feature,4.20.0.20210603-2230) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230) Mirroring: binary,epp.package.dsl.executable.gtk.linux.aarch64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.dsl.executable.gtk.linux.aarch64,4.20.0.20210609-0618) Mirroring: binary,epp.package.dsl.executable.win32.win32.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.dsl.executable.win32.win32.x86_64,4.20.0.20210609-0618) Mirroring: binary,epp.package.dsl.executable.gtk.linux.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.dsl.executable.gtk.linux.x86_64,4.20.0.20210609-0618) Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230) [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/../../archive/repository/.] [INFO] [INFO] ----------< org.eclipse.epp:org.eclipse.epp.package.embedcpp >---------- [INFO] Building org.eclipse.epp.package.embedcpp 4.20.0-SNAPSHOT [10/37] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.embedcpp --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.embedcpp --- [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.embedcpp --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.embedcpp --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.embedcpp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.embedcpp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.epp.package.embedcpp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.embedcpp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/src/test/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.embedcpp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.embedcpp --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.package.embedcpp --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/target/org.eclipse.epp.package.embedcpp-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.embedcpp --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.embedcpp --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp/target/org.eclipse.epp.package.embedcpp-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.embedcpp --- [INFO] [INFO] ------< org.eclipse.epp:org.eclipse.epp.package.embedcpp.feature >------ [INFO] Building org.eclipse.epp.package.embedcpp.feature 4.20.0-SNAPSHOT [11/37] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.embedcpp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.embedcpp.feature --- [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.embedcpp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.embedcpp.feature --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.embedcpp.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.embedcpp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.epp.package.embedcpp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/target/org.eclipse.epp.package.embedcpp.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.embedcpp.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.embedcpp.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.embedcpp.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/target/org.eclipse.epp.package.embedcpp.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.embedcpp.feature --- [INFO] [INFO] ----------------< org.eclipse.epp:epp.package.embedcpp >---------------- [INFO] Building epp.package.embedcpp 4.20.0-SNAPSHOT [12/37] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.embedcpp --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.embedcpp --- [INFO] Fetching org.eclipse.embedcdt_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.43kB) [INFO] Fetching org.eclipse.embedcdt.codered_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.51kB) [INFO] Fetching org.eclipse.embedcdt.codered.ui_2.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.44kB) [INFO] Fetching org.eclipse.embedcdt.codered_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/features/ (19.7kB) [INFO] Fetching org.eclipse.embedcdt.ui_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (43.1kB) [INFO] Fetching org.eclipse.embedcdt.core_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (2.64MB) [INFO] Fetching org.eclipse.embedcdt.debug.core_2.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.73kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.89kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.core_5.1.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (272.31kB) [INFO] Fetching org.eclipse.embedcdt.packs.core_3.1.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (183.87kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.ui_5.1.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (128.11kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.restart.ui_2.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.78kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/features/ (19.7kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.jlink_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.13kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.jlink.core_5.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (92.29kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.jlink.ui_5.1.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (122.48kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.jlink_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/features/ (19.74kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.openocd_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.9kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.openocd.core_5.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (56.17kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.openocd.ui_5.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (90.39kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.openocd_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/features/ (19.72kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.pyocd_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.86kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.pyocd.core_3.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (107.71kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui_2.1.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (106.74kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.pyocd_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/features/ (19.72kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.qemu_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.88kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.qemu.core_4.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (56.11kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.qemu.ui_4.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (89.53kB) [INFO] Fetching org.eclipse.embedcdt.debug.gdbjtag.qemu_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/features/ (19.71kB) [INFO] Fetching org.eclipse.embedcdt.debug.packs_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.49kB) [INFO] Fetching org.eclipse.embedcdt.doc.user_2.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (23.98kB) [INFO] Fetching org.eclipse.embedcdt.doc.user_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/features/ (19.59kB) [INFO] Fetching org.eclipse.embedcdt_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/features/ (19.47kB) [INFO] Fetching org.eclipse.embedcdt.managedbuild.cross.arm_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.81kB) [INFO] Fetching org.eclipse.embedcdt.managedbuild.cross.arm.core_3.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (65.09kB) [INFO] Fetching org.eclipse.embedcdt.managedbuild.cross.core_2.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (51.63kB) [INFO] Fetching org.eclipse.embedcdt.managedbuild.cross.arm.ui_3.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (55.04kB) [INFO] Fetching org.eclipse.embedcdt.managedbuild.cross.ui_2.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.71kB) [INFO] Fetching org.eclipse.embedcdt.managedbuild.packs.ui_2.1.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (55.98kB) [INFO] Fetching org.eclipse.embedcdt.managedbuild.cross.arm_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/features/ (19.77kB) [INFO] Fetching org.eclipse.embedcdt.managedbuild.cross.riscv_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.82kB) [INFO] Fetching org.eclipse.embedcdt.managedbuild.cross.riscv.core_3.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (58.14kB) [INFO] Fetching org.eclipse.embedcdt.managedbuild.cross.riscv.ui_3.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (54.64kB) [INFO] Fetching org.eclipse.embedcdt.managedbuild.cross.riscv_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/features/ (19.79kB) [INFO] Fetching org.eclipse.embedcdt.packs.ui_2.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (206.75kB) [INFO] Fetching org.eclipse.embedcdt.packs_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.44kB) [INFO] Fetching org.eclipse.embedcdt.packs_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/features/ (19.69kB) [INFO] Fetching org.eclipse.embedcdt.templates.ad_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.53kB) [INFO] Fetching org.eclipse.embedcdt.templates.core_3.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (417.98kB) [INFO] Fetching org.eclipse.embedcdt.templates.ad.ui_2.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (383.03kB) [INFO] Fetching org.eclipse.embedcdt.templates.ad_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/features/ (19.69kB) [INFO] Fetching org.eclipse.embedcdt.templates.cortexm_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.6kB) [INFO] Fetching org.eclipse.embedcdt.templates.cortexm.ui_2.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (36.65kB) [INFO] Fetching org.eclipse.embedcdt.templates.cortexm_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/features/ (19.68kB) [INFO] Fetching org.eclipse.embedcdt.templates.freescale_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.62kB) [INFO] Fetching org.eclipse.embedcdt.templates.freescale.ui_3.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (229.97kB) [INFO] Fetching org.eclipse.embedcdt.templates.freescale.pe.ui_2.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (24.51kB) [INFO] Fetching org.eclipse.embedcdt.templates.freescale_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/features/ (19.69kB) [INFO] Fetching org.eclipse.embedcdt.templates.sifive_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.58kB) [INFO] Fetching org.eclipse.embedcdt.templates.sifive.ui_2.0.0.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (371.05kB) [INFO] Fetching org.eclipse.embedcdt.templates.sifive_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/features/ (19.68kB) [INFO] Fetching org.eclipse.embedcdt.templates.stm_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.74kB) [INFO] Fetching org.eclipse.embedcdt.templates.stm.ui_3.0.1.202102181132.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.61MB) [INFO] Fetching org.eclipse.embedcdt.templates.stm_6.1.2.202102181132.jar from https://download.eclipse.org/staging/2021-06/features/ (19.7kB) [INFO] The project's OSGi version is 4.20.0.20210609-0618 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ epp.package.embedcpp --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.embedcpp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.embedcpp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ epp.package.embedcpp --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.embedcpp --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ epp.package.embedcpp --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ epp.package.embedcpp --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ epp.package.embedcpp --- [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:materialize-products (materialize-products) @ epp.package.embedcpp --- [INFO] Installing product epp.package.embedcpp for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/linux/gtk/x86_64/eclipse Installing epp.package.embedcpp 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 16.0.1.v20210528-1205. Installing org.eclipse.cdt.feature.group 10.3.0.202106080120. Installing org.eclipse.cdt.autotools.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.build.crossgcc.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.cmake.feature.group 10.3.0.202106071842. Installing org.eclipse.cdt.meson.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.docker.launcher.feature.group 10.3.0.202106071539. Installing org.eclipse.cdt.debug.gdbjtag.feature.group 10.3.0.202104261723. Installing org.eclipse.cdt.debug.standalone.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.debug.ui.memory.feature.group 10.3.0.202104061706. Installing org.eclipse.cdt.launch.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.launch.serial.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.testsrunner.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.launchbar.feature.group 10.3.0.202106071539. Installing org.eclipse.launchbar.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.changelog.c.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.gcov.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.rpm.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.valgrind.feature.group 8.3.0.202106080017. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.tracecompass.gdbtrace.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.control.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.ust.feature.group 7.0.0.202106021947. Installing org.eclipse.embedcdt.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.codered.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.packs.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.doc.user.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.ad.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.stm.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.1.2.202102181132. Operation completed in 10173 ms. [INFO] Installing product epp.package.embedcpp for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/linux/gtk/aarch64/eclipse Installing epp.package.embedcpp 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 16.0.1.v20210528-1205. Installing org.eclipse.cdt.feature.group 10.3.0.202106080120. Installing org.eclipse.cdt.autotools.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.build.crossgcc.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.cmake.feature.group 10.3.0.202106071842. Installing org.eclipse.cdt.meson.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.docker.launcher.feature.group 10.3.0.202106071539. Installing org.eclipse.cdt.debug.gdbjtag.feature.group 10.3.0.202104261723. Installing org.eclipse.cdt.debug.standalone.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.debug.ui.memory.feature.group 10.3.0.202104061706. Installing org.eclipse.cdt.launch.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.launch.serial.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.testsrunner.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.launchbar.feature.group 10.3.0.202106071539. Installing org.eclipse.launchbar.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.changelog.c.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.gcov.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.rpm.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.valgrind.feature.group 8.3.0.202106080017. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.tracecompass.gdbtrace.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.control.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.ust.feature.group 7.0.0.202106021947. Installing org.eclipse.embedcdt.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.codered.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.packs.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.doc.user.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.ad.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.stm.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.1.2.202102181132. Operation completed in 10531 ms. [INFO] Installing product epp.package.embedcpp for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/win32/win32/x86_64/eclipse Installing epp.package.embedcpp 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 16.0.1.v20210528-1205. Installing org.eclipse.cdt.feature.group 10.3.0.202106080120. Installing org.eclipse.cdt.autotools.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.build.crossgcc.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.cmake.feature.group 10.3.0.202106071842. Installing org.eclipse.cdt.meson.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.docker.launcher.feature.group 10.3.0.202106071539. Installing org.eclipse.cdt.debug.gdbjtag.feature.group 10.3.0.202104261723. Installing org.eclipse.cdt.debug.standalone.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.debug.ui.memory.feature.group 10.3.0.202104061706. Installing org.eclipse.cdt.launch.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.launch.serial.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.testsrunner.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.launchbar.feature.group 10.3.0.202106071539. Installing org.eclipse.launchbar.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.changelog.c.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.gcov.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.rpm.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.valgrind.feature.group 8.3.0.202106080017. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.tracecompass.gdbtrace.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.control.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.ust.feature.group 7.0.0.202106021947. Installing org.eclipse.embedcdt.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.codered.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.packs.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.doc.user.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.ad.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.stm.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.1.2.202102181132. Operation completed in 8354 ms. [INFO] Installing product epp.package.embedcpp for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/macosx/cocoa/x86_64/Eclipse.app Installing epp.package.embedcpp 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 16.0.1.v20210528-1205. Installing org.eclipse.cdt.feature.group 10.3.0.202106080120. Installing org.eclipse.cdt.autotools.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.build.crossgcc.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.cmake.feature.group 10.3.0.202106071842. Installing org.eclipse.cdt.meson.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.docker.launcher.feature.group 10.3.0.202106071539. Installing org.eclipse.cdt.debug.gdbjtag.feature.group 10.3.0.202104261723. Installing org.eclipse.cdt.debug.standalone.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.debug.ui.memory.feature.group 10.3.0.202104061706. Installing org.eclipse.cdt.launch.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.launch.serial.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.testsrunner.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.launchbar.feature.group 10.3.0.202106071539. Installing org.eclipse.launchbar.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.linuxtools.cdt.libhover.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.changelog.c.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.gcov.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.gprof.feature.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.rpm.feature.group 8.3.0.202106080017. Installing org.eclipse.linuxtools.valgrind.feature.group 8.3.0.202106080017. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.tracecompass.gdbtrace.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.control.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.kernel.feature.group 7.0.0.202106021947. Installing org.eclipse.tracecompass.lttng2.ust.feature.group 7.0.0.202106021947. Installing org.eclipse.embedcdt.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.managedbuild.cross.arm.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.managedbuild.cross.riscv.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.codered.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.debug.gdbjtag.jlink.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.debug.gdbjtag.openocd.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.debug.gdbjtag.pyocd.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.debug.gdbjtag.qemu.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.packs.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.doc.user.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.ad.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.cortexm.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.freescale.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.stm.feature.group 6.1.2.202102181132. Installing org.eclipse.embedcdt.templates.sifive.feature.group 6.1.2.202102181132. Operation completed in 8455 ms. [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.embedcpp --- [INFO] [Wed Jun 09 23:37:39 UTC 2021] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/macosx/cocoa/x86_64/Eclipse.app'... [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.embedcpp --- [INFO] [Wed Jun 09 23:38:56 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/win32/win32/x86_64/eclipse/eclipsec.exe' [INFO] [Wed Jun 09 23:38:57 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/epp.package.embedcpp/win32/win32/x86_64/eclipse/eclipse.exe' [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:archive-products (archive-products) @ epp.package.embedcpp --- [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/20210609-2320_eclipse-embedcpp-2021-06-RC1-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/20210609-2320_eclipse-embedcpp-2021-06-RC1-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/20210609-2320_eclipse-embedcpp-2021-06-RC1-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/20210609-2320_eclipse-embedcpp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz [INFO] [INFO] --- eclipse-dmg-packager:1.3.2-SNAPSHOT:package-dmg (default) @ epp.package.embedcpp --- [INFO] [Wed Jun 09 23:40:18 UTC 2021] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/target/products/20210609-2320_eclipse-embedcpp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz'... [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-zips-to-archive-folder) @ epp.package.embedcpp --- [INFO] Executing tasks [INFO] [copy] Copying 5 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:2.2.0:mirror (mirror-to-central-epp-repository) @ epp.package.embedcpp --- [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/../../archive/repository... Mirroring: binary,epp.package.embedcpp.executable.win32.win32.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.embedcpp.executable.win32.win32.x86_64,4.20.0.20210609-0618) Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,16.0.1.v20210528-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,16.0.1.v20210528-1205) Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,16.0.1.v20210528-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,16.0.1.v20210528-1205) Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,16.0.1.v20210528-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,16.0.1.v20210528-1205) Mirroring: binary,epp.package.embedcpp.executable.gtk.linux.aarch64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.embedcpp.executable.gtk.linux.aarch64,4.20.0.20210609-0618) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230) Mirroring: binary,epp.package.embedcpp.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.embedcpp.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618) Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,16.0.1.v20210528-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,16.0.1.v20210528-1205) Mirroring: binary,epp.package.embedcpp.executable.gtk.linux.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.embedcpp.executable.gtk.linux.x86_64,4.20.0.20210609-0618) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.embedcpp.feature,4.20.0.20210603-2230 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.embedcpp.feature,4.20.0.20210603-2230) Mirroring: osgi.bundle,org.eclipse.epp.package.embedcpp,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.embedcpp,4.20.0.20210603-2230) Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230) [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,16.0.1.v20210528-1205 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,16.0.1.v20210528-1205 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,16.0.1.v20210528-1205 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/../../archive/repository/.; Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,16.0.1.v20210528-1205 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/../../archive/repository/.] [INFO] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.java >------------ [INFO] Building org.eclipse.epp.package.java 4.20.0-SNAPSHOT [13/37] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.java --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.java --- [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.java --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.java --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.java --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.java --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.epp.package.java --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.java --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/src/test/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.java --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.java --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.package.java --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/target/org.eclipse.epp.package.java-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.java --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.java --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java/target/org.eclipse.epp.package.java-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.java --- [INFO] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.java.feature >-------- [INFO] Building org.eclipse.epp.package.java.feature 4.20.0-SNAPSHOT [14/37] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.java.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.java.feature --- [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.java.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.java.feature --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.java.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.java.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.epp.package.java.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/target/org.eclipse.epp.package.java.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.java.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.java.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.java.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/target/org.eclipse.epp.package.java.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.java.feature --- [INFO] [INFO] ------------------< org.eclipse.epp:epp.package.java >------------------ [INFO] Building epp.package.java 4.20.0-SNAPSHOT [15/37] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.java --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.java --- [INFO] Fetching org.eclipse.eclemma.core_3.1.4.202012082030.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.eclemma.core_3.1.4.202012082030.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.84kB) [INFO] Unpacking org.eclipse.eclemma.core_3.1.4.202012082030... [INFO] Fetching org.jacoco.core_0.8.6.v20201001-1506.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (72.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.jacoco.core_0.8.6.v20201001-1506.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (72.81kB) [INFO] Unpacking org.jacoco.core_0.8.6.v20201001-1506... [INFO] Fetching org.jacoco.agent_0.8.6.v20201001-1506.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (290.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.jacoco.agent_0.8.6.v20201001-1506.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (290.17kB) [INFO] Unpacking org.jacoco.agent_0.8.6.v20201001-1506... [INFO] Fetching org.jacoco.report_0.8.6.v20201001-1506.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (68.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.jacoco.report_0.8.6.v20201001-1506.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (68.23kB) [INFO] Unpacking org.jacoco.report_0.8.6.v20201001-1506... [INFO] Fetching org.eclipse.eclemma.doc_3.1.4.202012082030.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (211.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.eclemma.doc_3.1.4.202012082030... [INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.93kB) [INFO] Unpacking org.objectweb.asm_8.0.1.v20200420-1007... [INFO] Fetching org.eclipse.eclemma.feature_3.1.4.202012082030.jar from https://download.eclipse.org/staging/2021-06/features/ (20.46kB) [INFO] Fetching org.eclipse.eclemma.ui_3.1.4.202012082030.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (137.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.eclemma.ui_3.1.4.202012082030.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (137.85kB) [INFO] Unpacking org.eclipse.eclemma.ui_3.1.4.202012082030... [INFO] Fetching org.objectweb.asm.commons_8.0.1.v20200420-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm.commons_8.0.1.v20200420-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.25kB) [INFO] Unpacking org.objectweb.asm.commons_8.0.1.v20200420-1007... [INFO] Fetching org.objectweb.asm.tree_8.0.1.v20200420-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm.tree_8.0.1.v20200420-1007.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.36kB) [INFO] Unpacking org.objectweb.asm.tree_8.0.1.v20200420-1007... [INFO] Fetching org.eclipse.tips.core_0.2.0.v20210317-2216.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (134.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tips.core_0.2.0.v20210317-2216.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (134.61kB) [INFO] Unpacking org.eclipse.tips.core_0.2.0.v20210317-2216... [INFO] Fetching org.eclipse.tips.ui_0.2.0.v20210317-2216.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.tips.ui_0.2.0.v20210317-2216... [INFO] Fetching org.eclipse.tips.json_0.2.100.v20210309-1310.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tips.json_0.2.100.v20210309-1310.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.61kB) [INFO] Unpacking org.eclipse.tips.json_0.2.100.v20210309-1310... [INFO] Fetching org.eclipse.tips.ide_0.2.0.v20201120-1551.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (298.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tips.ide_0.2.0.v20201120-1551.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (298.57kB) [INFO] Unpacking org.eclipse.tips.ide_0.2.0.v20201120-1551... [INFO] Fetching org.eclipse.tips.feature_0.2.1400.v20210317-2216.jar from https://download.eclipse.org/staging/2021-06/features/ (19.81kB) [INFO] Fetching org.eclipse.wildwebdeveloper.xml.feature_0.10.4.202102250843.jar from https://download.eclipse.org/staging/2021-06/features/ (18.67kB) [INFO] The project's OSGi version is 4.20.0.20210609-0618 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ epp.package.java --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.java --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.java --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ epp.package.java --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.java --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ epp.package.java --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ epp.package.java --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ epp.package.java --- [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:materialize-products (materialize-products) @ epp.package.java --- [INFO] Installing product epp.package.java for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/linux/gtk/x86_64/eclipse Installing epp.package.java 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 16.0.1.v20210528-1205. Installing org.eclipse.buildship.feature.group 3.1.5.v20210113-0929. Installing org.eclipse.eclemma.feature.feature.group 3.1.4.202012082030. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.jgit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.m2e.logback.feature.feature.group 1.17.1.20210603-1006. Installing org.eclipse.mylyn.wikitext.editors_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 0.10.4.202102250843. Installing org.eclipse.tips.feature.feature.group 0.2.1400.v20210317-2216. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Operation completed in 6187 ms. [INFO] Installing product epp.package.java for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/linux/gtk/aarch64/eclipse Installing epp.package.java 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 16.0.1.v20210528-1205. Installing org.eclipse.buildship.feature.group 3.1.5.v20210113-0929. Installing org.eclipse.eclemma.feature.feature.group 3.1.4.202012082030. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.jgit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.m2e.logback.feature.feature.group 1.17.1.20210603-1006. Installing org.eclipse.mylyn.wikitext.editors_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 0.10.4.202102250843. Installing org.eclipse.tips.feature.feature.group 0.2.1400.v20210317-2216. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Operation completed in 5723 ms. [INFO] Installing product epp.package.java for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/win32/win32/x86_64/eclipse Installing epp.package.java 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 16.0.1.v20210528-1205. Installing org.eclipse.buildship.feature.group 3.1.5.v20210113-0929. Installing org.eclipse.eclemma.feature.feature.group 3.1.4.202012082030. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.jgit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.m2e.logback.feature.feature.group 1.17.1.20210603-1006. Installing org.eclipse.mylyn.wikitext.editors_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 0.10.4.202102250843. Installing org.eclipse.tips.feature.feature.group 0.2.1400.v20210317-2216. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Operation completed in 5899 ms. [INFO] Installing product epp.package.java for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/macosx/cocoa/x86_64/Eclipse.app Installing epp.package.java 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 16.0.1.v20210528-1205. Installing org.eclipse.buildship.feature.group 3.1.5.v20210113-0929. Installing org.eclipse.eclemma.feature.feature.group 3.1.4.202012082030. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.jgit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.m2e.logback.feature.feature.group 1.17.1.20210603-1006. Installing org.eclipse.mylyn.wikitext.editors_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.wildwebdeveloper.xml.feature.feature.group 0.10.4.202102250843. Installing org.eclipse.tips.feature.feature.group 0.2.1400.v20210317-2216. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Operation completed in 5637 ms. [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.java --- [INFO] [Wed Jun 09 23:42:33 UTC 2021] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/macosx/cocoa/x86_64/Eclipse.app'... [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.java --- [INFO] [Wed Jun 09 23:43:28 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/win32/win32/x86_64/eclipse/eclipsec.exe' [INFO] [Wed Jun 09 23:43:29 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/epp.package.java/win32/win32/x86_64/eclipse/eclipse.exe' [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:archive-products (archive-products) @ epp.package.java --- [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/20210609-2320_eclipse-java-2021-06-RC1-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/20210609-2320_eclipse-java-2021-06-RC1-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/20210609-2320_eclipse-java-2021-06-RC1-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/20210609-2320_eclipse-java-2021-06-RC1-macosx.cocoa.x86_64.tar.gz [INFO] [INFO] --- eclipse-dmg-packager:1.3.2-SNAPSHOT:package-dmg (default) @ epp.package.java --- [INFO] [Wed Jun 09 23:44:26 UTC 2021] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/target/products/20210609-2320_eclipse-java-2021-06-RC1-macosx.cocoa.x86_64.tar.gz'... [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-zips-to-archive-folder) @ epp.package.java --- [INFO] Executing tasks [INFO] [copy] Copying 5 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:2.2.0:mirror (mirror-to-central-epp-repository) @ epp.package.java --- [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/../../archive/repository... Mirroring: osgi.bundle,org.eclipse.epp.package.java,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.java,4.20.0.20210603-2230) Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,16.0.1.v20210528-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,16.0.1.v20210528-1205) Mirroring: binary,epp.package.java.executable.gtk.linux.aarch64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.java.executable.gtk.linux.aarch64,4.20.0.20210609-0618) Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,16.0.1.v20210528-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,16.0.1.v20210528-1205) Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,16.0.1.v20210528-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,16.0.1.v20210528-1205) Mirroring: binary,epp.package.java.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.java.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230) Mirroring: binary,epp.package.java.executable.gtk.linux.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.java.executable.gtk.linux.x86_64,4.20.0.20210609-0618) Mirroring: binary,epp.package.java.executable.win32.win32.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.java.executable.win32.win32.x86_64,4.20.0.20210609-0618) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.java.feature,4.20.0.20210603-2230 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.java.feature,4.20.0.20210603-2230) Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,16.0.1.v20210528-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,16.0.1.v20210528-1205) Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230) [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,16.0.1.v20210528-1205 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,16.0.1.v20210528-1205 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,16.0.1.v20210528-1205 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/../../archive/repository/.; Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,16.0.1.v20210528-1205 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/../../archive/repository/.] [INFO] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.jee >------------- [INFO] Building org.eclipse.epp.package.jee 4.20.0-SNAPSHOT [16/37] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.jee --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.jee --- [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.jee --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.jee --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.jee --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.jee --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.epp.package.jee --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.jee --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/src/test/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.jee --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.jee --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.package.jee --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/target/org.eclipse.epp.package.jee-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.jee --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.jee --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee/target/org.eclipse.epp.package.jee-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.jee --- [INFO] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.jee.feature >--------- [INFO] Building org.eclipse.epp.package.jee.feature 4.20.0-SNAPSHOT [17/37] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.jee.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.jee.feature --- [INFO] Fetching org.eclipse.wtp.xml.capabilities_1.0.200.v201901071922.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.14kB) [INFO] Fetching org.eclipse.wtp.jee.capabilities_1.0.100.v201903222024.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.43kB) [INFO] Fetching org.eclipse.wtp.web.capabilities_1.0.200.v201901071922.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.1kB) [INFO] Fetching org.eclipse.wtp.epp.package.jee.intro_1.3.0.v201902122017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.09MB) [INFO] Fetching org.eclipse.wtp.epp.package.capabilities_1.3.0.v201902122017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.5kB) [INFO] Fetching org.eclipse.wtp.javascript.capabilities_1.0.200.v201901071922.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.03kB) [INFO] The project's OSGi version is 4.20.0.20210609-0618 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.jee.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.jee.feature --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.jee.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.jee.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.epp.package.jee.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/target/org.eclipse.epp.package.jee.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.jee.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.jee.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.jee.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/target/org.eclipse.epp.package.jee.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.jee.feature --- [INFO] [INFO] ------------------< org.eclipse.epp:epp.package.jee >------------------- [INFO] Building epp.package.jee 4.20.0-SNAPSHOT [18/37] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.jee --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.jee --- [INFO] Fetching biz.aQute.bndlib_5.3.0.202102221516.jar from https://download.eclipse.org/staging/2021-06/plugins/ (3.75MB) [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.14MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.14MB) [INFO] Unpacking com.google.javascript_0.0.20160315.v20161124-1903... [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from https://download.eclipse.org/staging/2021-06/plugins/ (624.34kB) [INFO] Fetching jakarta.el_4.0.0.v20210105-0527.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (50.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching jakarta.el_4.0.0.v20210105-0527.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (50.27kB) [INFO] Unpacking jakarta.el_4.0.0.v20210105-0527... [INFO] Fetching jakarta.enterprise.cdi-api_2.0.2.jar from https://download.eclipse.org/staging/2021-06/plugins/ (127.94kB) [INFO] Fetching jakarta.interceptor-api_1.2.5.jar from https://download.eclipse.org/staging/2021-06/plugins/ (31.25kB) [INFO] Fetching jakarta.servlet_5.0.0.v20210105-0527.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (201.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching jakarta.servlet_5.0.0.v20210105-0527.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (201.11kB) [INFO] Unpacking jakarta.servlet_5.0.0.v20210105-0527... [INFO] Fetching jakarta.servlet.jsp_3.0.0.v20210105-0527.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching jakarta.servlet.jsp_3.0.0.v20210105-0527.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.45kB) [INFO] Unpacking jakarta.servlet.jsp_3.0.0.v20210105-0527... [INFO] Fetching jakarta.transaction-api_1.3.2.jar from https://download.eclipse.org/staging/2021-06/plugins/ (35.36kB) [INFO] Fetching javax.mail_1.4.0.v201005080615.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (111.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.mail_1.4.0.v201005080615.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (111.97kB) [INFO] Unpacking javax.mail_1.4.0.v201005080615... [INFO] Fetching javax.persistence_2.2.1.v201807122140.jar from https://download.eclipse.org/staging/2021-06/plugins/ (198.66kB) [INFO] Fetching javax.xml.rpc_1.1.0.v201209140446.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.xml.rpc_1.1.0.v201209140446.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.93kB) [INFO] Unpacking javax.xml.rpc_1.1.0.v201209140446... [INFO] Fetching javax.xml.soap_1.2.0.v201005080501.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.xml.soap_1.2.0.v201005080501.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.44kB) [INFO] Unpacking javax.xml.soap_1.2.0.v201005080501... [INFO] Fetching javax.xml.ws_2.1.0.v200902101523.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.xml.ws_2.1.0.v200902101523.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.49kB) [INFO] Unpacking javax.xml.ws_2.1.0.v200902101523... [INFO] Fetching org.apache.axis_1.4.0.v201411182030.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.47MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.axis_1.4.0.v201411182030.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.47MB) [INFO] Unpacking org.apache.axis_1.4.0.v201411182030... [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (51.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking javax.wsdl_1.6.2.v201012040545... [INFO] Fetching org.apache.commons.discovery_0.2.0.v201004190315.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (67.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.discovery_0.2.0.v201004190315.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (67.17kB) [INFO] Unpacking org.apache.commons.discovery_0.2.0.v201004190315... [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (692.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (692.97kB) [INFO] Unpacking org.apache.lucene.analyzers-common_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (899.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (899.59kB) [INFO] Unpacking org.apache.lucene.core_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (50.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (50.23kB) [INFO] Unpacking org.apache.lucene.misc_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (135.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (135.95kB) [INFO] Unpacking org.apache.lucene.queryparser_7.5.0.v20181003-1532... [INFO] Fetching org.apache.velocity_1.5.0.v200905192330.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (139.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.velocity_1.5.0.v200905192330.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (139.07kB) [INFO] Unpacking org.apache.velocity_1.5.0.v200905192330... [INFO] Fetching org.apache.commons.collections_3.2.2.v201511171945.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (159.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.collections_3.2.2.v201511171945.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (159.38kB) [INFO] Unpacking org.apache.commons.collections_3.2.2.v201511171945... [INFO] Fetching org.jdom_1.1.1.v201101151400.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (79.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.jdom_1.1.1.v201101151400.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (79.44kB) [INFO] Unpacking org.jdom_1.1.1.v201101151400... [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.55kB) [INFO] Unpacking org.apache.ws.commons.util_1.0.2.v20160817-1930... [INFO] Fetching org.apache.wsil4j_1.0.0.v20180522-1857.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.wsil4j_1.0.0.v20180522-1857.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.64kB) [INFO] Unpacking org.apache.wsil4j_1.0.0.v20180522-1857... [INFO] Fetching org.uddi4j_2.0.5.v200805270300.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (51.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.uddi4j_2.0.5.v200805270300.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (51.95kB) [INFO] Unpacking org.uddi4j_2.0.5.v200805270300... [INFO] Fetching org.apache.xalan_2.7.2.v20201124-1837.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (985.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xalan_2.7.2.v20201124-1837.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (985.09kB) [INFO] Unpacking org.apache.xalan_2.7.2.v20201124-1837... [INFO] Fetching org.apache.xmlrpc_3.0.0.v20100427-1100.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (75.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlrpc_3.0.0.v20100427-1100.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (75.3kB) [INFO] Unpacking org.apache.xmlrpc_3.0.0.v20100427-1100... [INFO] Fetching slf4j.api_2.0.0.alpha1.jar from https://download.eclipse.org/staging/2021-06/plugins/ (65.84kB) [INFO] Fetching org.eclipse.datatools.common.doc.user_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/plugins/ (52.34kB) [INFO] Fetching org.eclipse.datatools.common.doc.user_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.85kB) [INFO] Fetching org.eclipse.datatools.connectivity_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/plugins/ (271kB) [INFO] Fetching org.eclipse.datatools.connectivity.apache.derby_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (82.32kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (166.46kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (566.22kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (344.11kB) [INFO] Fetching org.eclipse.datatools.modelbase.derby_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (24.12kB) [INFO] Fetching org.eclipse.datatools.connectivity.apache.derby.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (18.94kB) [INFO] Fetching org.eclipse.datatools.connectivity.apache.derby.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (58.73kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (340.77kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.server.ui_1.3.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (122.2kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (563.55kB) [INFO] Fetching org.eclipse.datatools.connectivity.console.profile_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (30.23kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda_3.6.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (251.03kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (17.58kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (33.41kB) [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (17.93kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.22kB) [INFO] Fetching org.eclipse.datatools.connectivity.doc.user_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/plugins/ (85.84kB) [INFO] Fetching org.eclipse.datatools.connectivity.doc.user.contexts_1.7.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (21.51kB) [INFO] Fetching org.eclipse.datatools.connectivity.doc.user_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.89kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui.dse_1.3.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (81.23kB) [INFO] Fetching org.eclipse.datatools.connectivity.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.95kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.consumer_3.4.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (121.4kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design_3.5.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (344.53kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design.ui_3.4.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (232.33kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.4.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (42.19kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.designer.core.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.91kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.template.ui_3.4.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (53.23kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.designer.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.81kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.81kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile_3.3.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (72.95kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile.ui_3.3.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (102.6kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.edit_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (272.37kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui.templates_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (75.6kB) [INFO] Fetching org.eclipse.datatools.doc.isv_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/plugins/ (202.57kB) [INFO] Fetching org.eclipse.datatools.doc.user_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.67kB) [INFO] Fetching org.eclipse.datatools.oda.cshelp_1.3.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.66kB) [INFO] Fetching org.eclipse.datatools.doc.user_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.91kB) [INFO] Fetching org.eclipse.datatools.sqltools.db.derby_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (153.53kB) [INFO] Fetching org.eclipse.datatools.enablement.apache.derby.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.92kB) [INFO] Fetching org.eclipse.datatools.enablement.finfo_1.7.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (17.02kB) [INFO] Fetching org.eclipse.datatools.sqltools.db.derby.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.64kB) [INFO] Fetching org.eclipse.datatools.sqltools.db.generic.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.24kB) [INFO] Fetching org.eclipse.datatools.enablement.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.88kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.83kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.34kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (27.37kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.89kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (290.2kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (621.78kB) [INFO] Fetching org.eclipse.datatools.sqltools.parsers.sql_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (53.77kB) [INFO] Fetching org.eclipse.datatools.sqltools.parsers.sql.query_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (309.63kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (283.7kB) [INFO] Fetching org.eclipse.datatools.sqltools.data.core_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (82.03kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.iseries_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (18.32kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.91kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.iseries.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (31.81kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.94kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.luw_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (819.71kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (65.7kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.luw.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (38.78kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.zseries_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (18.99kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (37.56kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.zseries.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.77kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.informix.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (33.06kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.informix_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.7kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.informix.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (26.47kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (31.01kB) [INFO] Fetching org.eclipse.datatools.enablement.ingres_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (109.36kB) [INFO] Fetching org.eclipse.datatools.enablement.ingres.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.9kB) [INFO] Fetching org.eclipse.datatools.enablement.ingres.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (183.18kB) [INFO] Fetching org.eclipse.datatools.enablement.ingres.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.95kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.201.202009292210.jar from https://download.eclipse.org/staging/2021-06/plugins/ (463.57kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (92kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.2.101.202008192017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (189.46kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (130.23kB) [INFO] Fetching org.eclipse.datatools.sqltools.routineeditor_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (50.25kB) [INFO] Fetching org.eclipse.datatools.sqltools.routineeditor.ui_1.2.101.202008192017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (164.62kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (46.9kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (31.85kB) [INFO] Fetching org.eclipse.datatools.enablement.jdbc.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.86kB) [INFO] Fetching org.eclipse.datatools.enablement.jdt.classpath_1.2.101.201807030125.jar from https://download.eclipse.org/staging/2021-06/plugins/ (26.91kB) [INFO] Fetching org.eclipse.datatools.enablement.jdt.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.82kB) [INFO] Fetching org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (41.25kB) [INFO] Fetching org.eclipse.datatools.enablement.msft.sqlserver_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (83.33kB) [INFO] Fetching org.eclipse.datatools.enablement.msft.sqlserver.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (43.92kB) [INFO] Fetching org.eclipse.datatools.enablement.msft.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.9kB) [INFO] Fetching org.eclipse.datatools.enablement.mysql_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (74.78kB) [INFO] Fetching org.eclipse.datatools.enablement.mysql.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.93kB) [INFO] Fetching org.eclipse.datatools.enablement.mysql.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.11kB) [INFO] Fetching org.eclipse.datatools.enablement.mysql.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.89kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.ws.ui_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (108.61kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.xml.ui_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (214.84kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.designer.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.88kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.ws_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (68.88kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.xml_1.4.102.201901091730.jar from https://download.eclipse.org/staging/2021-06/plugins/ (126.54kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.feature_1.14.102.201911221603.jar from https://download.eclipse.org/staging/2021-06/features/ (30.86kB) [INFO] Fetching org.eclipse.datatools.enablement.oracle_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.75kB) [INFO] Fetching org.eclipse.datatools.enablement.oracle.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (39.23kB) [INFO] Fetching org.eclipse.datatools.enablement.oracle.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (26.61kB) [INFO] Fetching org.eclipse.datatools.enablement.oracle.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.88kB) [INFO] Fetching org.eclipse.datatools.enablement.postgresql_1.3.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (33.16kB) [INFO] Fetching org.eclipse.datatools.enablement.postgresql.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.27kB) [INFO] Fetching org.eclipse.datatools.enablement.postgresql.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.67kB) [INFO] Fetching org.eclipse.datatools.enablement.postgresql.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.89kB) [INFO] Fetching org.eclipse.datatools.enablement.sap.maxdb.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.12kB) [INFO] Fetching org.eclipse.datatools.enablement.sap.maxdb_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.82kB) [INFO] Fetching org.eclipse.datatools.enablement.sap.maxdb.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.62kB) [INFO] Fetching org.eclipse.datatools.enablement.sap.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.91kB) [INFO] Fetching org.eclipse.datatools.enablement.sdk.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.71kB) [INFO] Fetching org.eclipse.datatools.enablement.sqlite_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (24.46kB) [INFO] Fetching org.eclipse.datatools.enablement.sqlite.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.33kB) [INFO] Fetching org.eclipse.datatools.enablement.sqlite.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.18kB) [INFO] Fetching org.eclipse.datatools.enablement.sqlite.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.95kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (163.44kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.models_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (46.66kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.asa_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (281.25kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.asa.models_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (192.48kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.asa.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.49kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples_2.7.200.202008192017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (635.59kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (66.21kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.asa.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (82.92kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.200.202008192017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (228.76kB) [INFO] Fetching org.eclipse.datatools.sqltools.db.generic_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (138.16kB) [INFO] Fetching org.eclipse.datatools.sqltools.debugger.core_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (54.81kB) [INFO] Fetching org.eclipse.datatools.sqltools.debugger.core.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (81.22kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (139.67kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (97.49kB) [INFO] Fetching org.eclipse.datatools.sqltools.schemaobjecteditor_1.3.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (21.71kB) [INFO] Fetching org.eclipse.datatools.sqltools.schemaobjecteditor.ui_1.3.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (232.59kB) [INFO] Fetching org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages_1.3.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (71.56kB) [INFO] Fetching org.eclipse.datatools.sqltools.ddlgen.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (81.22kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.ase_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (295.16kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.ase.models_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (229.99kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.ase.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.97kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.ase.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (77.84kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.feature_1.14.200.202008192017.jar from https://download.eclipse.org/staging/2021-06/features/ (31.01kB) [INFO] Fetching org.eclipse.datatools.intro_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/plugins/ (37.94kB) [INFO] Fetching org.eclipse.datatools.intro_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.7kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query.edit_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (203.75kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.xml.query_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (253.96kB) [INFO] Fetching org.eclipse.datatools.modelbase.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.91kB) [INFO] Fetching org.eclipse.datatools.sdk_1.9.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.8kB) [INFO] Fetching org.eclipse.datatools.sdk.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.88kB) [INFO] Fetching org.eclipse.datatools.sqltools.data.ui_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (122.27kB) [INFO] Fetching org.eclipse.datatools.sqltools.tabledataeditor_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (35kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (369.86kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.data.feature_1.14.200.202008192017.jar from https://download.eclipse.org/staging/2021-06/features/ (30.91kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.ddl.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.75kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.ddlgen.feature_1.14.200.202009292210.jar from https://download.eclipse.org/staging/2021-06/features/ (30.99kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.feature_1.14.200.202009292210.jar from https://download.eclipse.org/staging/2021-06/features/ (31.11kB) [INFO] Fetching org.eclipse.datatools.sqltools.parsers.sql.lexer_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (140.74kB) [INFO] Fetching org.eclipse.datatools.sqltools.parsers.sql.xml.query_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (274.08kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.parsers.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.87kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.results.feature_1.14.200.202008192017.jar from https://download.eclipse.org/staging/2021-06/features/ (30.96kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.85kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlbuilder_1.2.300.202008192017.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.05MB) [INFO] Fetching org.eclipse.datatools.sqldevtools.sqlbuilder.feature_1.14.200.202009292210.jar from https://download.eclipse.org/staging/2021-06/features/ (31.01kB) [INFO] Fetching org.eclipse.datatools.sqltools.doc.user_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/plugins/ (162.75kB) [INFO] Fetching org.eclipse.datatools.sqltools.doc.user.contexts_1.7.101.201811012051.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.91kB) [INFO] Fetching org.eclipse.datatools.sqltools.doc.user_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2021-06/features/ (30.94kB) [INFO] Fetching net.sourceforge.lpg.lpgjavaruntime_1.1.0.v201004271650.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (45.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching net.sourceforge.lpg.lpgjavaruntime_1.1.0.v201004271650.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (45.42kB) [INFO] Unpacking net.sourceforge.lpg.lpgjavaruntime_1.1.0.v201004271650... [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from https://download.eclipse.org/staging/2021-06/features/ (19.51kB) [INFO] Fetching org.eclipse.egit.mylyn.ui_5.12.0.202106070339-r.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.egit.mylyn.ui_5.12.0.202106070339-r.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.64kB) [INFO] Unpacking org.eclipse.egit.mylyn.ui_5.12.0.202106070339-r... [INFO] Fetching org.eclipse.egit.mylyn_5.12.0.202106070339-r.jar from https://download.eclipse.org/staging/2021-06/features/ (18.92kB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (80.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.team.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (80.12kB) [INFO] Unpacking org.eclipse.mylyn.team.ui_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from https://download.eclipse.org/staging/2021-06/features/ (19.56kB) [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (92.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (92.89kB) [INFO] Unpacking org.eclipse.jem_2.0.600.v201903222024... [INFO] Fetching org.eclipse.jem.beaninfo_2.0.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (78.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem.beaninfo_2.0.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (78.61kB) [INFO] Unpacking org.eclipse.jem.beaninfo_2.0.300.v201903222024... [INFO] Fetching org.eclipse.jem.proxy_2.1.0.v202101081429.jar from https://download.eclipse.org/staging/2021-06/plugins/ (661.7kB) [INFO] Fetching org.eclipse.jem.workbench_2.1.0.v202101081429.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem.workbench_2.1.0.v202101081429.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.53kB) [INFO] Unpacking org.eclipse.jem.workbench_2.1.0.v202101081429... [INFO] Fetching org.eclipse.jem.beaninfo.vm_2.1.0.v202101081429.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem.beaninfo.vm_2.1.0.v202101081429.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.98kB) [INFO] Unpacking org.eclipse.jem.beaninfo.vm_2.1.0.v202101081429... [INFO] Fetching org.eclipse.jem.beaninfo.vm.common_2.1.0.v202101081429.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem.beaninfo.vm.common_2.1.0.v202101081429.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.29kB) [INFO] Unpacking org.eclipse.jem.beaninfo.vm.common_2.1.0.v202101081429... [INFO] Fetching org.eclipse.jetty.jndi_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (54.04kB) [INFO] Fetching org.eclipse.jetty.plus_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (74.93kB) [INFO] Fetching org.eclipse.jetty.webapp_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (163.22kB) [INFO] Fetching org.eclipse.jetty.xml_10.0.4.jar from https://download.eclipse.org/staging/2021-06/plugins/ (76.9kB) [INFO] Fetching org.eclipse.wst.server.preview_1.2.0.v202105161646.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.preview_1.2.0.v202105161646.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.23kB) [INFO] Unpacking org.eclipse.wst.server.preview_1.2.0.v202105161646... [INFO] Fetching org.eclipse.jpt.common.branding_1.4.1.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.common.branding_1.4.1.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.98kB) [INFO] Unpacking org.eclipse.jpt.common.branding_1.4.1.v201902121834... [INFO] Fetching org.eclipse.jpt.common.core_1.5.1.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (149.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.common.core_1.5.1.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (149.13kB) [INFO] Unpacking org.eclipse.jpt.common.core_1.5.1.v201902121834... [INFO] Fetching org.eclipse.jpt.common.utility_2.4.1.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (322.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.common.utility_2.4.1.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (322.64kB) [INFO] Unpacking org.eclipse.jpt.common.utility_2.4.1.v201902121834... [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.10.0.v202101040919.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.10.0.v202101040919.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.43kB) [INFO] Unpacking org.eclipse.jst.common.project.facet.core_1.10.0.v202101040919... [INFO] Fetching org.eclipse.jst.j2ee_1.2.500.v202101072335.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (857kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee_1.2.500.v202101072335.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (857kB) [INFO] Unpacking org.eclipse.jst.j2ee_1.2.500.v202101072335... [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.100.v202106040314.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (590.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.100.v202106040314.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (590.55kB) [INFO] Unpacking org.eclipse.jst.j2ee.core_1.4.100.v202106040314... [INFO] Fetching org.eclipse.jpt.common.eclipselink.branding_1.3.101.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.common.eclipselink.branding_1.3.101.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14kB) [INFO] Unpacking org.eclipse.jpt.common.eclipselink.branding_1.3.101.v201902121834... [INFO] Fetching org.eclipse.jpt.common.eclipselink.core_1.3.201.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (262.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.common.eclipselink.core_1.3.201.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (262.35kB) [INFO] Unpacking org.eclipse.jpt.common.eclipselink.core_1.3.201.v201902121834... [INFO] Fetching org.eclipse.jpt.common.eclipselink.feature_1.3.200.v201903221940.jar from https://download.eclipse.org/staging/2021-06/features/ (30.56kB) [INFO] Fetching org.eclipse.jpt.common.ui_1.4.201.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (125.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.common.ui_1.4.201.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (125.06kB) [INFO] Unpacking org.eclipse.jpt.common.ui_1.4.201.v201902121834... [INFO] Fetching org.eclipse.jpt.common.feature_1.5.100.v201903221940.jar from https://download.eclipse.org/staging/2021-06/features/ (30.56kB) [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (51.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (51.06kB) [INFO] Unpacking org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017... [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (91.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (91.67kB) [INFO] Unpacking org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017... [INFO] Fetching org.eclipse.jpt.doc.user_3.2.101.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.54MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.doc.user_3.2.101.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.54MB) [INFO] Unpacking org.eclipse.jpt.doc.user_3.2.101.v201902121834... [INFO] Fetching org.eclipse.jpt.jaxb.branding_1.4.1.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jaxb.branding_1.4.1.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14kB) [INFO] Unpacking org.eclipse.jpt.jaxb.branding_1.4.1.v201902121834... [INFO] Fetching org.eclipse.jpt.jaxb.core_1.4.101.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (179.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jaxb.core_1.4.101.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (179.14kB) [INFO] Unpacking org.eclipse.jpt.jaxb.core_1.4.101.v201902121834... [INFO] Fetching org.eclipse.jpt.jaxb.core.schemagen_1.1.202.v202104080213.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jaxb.core.schemagen_1.1.202.v202104080213.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.15kB) [INFO] Unpacking org.eclipse.jpt.jaxb.core.schemagen_1.1.202.v202104080213... [INFO] Fetching org.eclipse.jpt.jaxb.eclipselink.branding_1.4.101.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jaxb.eclipselink.branding_1.4.101.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.02kB) [INFO] Unpacking org.eclipse.jpt.jaxb.eclipselink.branding_1.4.101.v201902121834... [INFO] Fetching org.eclipse.jpt.jaxb.eclipselink.core_1.3.201.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (115.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jaxb.eclipselink.core_1.3.201.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (115.71kB) [INFO] Unpacking org.eclipse.jpt.jaxb.eclipselink.core_1.3.201.v201902121834... [INFO] Fetching org.eclipse.jpt.jaxb.eclipselink.core.schemagen_1.2.202.v202104080213.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jaxb.eclipselink.core.schemagen_1.2.202.v202104080213.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.4kB) [INFO] Unpacking org.eclipse.jpt.jaxb.eclipselink.core.schemagen_1.2.202.v202104080213... [INFO] Fetching org.eclipse.persistence.moxy_2.7.3.v20180807-4be1041.jar from https://download.eclipse.org/staging/2021-06/plugins/ (637.14kB) [INFO] Fetching org.eclipse.jpt.jaxb.eclipselink.ui_1.4.201.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jaxb.eclipselink.ui_1.4.201.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.06kB) [INFO] Unpacking org.eclipse.jpt.jaxb.eclipselink.ui_1.4.201.v201902121834... [INFO] Fetching org.eclipse.jpt.jaxb.eclipselink.feature_1.4.203.v202104080213.jar from https://download.eclipse.org/staging/2021-06/features/ (30.66kB) [INFO] Fetching org.eclipse.jpt.jaxb.ui_1.5.200.v202007091849.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (102.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jaxb.ui_1.5.200.v202007091849.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (102.67kB) [INFO] Unpacking org.eclipse.jpt.jaxb.ui_1.5.200.v202007091849... [INFO] Fetching org.eclipse.jpt.jaxb.feature_1.5.201.v202104080213.jar from https://download.eclipse.org/staging/2021-06/features/ (30.61kB) [INFO] Fetching org.eclipse.wst.web.ui_1.2.103.v202101180039.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.web.ui_1.2.103.v202101180039.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.59kB) [INFO] Unpacking org.eclipse.wst.web.ui_1.2.103.v202101180039... [INFO] Fetching org.eclipse.jpt.jpa.annotate_1.0.101.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jpa.annotate_1.0.101.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.73kB) [INFO] Unpacking org.eclipse.jpt.jpa.annotate_1.0.101.v201902121834... [INFO] Fetching org.eclipse.jpt.jpa.db_2.2.201.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jpa.db_2.2.201.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.21kB) [INFO] Unpacking org.eclipse.jpt.jpa.db_2.2.201.v201902121834... [INFO] Fetching org.eclipse.jpt.jpa.core_3.6.1.v202106020926.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (647.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jpa.core_3.6.1.v202106020926.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (647.37kB) [INFO] Unpacking org.eclipse.jpt.jpa.core_3.6.1.v202106020926... [INFO] Fetching org.eclipse.jpt.jpa.branding_3.4.1.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jpa.branding_3.4.1.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.99kB) [INFO] Unpacking org.eclipse.jpt.jpa.branding_3.4.1.v201902121834... [INFO] Fetching org.eclipse.persistence.jpa.jpql_2.7.3.v20180807-4be1041.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.37MB) [INFO] Fetching org.eclipse.jpt.jpa.db.ui_2.1.201.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jpa.db.ui_2.1.201.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.43kB) [INFO] Unpacking org.eclipse.jpt.jpa.db.ui_2.1.201.v201902121834... [INFO] Fetching org.eclipse.jpt.jpa.eclipselink.branding_3.4.1.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jpa.eclipselink.branding_3.4.1.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14kB) [INFO] Unpacking org.eclipse.jpt.jpa.eclipselink.branding_3.4.1.v201902121834... [INFO] Fetching org.eclipse.jpt.jpa.eclipselink.core_2.4.101.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (291.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jpa.eclipselink.core_2.4.101.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (291.89kB) [INFO] Unpacking org.eclipse.jpt.jpa.eclipselink.core_2.4.101.v201902121834... [INFO] Fetching org.eclipse.jpt.jpa.eclipselink.core.ddlgen_2.2.201.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jpa.eclipselink.core.ddlgen_2.2.201.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.64kB) [INFO] Unpacking org.eclipse.jpt.jpa.eclipselink.core.ddlgen_2.2.201.v201902121834... [INFO] Fetching org.eclipse.persistence.core_2.7.3.v20180807-4be1041.jar from https://download.eclipse.org/staging/2021-06/plugins/ (5.14MB) [INFO] Fetching org.eclipse.persistence.antlr_3.5.2.v201711011707.jar from https://download.eclipse.org/staging/2021-06/plugins/ (161.9kB) [INFO] Fetching org.eclipse.persistence.asm_6.2.0.v201808041549.jar from https://download.eclipse.org/staging/2021-06/plugins/ (486.53kB) [INFO] Fetching org.eclipse.persistence.jpa_2.7.3.v20180807-4be1041.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.42MB) [INFO] Fetching org.eclipse.jpt.jpa.eclipselink.ui_2.4.101.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (203.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jpa.eclipselink.ui_2.4.101.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (203.28kB) [INFO] Unpacking org.eclipse.jpt.jpa.eclipselink.ui_2.4.101.v201902121834... [INFO] Fetching org.eclipse.jpt.jpa.eclipselink.feature_3.4.101.v201903221940.jar from https://download.eclipse.org/staging/2021-06/features/ (30.72kB) [INFO] Fetching org.eclipse.jpt.jpa.gen_2.3.201.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jpa.gen_2.3.201.v201902121834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.96kB) [INFO] Unpacking org.eclipse.jpt.jpa.gen_2.3.201.v201902121834... [INFO] Fetching org.eclipse.jpt.jpa.ui_3.6.1.v202102130825.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (490.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jpt.jpa.ui_3.6.1.v202102130825.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (490.86kB) [INFO] Unpacking org.eclipse.jpt.jpa.ui_3.6.1.v202102130825... [INFO] Fetching org.eclipse.jpt.jpa.feature_3.6.1.v202106020926.jar from https://download.eclipse.org/staging/2021-06/features/ (30.9kB) [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.23kB) [INFO] Unpacking org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v202007170603.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (356.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v202007170603.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (356.54kB) [INFO] Unpacking org.eclipse.jst.j2ee.ui_1.1.931.v202007170603... [INFO] Fetching org.eclipse.jst.jsf.common_1.5.200.v202105172316.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (181.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.common_1.5.200.v202105172316.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (181.08kB) [INFO] Unpacking org.eclipse.jst.jsf.common_1.5.200.v202105172316... [INFO] Fetching org.eclipse.jst.jsf.common.runtime_1.4.2.v202007170344.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.common.runtime_1.4.2.v202007170344.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.76kB) [INFO] Unpacking org.eclipse.jst.jsf.common.runtime_1.4.2.v202007170344... [INFO] Fetching org.eclipse.jst.jsf.common.ui_1.5.102.v202007170344.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (105.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.common.ui_1.5.102.v202007170344.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (105.65kB) [INFO] Unpacking org.eclipse.jst.jsf.common.ui_1.5.102.v202007170344... [INFO] Fetching org.eclipse.jst.jsf.core_1.8.100.v202105172316.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.14MB) [INFO] Fetching org.eclipse.jst.jsf.facelet.core_1.4.2.v201902121810.jar from https://download.eclipse.org/staging/2021-06/plugins/ (652.66kB) [INFO] Fetching org.eclipse.jst.jsf.facelet.ui_1.3.112.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.facelet.ui_1.3.112.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.96kB) [INFO] Unpacking org.eclipse.jst.jsf.facelet.ui_1.3.112.v201902121810... [INFO] Fetching org.eclipse.jst.jsf.facesconfig_1.5.102.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (205.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.facesconfig_1.5.102.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (205.55kB) [INFO] Unpacking org.eclipse.jst.jsf.facesconfig_1.5.102.v201902121810... [INFO] Fetching org.eclipse.jst.jsf.facesconfig.ui_1.5.2.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (257.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.facesconfig.ui_1.5.2.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (257.75kB) [INFO] Unpacking org.eclipse.jst.jsf.facesconfig.ui_1.5.2.v201902121810... [INFO] Fetching org.eclipse.jst.jsf.ui_1.6.103.v202003241443.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (88.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.ui_1.6.103.v202003241443.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (88.61kB) [INFO] Unpacking org.eclipse.jst.jsf.ui_1.6.103.v202003241443... [INFO] Fetching org.eclipse.jst.jsf.standard.tagsupport_1.5.1.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (117.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.standard.tagsupport_1.5.1.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (117.37kB) [INFO] Unpacking org.eclipse.jst.jsf.standard.tagsupport_1.5.1.v201902121810... [INFO] Fetching org.eclipse.jsf.branding_3.5.1.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jsf.branding_3.5.1.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.17kB) [INFO] Unpacking org.eclipse.jsf.branding_3.5.1.v201902121810... [INFO] Fetching org.eclipse.jsf.feature_3.10.100.v202105172316.jar from https://download.eclipse.org/staging/2021-06/features/ (30.71kB) [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.66kB) [INFO] Unpacking org.eclipse.jst.common.annotations.core_1.1.300.v201903222024... [INFO] Fetching org.eclipse.jst.common.annotations.ui_1.1.300.v202007170603.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.annotations.ui_1.1.300.v202007170603.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.16kB) [INFO] Unpacking org.eclipse.jst.common.annotations.ui_1.1.300.v202007170603... [INFO] Fetching org.eclipse.jst.common.fproj.enablement.jdt_3.22.0.v202103232321.jar from https://download.eclipse.org/staging/2021-06/features/ (30.32kB) [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.45kB) [INFO] Unpacking org.eclipse.jst.common.frameworks_1.1.701.v201903222024... [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.02kB) [INFO] Unpacking org.eclipse.jst.common.ui_1.0.301.v201903222024... [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (326.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (326.9kB) [INFO] Unpacking org.eclipse.jst.ejb.ui_1.1.911.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (119.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (119.58kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024... [INFO] Fetching org.eclipse.wst.server.core_1.10.200.v202106020138.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (124.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.core_1.10.200.v202106020138.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (124.46kB) [INFO] Unpacking org.eclipse.wst.server.core_1.10.200.v202106020138... [INFO] Fetching org.eclipse.wst.web_1.3.0.v202101070402.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.web_1.3.0.v202101070402.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.56kB) [INFO] Unpacking org.eclipse.wst.web_1.3.0.v202101070402... [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (72.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (72.93kB) [INFO] Unpacking org.eclipse.jst.jee.ui_1.0.901.v201903222025... [INFO] Fetching org.eclipse.jst.j2ee.webservice_1.1.700.v201904091346.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (73.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.webservice_1.1.700.v201904091346.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (73.29kB) [INFO] Unpacking org.eclipse.jst.j2ee.webservice_1.1.700.v201904091346... [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (39.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (39.13kB) [INFO] Unpacking org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346... [INFO] Fetching org.eclipse.jst.jee.ejb_1.0.500.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jee.ejb_1.0.500.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.72kB) [INFO] Unpacking org.eclipse.jst.jee.ejb_1.0.500.v201903222025... [INFO] Fetching org.eclipse.jst.enterprise_core.feature_3.22.0.v202103200058.jar from https://download.eclipse.org/staging/2021-06/features/ (31.62kB) [INFO] Fetching org.eclipse.jst.ws_1.0.1000.v202104210249.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws_1.0.1000.v202104210249.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.1kB) [INFO] Unpacking org.eclipse.jst.ws_1.0.1000.v202104210249... [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.95kB) [INFO] Unpacking org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346... [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.800.v202007170603.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (172.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.800.v202007170603.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (172.2kB) [INFO] Unpacking org.eclipse.jst.j2ee.navigator.ui_1.1.800.v202007170603... [INFO] Fetching org.eclipse.jst.j2ee.webservice.ui_1.1.800.v202103311810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.webservice.ui_1.1.800.v202103311810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.52kB) [INFO] Unpacking org.eclipse.jst.j2ee.webservice.ui_1.1.800.v202103311810... [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.1100.v202106040314.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (78.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.1100.v202106040314.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (78.75kB) [INFO] Unpacking org.eclipse.jst.servlet.ui_1.1.1100.v202106040314... [INFO] Fetching org.eclipse.jst.ws.ui_1.1.1.v202103201626.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.ui_1.1.1.v202103201626.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.64kB) [INFO] Unpacking org.eclipse.jst.ws.ui_1.1.1.v202103201626... [INFO] Fetching org.eclipse.jst.ws.uddiregistry_1.1.0.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.uddiregistry_1.1.0.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.51kB) [INFO] Unpacking org.eclipse.jst.ws.uddiregistry_1.1.0.v201910301957... [INFO] Fetching org.eclipse.jst.ws.creation.ui_1.0.1001.v202103201626.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (135.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.creation.ui_1.0.1001.v202103201626.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (135.19kB) [INFO] Unpacking org.eclipse.jst.ws.creation.ui_1.0.1001.v202103201626... [INFO] Fetching org.eclipse.jst.ws.consumption.ui_1.1.1001.v202103201626.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (314.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.consumption.ui_1.1.1001.v202103201626.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (314.26kB) [INFO] Unpacking org.eclipse.jst.ws.consumption.ui_1.1.1001.v202103201626... [INFO] Fetching org.eclipse.jst.ws.consumption_1.0.1400.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (86.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.consumption_1.0.1400.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (86.57kB) [INFO] Unpacking org.eclipse.jst.ws.consumption_1.0.1400.v201910301957... [INFO] Fetching org.eclipse.jst.j2ee.infopop_1.0.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.infopop_1.0.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.81kB) [INFO] Unpacking org.eclipse.jst.j2ee.infopop_1.0.300.v201903222024... [INFO] Fetching org.eclipse.jst.jsp.ui.infopop_1.0.200.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsp.ui.infopop_1.0.200.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.55kB) [INFO] Unpacking org.eclipse.jst.jsp.ui.infopop_1.0.200.v201903222120... [INFO] Fetching org.eclipse.jst.servlet.ui.infopop_1.0.500.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.servlet.ui.infopop_1.0.500.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.61kB) [INFO] Unpacking org.eclipse.jst.servlet.ui.infopop_1.0.500.v201903222024... [INFO] Fetching org.eclipse.jst.ws.axis.infopop_1.0.400.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis.infopop_1.0.400.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.4kB) [INFO] Unpacking org.eclipse.jst.ws.axis.infopop_1.0.400.v201903050508... [INFO] Fetching org.eclipse.jst.ws.consumption.infopop_1.0.400.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.consumption.infopop_1.0.400.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.74kB) [INFO] Unpacking org.eclipse.jst.ws.consumption.infopop_1.0.400.v201903050508... [INFO] Fetching org.eclipse.jst.ws.infopop_1.0.400.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.infopop_1.0.400.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.98kB) [INFO] Unpacking org.eclipse.jst.ws.infopop_1.0.400.v201903050508... [INFO] Fetching org.eclipse.jst.ws.creation.ejb.ui_1.0.300.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.creation.ejb.ui_1.0.300.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.24kB) [INFO] Unpacking org.eclipse.jst.ws.creation.ejb.ui_1.0.300.v201910301957... [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.ui_1.2.0.v202101081429.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (54.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.ui_1.2.0.v202101081429.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (54.16kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb.annotations.ui_1.2.0.v202101081429... [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.27kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429... [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.emitter_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.emitter_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.99kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb.annotations.emitter_1.1.300.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.xdoclet_1.2.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (57.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.xdoclet_1.2.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (57.35kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb.annotations.xdoclet_1.2.300.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee.xdoclet.runtime_1.2.0.v202101081429.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.xdoclet.runtime_1.2.0.v202101081429.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.74kB) [INFO] Unpacking org.eclipse.jst.j2ee.xdoclet.runtime_1.2.0.v202101081429... [INFO] Fetching org.eclipse.jst.ejb.ui.infopop_1.0.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ejb.ui.infopop_1.0.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.51kB) [INFO] Unpacking org.eclipse.jst.ejb.ui.infopop_1.0.300.v201903222024... [INFO] Fetching org.eclipse.jst.ws.jaxrs.core_1.0.851.v202101130222.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (52.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.jaxrs.core_1.0.851.v202101130222.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (52.01kB) [INFO] Unpacking org.eclipse.jst.ws.jaxrs.core_1.0.851.v202101130222... [INFO] Fetching org.eclipse.jst.ws.jaxrs.ui_1.0.801.v201906251834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.jaxrs.ui_1.0.801.v201906251834.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.26kB) [INFO] Unpacking org.eclipse.jst.ws.jaxrs.ui_1.0.801.v201906251834... [INFO] Fetching org.eclipse.jst.ws.axis.consumption.core_1.0.600.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis.consumption.core_1.0.600.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.49kB) [INFO] Unpacking org.eclipse.jst.ws.axis.consumption.core_1.0.600.v201910301957... [INFO] Fetching org.eclipse.jst.ws.axis.consumption.ui_1.0.1000.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (39.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis.consumption.ui_1.0.1000.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (39.08kB) [INFO] Unpacking org.eclipse.jst.ws.axis.consumption.ui_1.0.1000.v201910301957... [INFO] Fetching org.eclipse.jst.ws.axis.creation.ui_1.0.1000.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis.creation.ui_1.0.1000.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.46kB) [INFO] Unpacking org.eclipse.jst.ws.axis.creation.ui_1.0.1000.v201910301957... [INFO] Fetching org.eclipse.jst.enterprise_ui.feature_3.22.0.v202103200058.jar from https://download.eclipse.org/staging/2021-06/features/ (19.18kB) [INFO] Fetching org.eclipse.jst.ejb.doc.user_1.1.301.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (80.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ejb.doc.user_1.1.301.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (80.14kB) [INFO] Unpacking org.eclipse.jst.ejb.doc.user_1.1.301.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee.doc.user_1.1.400.v202101072335.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (193.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.doc.user_1.1.400.v202101072335.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (193.2kB) [INFO] Unpacking org.eclipse.jst.j2ee.doc.user_1.1.400.v202101072335... [INFO] Fetching org.eclipse.jst.ws.axis.ui.doc.user_1.1.200.v201903222115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis.ui.doc.user_1.1.200.v201903222115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.39kB) [INFO] Unpacking org.eclipse.jst.ws.axis.ui.doc.user_1.1.200.v201903222115... [INFO] Fetching org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (482.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (482.68kB) [INFO] Unpacking org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115... [INFO] Fetching org.eclipse.jst.ws.doc.user_1.0.700.v201903222115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (98.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.doc.user_1.0.700.v201903222115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (98.07kB) [INFO] Unpacking org.eclipse.jst.ws.doc.user_1.0.700.v201903222115... [INFO] Fetching org.eclipse.jst.enterprise_userdoc.feature_3.6.100.v201908261515.jar from https://download.eclipse.org/staging/2021-06/features/ (31.64kB) [INFO] Fetching org.eclipse.jst.server.core_1.2.700.v202103192305.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.core_1.2.700.v202103192305.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.71kB) [INFO] Unpacking org.eclipse.jst.server.core_1.2.700.v202103192305... [INFO] Fetching org.eclipse.jst.jee_1.0.1000.v202106021213.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jee_1.0.1000.v202106021213.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.05kB) [INFO] Unpacking org.eclipse.jst.jee_1.0.1000.v202106021213... [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.1100.v202106021213.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (222.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.1100.v202106021213.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (222.34kB) [INFO] Unpacking org.eclipse.jst.j2ee.web_1.1.1100.v202106021213... [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v202101040859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (273.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v202101040859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (273.83kB) [INFO] Unpacking org.eclipse.wst.server.ui_1.5.600.v202101040859... [INFO] Fetching org.eclipse.jst.jee.web_1.0.800.v202106040314.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jee.web_1.0.800.v202106040314.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.67kB) [INFO] Unpacking org.eclipse.jst.jee.web_1.0.800.v202106040314... [INFO] Fetching org.eclipse.jst.jsf.apache.trinidad.tagsupport_1.4.1.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (84.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.apache.trinidad.tagsupport_1.4.1.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (84.09kB) [INFO] Unpacking org.eclipse.jst.jsf.apache.trinidad.tagsupport_1.4.1.v201902121810... [INFO] Fetching org.eclipse.jst.pagedesigner_1.8.4.v202007170344.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (433.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.pagedesigner_1.8.4.v202007170344.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (433.15kB) [INFO] Unpacking org.eclipse.jst.pagedesigner_1.8.4.v202007170344... [INFO] Fetching org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature_2.6.1.v201902121810.jar from https://download.eclipse.org/staging/2021-06/features/ (30.77kB) [INFO] Fetching org.eclipse.jst.jsp.core_1.4.0.v202103040444.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (253.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsp.core_1.4.0.v202103040444.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (253.62kB) [INFO] Unpacking org.eclipse.jst.jsp.core_1.4.0.v202103040444... [INFO] Fetching org.eclipse.wst.html.core_1.4.0.v202101180039.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (210.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.html.core_1.4.0.v202101180039.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (210.02kB) [INFO] Unpacking org.eclipse.wst.html.core_1.4.0.v202101180039... [INFO] Fetching org.eclipse.wst.css.core_1.3.0.v202101180039.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (180.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.css.core_1.3.0.v202101180039.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (180.81kB) [INFO] Unpacking org.eclipse.wst.css.core_1.3.0.v202101180039... [INFO] Fetching org.eclipse.jst.jsf.doc.user_1.5.0.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (2.53MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsf.doc.user_1.5.0.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (2.53MB) [INFO] Unpacking org.eclipse.jst.jsf.doc.user_1.5.0.v201902121810... [INFO] Fetching org.eclipse.wst.html.ui_1.1.600.v202105181958.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (117.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.html.ui_1.1.600.v202105181958.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (117.33kB) [INFO] Unpacking org.eclipse.wst.html.ui_1.1.600.v202105181958... [INFO] Fetching org.eclipse.jst.jsp.ui_1.3.200.v202102222242.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (176.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jsp.ui_1.3.200.v202102222242.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (176.35kB) [INFO] Unpacking org.eclipse.jst.jsp.ui_1.3.200.v202102222242... [INFO] Fetching org.eclipse.wst.css.ui_1.2.0.v202101180039.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (120.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.css.ui_1.2.0.v202101180039.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (120.39kB) [INFO] Unpacking org.eclipse.wst.css.ui_1.2.0.v202101180039... [INFO] Fetching org.eclipse.jst.pagedesigner.jsp.core_1.5.102.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.pagedesigner.jsp.core_1.5.102.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.67kB) [INFO] Unpacking org.eclipse.jst.pagedesigner.jsp.core_1.5.102.v201902121810... [INFO] Fetching org.eclipse.jst.pagedesigner.jsf.ui_1.5.2.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (73.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.pagedesigner.jsf.ui_1.5.2.v201902121810.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (73.01kB) [INFO] Unpacking org.eclipse.jst.pagedesigner.jsf.ui_1.5.2.v201902121810... [INFO] Fetching org.eclipse.jst.server.generic.core_1.0.1000.v202011161356.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (56.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.generic.core_1.0.1000.v202011161356.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (56.57kB) [INFO] Unpacking org.eclipse.jst.server.generic.core_1.0.1000.v202011161356... [INFO] Fetching org.eclipse.jst.server.generic.ui_1.0.700.v201910252115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.generic.ui_1.0.700.v201910252115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.05kB) [INFO] Unpacking org.eclipse.jst.server.generic.ui_1.0.700.v201910252115... [INFO] Fetching org.eclipse.jst.server.preview.adapter_1.1.700.v202105161646.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.preview.adapter_1.1.700.v202105161646.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.43kB) [INFO] Unpacking org.eclipse.jst.server.preview.adapter_1.1.700.v202105161646... [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.18kB) [INFO] Unpacking org.eclipse.wst.internet.monitor.core_1.0.700.v202007170127... [INFO] Fetching org.eclipse.jst.server.tomcat.core_1.1.1500.v202106020138.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (165.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.tomcat.core_1.1.1500.v202106020138.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (165.93kB) [INFO] Unpacking org.eclipse.jst.server.tomcat.core_1.1.1500.v202106020138... [INFO] Fetching org.eclipse.jst.server.tomcat.ui_1.1.1000.v202104010136.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (48.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.tomcat.ui_1.1.1000.v202104010136.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (48.87kB) [INFO] Unpacking org.eclipse.jst.server.tomcat.ui_1.1.1000.v202104010136... [INFO] Fetching org.eclipse.jst.server.ui_1.1.500.v202103180201.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.ui_1.1.500.v202103180201.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.59kB) [INFO] Unpacking org.eclipse.jst.server.ui_1.1.500.v202103180201... [INFO] Fetching org.eclipse.jst.server_adapters.ext.feature_3.4.200.v202106020138.jar from https://download.eclipse.org/staging/2021-06/features/ (30.68kB) [INFO] Fetching org.eclipse.jst.server_adapters.feature_3.2.700.v202105161646.jar from https://download.eclipse.org/staging/2021-06/features/ (30.63kB) [INFO] Fetching org.eclipse.jst.server_core.feature_3.4.500.v202103192305.jar from https://download.eclipse.org/staging/2021-06/features/ (30.66kB) [INFO] Fetching org.eclipse.jst.server.ui.infopop_1.0.500.v201901310132.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.ui.infopop_1.0.500.v201901310132.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.29kB) [INFO] Unpacking org.eclipse.jst.server.ui.infopop_1.0.500.v201901310132... [INFO] Fetching org.eclipse.jst.server_ui.feature_3.4.500.v202103180201.jar from https://download.eclipse.org/staging/2021-06/features/ (30.71kB) [INFO] Fetching org.eclipse.jst.server.ui.doc.user_1.0.600.v201901310132.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (66.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.ui.doc.user_1.0.600.v201901310132.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (66.21kB) [INFO] Unpacking org.eclipse.jst.server.ui.doc.user_1.0.600.v201901310132... [INFO] Fetching org.eclipse.jst.server_userdoc.feature_3.3.300.v201901310132.jar from https://download.eclipse.org/staging/2021-06/features/ (30.62kB) [INFO] Fetching org.eclipse.jst.standard.schemas_1.2.400.v202101070609.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (388.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.standard.schemas_1.2.400.v202101070609.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (388.17kB) [INFO] Unpacking org.eclipse.jst.standard.schemas_1.2.400.v202101070609... [INFO] Fetching org.eclipse.jst.web_core.feature_3.22.0.v202103200058.jar from https://download.eclipse.org/staging/2021-06/features/ (31.82kB) [INFO] Fetching org.eclipse.wst.jsdt.web.support.jsp_1.1.101.v202101180039.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.web.support.jsp_1.1.101.v202101180039.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.7kB) [INFO] Unpacking org.eclipse.wst.jsdt.web.support.jsp_1.1.101.v202101180039... [INFO] Fetching org.eclipse.jst.web_js_support.feature_3.22.0.v202103200058.jar from https://download.eclipse.org/staging/2021-06/features/ (31.92kB) [INFO] Fetching org.eclipse.jst.web_ui.feature_3.22.0.v202103200058.jar from https://download.eclipse.org/staging/2021-06/features/ (31.72kB) [INFO] Fetching org.eclipse.jst.web_userdoc.feature_3.6.1.v201908261515.jar from https://download.eclipse.org/staging/2021-06/features/ (31.62kB) [INFO] Fetching org.eclipse.jst.webpageeditor.feature_2.9.1.v202007170344.jar from https://download.eclipse.org/staging/2021-06/features/ (31.98kB) [INFO] Fetching org.eclipse.wst.command.env_1.0.600.v202007142057.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.command.env_1.0.600.v202007142057.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.63kB) [INFO] Unpacking org.eclipse.wst.command.env_1.0.600.v202007142057... [INFO] Fetching org.eclipse.wst.command.env.core_1.1.0.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.command.env.core_1.1.0.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.8kB) [INFO] Unpacking org.eclipse.wst.command.env.core_1.1.0.v201910301957... [INFO] Fetching org.eclipse.wst.wsdl_1.3.0.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (176.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.wsdl_1.3.0.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (176.04kB) [INFO] Unpacking org.eclipse.wst.wsdl_1.3.0.v201910301957... [INFO] Fetching org.eclipse.wst.ws_1.1.600.v202007222105.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (68.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.ws_1.1.600.v202007222105.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (68.64kB) [INFO] Unpacking org.eclipse.wst.ws_1.1.600.v202007222105... [INFO] Fetching org.eclipse.jst.ws.annotations.core_1.2.200.v202008101342.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.annotations.core_1.2.200.v202008101342.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.96kB) [INFO] Unpacking org.eclipse.jst.ws.annotations.core_1.2.200.v202008101342... [INFO] Fetching org.eclipse.wst.ws.parser_1.1.0.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.ws.parser_1.1.0.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.78kB) [INFO] Unpacking org.eclipse.wst.ws.parser_1.1.0.v201910301957... [INFO] Fetching org.eclipse.wst.command.env.ui_1.2.0.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.command.env.ui_1.2.0.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.5kB) [INFO] Unpacking org.eclipse.wst.command.env.ui_1.2.0.v201910301957... [INFO] Fetching org.eclipse.jst.ws.axis2.consumption.core_1.0.200.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis2.consumption.core_1.0.200.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.19kB) [INFO] Unpacking org.eclipse.jst.ws.axis2.consumption.core_1.0.200.v201903050508... [INFO] Fetching org.eclipse.jst.ws.axis2.ui_1.0.400.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis2.ui_1.0.400.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.47kB) [INFO] Unpacking org.eclipse.jst.ws.axis2.ui_1.0.400.v201903050508... [INFO] Fetching org.eclipse.jst.ws.axis2.core_1.0.300.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis2.core_1.0.300.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.98kB) [INFO] Unpacking org.eclipse.jst.ws.axis2.core_1.0.300.v201903050508... [INFO] Fetching org.eclipse.jst.ws.axis2.consumption.ui_1.0.200.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis2.consumption.ui_1.0.200.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.97kB) [INFO] Unpacking org.eclipse.jst.ws.axis2.consumption.ui_1.0.200.v201903050508... [INFO] Fetching org.eclipse.jst.ws.axis2.creation.core_1.0.200.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis2.creation.core_1.0.200.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.6kB) [INFO] Unpacking org.eclipse.jst.ws.axis2.creation.core_1.0.200.v201903050508... [INFO] Fetching org.eclipse.wst.command.env.infopop_1.0.200.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.command.env.infopop_1.0.200.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.12kB) [INFO] Unpacking org.eclipse.wst.command.env.infopop_1.0.200.v201903050508... [INFO] Fetching org.eclipse.jst.ws.axis2.creation.ui_1.0.200.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis2.creation.ui_1.0.200.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.67kB) [INFO] Unpacking org.eclipse.jst.ws.axis2.creation.ui_1.0.200.v201903050508... [INFO] Fetching org.eclipse.jst.ws.axis2.ui.doc.user_1.0.200.v201903222115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.axis2.ui.doc.user_1.0.200.v201903222115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.77kB) [INFO] Unpacking org.eclipse.jst.ws.axis2.ui.doc.user_1.0.200.v201903222115... [INFO] Fetching org.eclipse.jst.ws.axis2tools.feature_1.1.401.v201909051708.jar from https://download.eclipse.org/staging/2021-06/features/ (31.78kB) [INFO] Fetching org.eclipse.wst.ws.explorer_1.1.0.v202103201626.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (670.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.ws.explorer_1.1.0.v202103201626.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (670.97kB) [INFO] Unpacking org.eclipse.wst.ws.explorer_1.1.0.v202103201626... [INFO] Fetching org.eclipse.wst.ws.ui_1.2.0.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.ws.ui_1.2.0.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.79kB) [INFO] Unpacking org.eclipse.wst.ws.ui_1.2.0.v201910301957... [INFO] Fetching org.eclipse.wst.wsdl.validation_1.3.0.v202101270311.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (69.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.wsdl.validation_1.3.0.v202101270311.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (69.1kB) [INFO] Unpacking org.eclipse.wst.wsdl.validation_1.3.0.v202101270311... [INFO] Fetching org.eclipse.jst.ws.cxf.consumption.core_1.0.400.v201902162149.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.cxf.consumption.core_1.0.400.v201902162149.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.52kB) [INFO] Unpacking org.eclipse.jst.ws.cxf.consumption.core_1.0.400.v201902162149... [INFO] Fetching org.eclipse.jst.ws.cxf.core_1.1.500.v202004091240.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (51.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.cxf.core_1.1.500.v202004091240.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (51.91kB) [INFO] Unpacking org.eclipse.jst.ws.cxf.core_1.1.500.v202004091240... [INFO] Fetching org.eclipse.jst.ws.jaxws.core_1.0.600.v202104210249.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.jaxws.core_1.0.600.v202104210249.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.8kB) [INFO] Unpacking org.eclipse.jst.ws.jaxws.core_1.0.600.v202104210249... [INFO] Fetching org.eclipse.jst.ws.cxf.consumption.ui_1.0.500.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.cxf.consumption.ui_1.0.500.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.55kB) [INFO] Unpacking org.eclipse.jst.ws.cxf.consumption.ui_1.0.500.v201910301957... [INFO] Fetching org.eclipse.jst.ws.cxf.ui_1.0.500.v202104210249.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.cxf.ui_1.0.500.v202104210249.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.3kB) [INFO] Unpacking org.eclipse.jst.ws.cxf.ui_1.0.500.v202104210249... [INFO] Fetching javax.jws_2.0.0.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.jws_2.0.0.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.04kB) [INFO] Unpacking javax.jws_2.0.0.v201005080400... [INFO] Fetching org.eclipse.jst.ws.jaxws.ui_1.0.600.v202008101342.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (72.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.jaxws.ui_1.0.600.v202008101342.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (72.89kB) [INFO] Unpacking org.eclipse.jst.ws.jaxws.ui_1.0.600.v202008101342... [INFO] Fetching org.eclipse.jst.ws.cxf.creation.core_1.0.500.v201902162149.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.cxf.creation.core_1.0.500.v201902162149.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.16kB) [INFO] Unpacking org.eclipse.jst.ws.cxf.creation.core_1.0.500.v201902162149... [INFO] Fetching org.eclipse.jst.ws.cxf.creation.ui_1.0.400.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.cxf.creation.ui_1.0.400.v201910301957.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.11kB) [INFO] Unpacking org.eclipse.jst.ws.cxf.creation.ui_1.0.400.v201910301957... [INFO] Fetching org.eclipse.jst.ws.cxf.doc.user_1.0.300.v201902162149.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (998.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.cxf.doc.user_1.0.300.v201902162149.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (998.32kB) [INFO] Unpacking org.eclipse.jst.ws.cxf.doc.user_1.0.300.v201902162149... [INFO] Fetching org.eclipse.jst.ws.cxf.feature_1.1.800.v202104210249.jar from https://download.eclipse.org/staging/2021-06/features/ (31.99kB) [INFO] Fetching org.eclipse.jst.ws.jaxb.core_1.0.200.v201902162203.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.jaxb.core_1.0.200.v201902162203.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.84kB) [INFO] Unpacking org.eclipse.jst.ws.jaxb.core_1.0.200.v201902162203... [INFO] Fetching org.eclipse.jst.ws.jaxws.doc.user_1.0.400.v201902162216.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (202.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.jaxws.doc.user_1.0.400.v201902162216.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (202.76kB) [INFO] Unpacking org.eclipse.jst.ws.jaxws.doc.user_1.0.400.v201902162216... [INFO] Fetching org.eclipse.jst.ws.jaxws.dom.integration_1.0.301.v201902162216.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.jaxws.dom.integration_1.0.301.v201902162216.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.34kB) [INFO] Unpacking org.eclipse.jst.ws.jaxws.dom.integration_1.0.301.v201902162216... [INFO] Fetching org.eclipse.jst.ws.jaxws.dom.runtime_1.0.301.v201902162228.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (53.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.jaxws.dom.runtime_1.0.301.v201902162228.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (53.51kB) [INFO] Unpacking org.eclipse.jst.ws.jaxws.dom.runtime_1.0.301.v201902162228... [INFO] Fetching org.eclipse.jst.ws.jaxws.dom.ui_1.0.101.v201902162239.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.jaxws.dom.ui_1.0.101.v201902162239.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.53kB) [INFO] Unpacking org.eclipse.jst.ws.jaxws.dom.ui_1.0.101.v201902162239... [INFO] Fetching org.eclipse.jst.ws.jaxws.utils_1.0.302.v201902162239.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ws.jaxws.utils_1.0.302.v201902162239.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.75kB) [INFO] Unpacking org.eclipse.jst.ws.jaxws.utils_1.0.302.v201902162239... [INFO] Fetching org.eclipse.jst.ws.jaxws.dom.feature_1.0.400.v202104210249.jar from https://download.eclipse.org/staging/2021-06/features/ (31.97kB) [INFO] Fetching org.eclipse.jst.ws.jaxws.feature_1.2.800.v202104210249.jar from https://download.eclipse.org/staging/2021-06/features/ (31.91kB) [INFO] Fetching org.eclipse.jst.ws.jaxws_userdoc.feature_1.0.403.v201909051708.jar from https://download.eclipse.org/staging/2021-06/features/ (31.69kB) [INFO] Fetching org.eclipse.lsp4e.debug_0.12.3.202102121348.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.lsp4e.debug_0.12.3.202102121348.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.06kB) [INFO] Unpacking org.eclipse.lsp4e.debug_0.12.3.202102121348... [INFO] Fetching org.eclipse.lsp4j.jsonrpc.debug_0.10.0.v20201105-1103.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.91kB) [INFO] Fetching org.eclipse.lsp4j.debug_0.10.0.v20201105-1103.jar from https://download.eclipse.org/staging/2021-06/plugins/ (366.6kB) [INFO] Fetching org.eclipse.m2e.pde_1.17.3.20210406-1049.jar from https://download.eclipse.org/staging/2021-06/plugins/ (37.8kB) [INFO] Fetching org.eclipse.m2e.pde.ui_1.17.3.20210406-1049.jar from https://download.eclipse.org/staging/2021-06/plugins/ (66.6kB) [INFO] Fetching org.eclipse.m2e.pde.feature_1.17.3.20210406-1049.jar from https://download.eclipse.org/staging/2021-06/features/ (19.07kB) [INFO] Fetching org.eclipse.m2e.wtp_1.4.4.20201128-1705.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (181.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.wtp_1.4.4.20201128-1705.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (181.73kB) [INFO] Unpacking org.eclipse.m2e.wtp_1.4.4.20201128-1705... [INFO] Fetching org.eclipse.m2e.wtp.overlay_1.4.4.20201128-1705.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.wtp.overlay_1.4.4.20201128-1705.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.65kB) [INFO] Unpacking org.eclipse.m2e.wtp.overlay_1.4.4.20201128-1705... [INFO] Fetching org.sonatype.m2e.mavenarchiver_0.17.5.202002191804.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sonatype.m2e.mavenarchiver_0.17.5.202002191804.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.66kB) [INFO] Unpacking org.sonatype.m2e.mavenarchiver_0.17.5.202002191804... [INFO] Fetching org.eclipse.m2e.wtp.overlay.ui_1.4.4.20201128-1705.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.wtp.overlay.ui_1.4.4.20201128-1705.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.86kB) [INFO] Unpacking org.eclipse.m2e.wtp.overlay.ui_1.4.4.20201128-1705... [INFO] Fetching org.eclipse.m2e.wtp.feature_1.4.4.20201128-1705.jar from https://download.eclipse.org/staging/2021-06/features/ (19.67kB) [INFO] Fetching org.eclipse.m2e.wtp.jaxrs_1.4.4.20201128-1705.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.wtp.jaxrs_1.4.4.20201128-1705.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.4kB) [INFO] Unpacking org.eclipse.m2e.wtp.jaxrs_1.4.4.20201128-1705... [INFO] Fetching org.eclipse.m2e.wtp.jaxrs.feature_1.4.4.20201128-1705.jar from https://download.eclipse.org/staging/2021-06/features/ (19.63kB) [INFO] Fetching org.eclipse.m2e.wtp.jpa_1.4.4.20201128-1705.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.wtp.jpa_1.4.4.20201128-1705.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.8kB) [INFO] Unpacking org.eclipse.m2e.wtp.jpa_1.4.4.20201128-1705... [INFO] Fetching org.eclipse.m2e.wtp.jpa.feature_1.4.4.20201128-1705.jar from https://download.eclipse.org/staging/2021-06/features/ (19.62kB) [INFO] Fetching org.eclipse.m2e.wtp.jsf_1.4.4.20201128-1705.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.wtp.jsf_1.4.4.20201128-1705.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.81kB) [INFO] Unpacking org.eclipse.m2e.wtp.jsf_1.4.4.20201128-1705... [INFO] Fetching org.eclipse.m2e.wtp.jsf.feature_1.4.4.20201128-1705.jar from https://download.eclipse.org/staging/2021-06/features/ (19.63kB) [INFO] Fetching org.eclipse.mylyn.bugzilla.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (209.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.bugzilla.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (209.64kB) [INFO] Unpacking org.eclipse.mylyn.bugzilla.core_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.75kB) [INFO] Unpacking org.eclipse.mylyn.commons.xmlrpc_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.bugzilla.ide_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.bugzilla.ide_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.81kB) [INFO] Unpacking org.eclipse.mylyn.bugzilla.ide_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.mylyn.bugzilla.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (192.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.bugzilla.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (192.74kB) [INFO] Unpacking org.eclipse.mylyn.bugzilla.ui_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.bugzilla_feature_3.25.2.v20200814-0512.jar from https://download.eclipse.org/staging/2021-06/features/ (19.28kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (69.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (69.55kB) [INFO] Unpacking org.eclipse.mylyn.context.tasks.ui_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.mylyn.resources.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.resources.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.2kB) [INFO] Unpacking org.eclipse.mylyn.resources.ui_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617.jar from https://download.eclipse.org/staging/2021-06/features/ (19.21kB) [INFO] Fetching org.eclipse.mylyn.debug.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.debug.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.08kB) [INFO] Unpacking org.eclipse.mylyn.debug.ui_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.mylyn.ide.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.ide.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.14kB) [INFO] Unpacking org.eclipse.mylyn.ide.ui_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.mylyn.ide.ant_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.ide.ant_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.41kB) [INFO] Unpacking org.eclipse.mylyn.ide.ant_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.mylyn.ide_feature_3.25.2.v20200828-1617.jar from https://download.eclipse.org/staging/2021-06/features/ (19.23kB) [INFO] Fetching org.eclipse.mylyn.java.tasks_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.java.tasks_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.08kB) [INFO] Unpacking org.eclipse.mylyn.java.tasks_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.mylyn.java.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (119.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.java.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (119.12kB) [INFO] Unpacking org.eclipse.mylyn.java.ui_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.mylyn.java_feature_3.25.2.v20200828-1617.jar from https://download.eclipse.org/staging/2021-06/features/ (19.3kB) [INFO] Fetching org.eclipse.mylyn.tasks.bugs_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.bugs_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.47kB) [INFO] Unpacking org.eclipse.mylyn.tasks.bugs_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.help.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.2MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.help.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.2MB) [INFO] Unpacking org.eclipse.mylyn.help.ui_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.tasks.ide_3.25.2.v20200814-0512.jar from https://download.eclipse.org/staging/2021-06/features/ (19.18kB) [INFO] Fetching org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617.jar from https://download.eclipse.org/staging/2021-06/features/ (19.18kB) [INFO] Fetching org.eclipse.tm4e.languageconfiguration_0.3.5.202007200903.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.tm4e.languageconfiguration_0.3.5.202007200903.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.2kB) [INFO] Unpacking org.eclipse.tm4e.languageconfiguration_0.3.5.202007200903... [INFO] Fetching org.eclipse.wildwebdeveloper_0.5.14.202102181620.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.8MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wildwebdeveloper_0.5.14.202102181620.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.8MB) [INFO] Unpacking org.eclipse.wildwebdeveloper_0.5.14.202102181620... [INFO] Fetching org.eclipse.wildwebdeveloper.embedder.node_0.2.2.202102092209.jar from https://download.eclipse.org/staging/2021-06/plugins/ (17.47kB) [INFO] Fetching org.eclipse.wildwebdeveloper.embedder.node.linux.x86_64_0.1.2.202102091935.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.76MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wildwebdeveloper.embedder.node.linux.x86_64_0.1.2.202102091935.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.76MB) [INFO] Unpacking org.eclipse.wildwebdeveloper.embedder.node.linux.x86_64_0.1.2.202102091935... [INFO] Fetching org.eclipse.wildwebdeveloper.embedder.node.feature_0.2.2.202102092209.jar from https://download.eclipse.org/staging/2021-06/features/ (18.76kB) [INFO] Fetching org.eclipse.wildwebdeveloper.feature_0.10.6.202102181620.jar from https://download.eclipse.org/staging/2021-06/features/ (18.76kB) [INFO] Fetching org.eclipse.wst.common.fproj_3.7.3.v202007142017.jar from https://download.eclipse.org/staging/2021-06/features/ (30.29kB) [INFO] Fetching org.eclipse.wst.internet.monitor.ui_1.0.800.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (50.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.internet.monitor.ui_1.0.800.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (50.28kB) [INFO] Unpacking org.eclipse.wst.internet.monitor.ui_1.0.800.v202007170127... [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.303.v202007221940.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.2MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.303.v202007221940.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.2MB) [INFO] Unpacking org.eclipse.wst.jsdt.core_2.0.303.v202007221940... [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.31kB) [INFO] Unpacking org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047... [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.300.v202106021855.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (2.31MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.300.v202106021855.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (2.31MB) [INFO] Unpacking org.eclipse.wst.jsdt.ui_2.1.300.v202106021855... [INFO] Fetching org.eclipse.wst.jsdt.web.core_1.1.100.v202005120035.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (62.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.web.core_1.1.100.v202005120035.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (62.65kB) [INFO] Unpacking org.eclipse.wst.jsdt.web.core_1.1.100.v202005120035... [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.2.201.v202101180039.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (85.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.2.201.v202101180039.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (85.02kB) [INFO] Unpacking org.eclipse.wst.jsdt.web.ui_1.2.201.v202101180039... [INFO] Fetching org.eclipse.wst.server.discovery_1.3.300.v202101040859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.discovery_1.3.300.v202101040859.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.12kB) [INFO] Unpacking org.eclipse.wst.server.discovery_1.3.300.v202101040859... [INFO] Fetching org.eclipse.wst.server.http.core_1.0.400.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.http.core_1.0.400.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.26kB) [INFO] Unpacking org.eclipse.wst.server.http.core_1.0.400.v202007170127... [INFO] Fetching org.eclipse.wst.server.http.ui_1.0.500.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.http.ui_1.0.500.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.93kB) [INFO] Unpacking org.eclipse.wst.server.http.ui_1.0.500.v202007170127... [INFO] Fetching org.eclipse.wst.server.preview.adapter_1.1.600.v202105061445.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.preview.adapter_1.1.600.v202105061445.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.4kB) [INFO] Unpacking org.eclipse.wst.server.preview.adapter_1.1.600.v202105061445... [INFO] Fetching org.eclipse.wst.server_adapters.feature_3.2.900.v202105171604.jar from https://download.eclipse.org/staging/2021-06/features/ (31.05kB) [INFO] Fetching org.eclipse.wst.ws.service.policy_1.0.450.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.ws.service.policy_1.0.450.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.41kB) [INFO] Unpacking org.eclipse.wst.ws.service.policy_1.0.450.v201903050508... [INFO] Fetching org.eclipse.wst.ws.service.policy.ui_1.0.500.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.ws.service.policy.ui_1.0.500.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.56kB) [INFO] Unpacking org.eclipse.wst.ws.service.policy.ui_1.0.500.v201903050508... [INFO] Fetching org.eclipse.wst.wsi_1.1.300.v202101270311.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (223.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.wsi_1.1.300.v202101270311.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (223.92kB) [INFO] Unpacking org.eclipse.wst.wsi_1.1.300.v202101270311... [INFO] Fetching org.eclipse.wst.ws_core.feature_3.21.0.v202101270311.jar from https://download.eclipse.org/staging/2021-06/features/ (31.98kB) [INFO] Fetching org.eclipse.wst.ws.infopop_1.0.400.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.ws.infopop_1.0.400.v201903050508.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.59kB) [INFO] Unpacking org.eclipse.wst.ws.infopop_1.0.400.v201903050508... [INFO] Fetching org.eclipse.wst.wsdl.ui_1.3.100.v202004082216.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (265.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.wst.wsdl.ui_1.3.100.v202004082216... [INFO] Fetching org.eclipse.wst.wsi.ui_1.1.100.v202007221938.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.wsi.ui_1.1.100.v202007221938.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.71kB) [INFO] Unpacking org.eclipse.wst.wsi.ui_1.1.100.v202007221938... [INFO] Fetching org.eclipse.wst.ws_ui.feature_3.9.100.v202004082157.jar from https://download.eclipse.org/staging/2021-06/features/ (31.75kB) [INFO] Fetching org.eclipse.wst.wsdl.ui.doc.user_1.0.850.v201903222115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.wsdl.ui.doc.user_1.0.850.v201903222115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.12kB) [INFO] Unpacking org.eclipse.wst.wsdl.ui.doc.user_1.0.850.v201903222115... [INFO] Fetching org.eclipse.wst.wsi.ui.doc.user_1.0.750.v201903222115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.wsi.ui.doc.user_1.0.750.v201903222115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.48kB) [INFO] Unpacking org.eclipse.wst.wsi.ui.doc.user_1.0.750.v201903222115... [INFO] Fetching org.eclipse.wst.command.env.doc.user_1.5.400.v201903222115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.command.env.doc.user_1.5.400.v201903222115.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.99kB) [INFO] Unpacking org.eclipse.wst.command.env.doc.user_1.5.400.v201903222115... [INFO] Fetching org.eclipse.wst.ws_userdoc.feature_3.1.501.v201909051708.jar from https://download.eclipse.org/staging/2021-06/features/ (31.72kB) [INFO] Fetching org.eclipse.wst.xml.xpath.core_1.3.1.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.xpath.core_1.3.1.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.92kB) [INFO] Unpacking org.eclipse.wst.xml.xpath.core_1.3.1.v201901071922... [INFO] Fetching org.eclipse.wst.xml.xpath2.processor_2.1.101.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (153.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.xpath2.processor_2.1.101.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (153.42kB) [INFO] Unpacking org.eclipse.wst.xml.xpath2.processor_2.1.101.v201903222120... [INFO] Fetching org.eclipse.wst.xml.xpath.ui_1.1.300.v201904282210.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.xpath.ui_1.1.300.v201904282210.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.2kB) [INFO] Unpacking org.eclipse.wst.xml.xpath.ui_1.1.300.v201904282210... [INFO] Fetching org.eclipse.wst.xml.xpath2.wtptypes_2.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.xpath2.wtptypes_2.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.02kB) [INFO] Unpacking org.eclipse.wst.xml.xpath2.wtptypes_2.0.0.v201901071922... [INFO] Fetching java_cup.runtime_0.10.0.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching java_cup.runtime_0.10.0.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.85kB) [INFO] Unpacking java_cup.runtime_0.10.0.v201005080400... [INFO] Fetching org.eclipse.wst.xml.xpath2.processor.doc.user_2.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.xpath2.processor.doc.user_2.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.07kB) [INFO] Unpacking org.eclipse.wst.xml.xpath2.processor.doc.user_2.1.0.v201901071922... [INFO] Fetching org.eclipse.wst.xml.xpath2_1.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.xpath2_1.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.9kB) [INFO] Unpacking org.eclipse.wst.xml.xpath2_1.1.0.v201901071922... [INFO] Fetching org.eclipse.wst.xml.xpath2.processor.feature_2.0.302.v201909031400.jar from https://download.eclipse.org/staging/2021-06/features/ (19.56kB) [INFO] Fetching org.eclipse.wst.xsl.core_1.2.100.v201907231732.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (64.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsl.core_1.2.100.v201907231732.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (64.08kB) [INFO] Unpacking org.eclipse.wst.xsl.core_1.2.100.v201907231732... [INFO] Fetching org.eclipse.wst.xsl.debug.ui_1.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (48.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsl.debug.ui_1.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (48.7kB) [INFO] Unpacking org.eclipse.wst.xsl.debug.ui_1.1.0.v201901071922... [INFO] Fetching org.eclipse.wst.xsl.launching_1.2.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsl.launching_1.2.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.32kB) [INFO] Unpacking org.eclipse.wst.xsl.launching_1.2.0.v201901071922... [INFO] Fetching org.eclipse.wst.xsl.doc_1.1.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.05MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsl.doc_1.1.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.05MB) [INFO] Unpacking org.eclipse.wst.xsl.doc_1.1.0.v201903222120... [INFO] Fetching org.eclipse.wst.xsl.exslt.core_1.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsl.exslt.core_1.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.67kB) [INFO] Unpacking org.eclipse.wst.xsl.exslt.core_1.1.0.v201901071922... [INFO] Fetching org.eclipse.wst.xsl.exslt.ui_1.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsl.exslt.ui_1.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11kB) [INFO] Unpacking org.eclipse.wst.xsl.exslt.ui_1.1.0.v201901071922... [INFO] Fetching org.eclipse.wst.xsl.ui_1.2.100.v202004230532.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (90.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsl.ui_1.2.100.v202004230532.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (90.91kB) [INFO] Unpacking org.eclipse.wst.xsl.ui_1.2.100.v202004230532... [INFO] Fetching org.apache.bcel_5.2.0.v201005080400.jar from https://download.eclipse.org/staging/2021-06/plugins/ (565.07kB) [INFO] Fetching org.eclipse.wst.xsl.xalan_1.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsl.xalan_1.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.56kB) [INFO] Unpacking org.eclipse.wst.xsl.xalan_1.1.0.v201901071922... [INFO] Fetching org.eclipse.wst.xsl.saxon_1.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsl.saxon_1.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.02kB) [INFO] Unpacking org.eclipse.wst.xsl.saxon_1.1.0.v201901071922... [INFO] Fetching org.eclipse.wst.xsl_1.2.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsl_1.2.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.87kB) [INFO] Unpacking org.eclipse.wst.xsl_1.2.0.v201901071922... [INFO] Fetching org.eclipse.wst.xsl.jaxp.debug_1.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsl.jaxp.debug_1.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.84kB) [INFO] Unpacking org.eclipse.wst.xsl.jaxp.debug_1.1.0.v201901071922... [INFO] Fetching org.eclipse.wst.xsl.jaxp.debug.ui_1.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsl.jaxp.debug.ui_1.1.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.36kB) [INFO] Unpacking org.eclipse.wst.xsl.jaxp.debug.ui_1.1.0.v201901071922... [INFO] Fetching org.eclipse.wst.xsl.jaxp.launching_1.1.100.v202005251734.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsl.jaxp.launching_1.1.100.v202005251734.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.92kB) [INFO] Unpacking org.eclipse.wst.xsl.jaxp.launching_1.1.100.v202005251734... [INFO] Fetching org.eclipse.wst.xsl.feature_1.3.900.v202005251734.jar from https://download.eclipse.org/staging/2021-06/features/ (19.81kB) [INFO] Fetching org.sonatype.m2e.mavenarchiver.feature_0.17.5.202002191804.jar from https://download.eclipse.org/staging/2021-06/features/ (18.92kB) [INFO] Fetching org.eclipse.wildwebdeveloper.embedder.node.linux.aarch64_0.1.2.202102091935.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.75MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wildwebdeveloper.embedder.node.linux.aarch64_0.1.2.202102091935.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.75MB) [INFO] Unpacking org.eclipse.wildwebdeveloper.embedder.node.linux.aarch64_0.1.2.202102091935... [INFO] Fetching org.eclipse.wildwebdeveloper.embedder.node.win32.x86_64_0.1.2.202102091935.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.83MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wildwebdeveloper.embedder.node.win32.x86_64_0.1.2.202102091935.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.83MB) [INFO] Unpacking org.eclipse.wildwebdeveloper.embedder.node.win32.x86_64_0.1.2.202102091935... [INFO] Fetching org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_0.1.2.202102091935.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.83MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_0.1.2.202102091935.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.83MB) [INFO] Unpacking org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_0.1.2.202102091935... [INFO] The project's OSGi version is 4.20.0.20210609-0618 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ epp.package.jee --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.jee --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.jee --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ epp.package.jee --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.jee --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ epp.package.jee --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ epp.package.jee --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ epp.package.jee --- [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:materialize-products (materialize-products) @ epp.package.jee --- [INFO] Installing product epp.package.jee for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/linux/gtk/x86_64/eclipse Installing epp.package.jee 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 16.0.1.v20210528-1205. Installing org.eclipse.datatools.common.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.14.102.201911221603. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.14.200.202008192017. Installing org.eclipse.datatools.intro.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sdk.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.14.200.202008192017. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.14.200.202009292210. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.14.200.202009292210. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.14.200.202008192017. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.14.200.202009292210. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.buildship.feature.group 3.1.5.v20210113-0929. Installing org.eclipse.eclemma.feature.feature.group 3.1.4.202012082030. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.mylyn.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.200.v201903221940. Installing org.eclipse.jpt.common.feature.feature.group 1.5.100.v201903221940. Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202104080213. Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v201903221940. Installing org.eclipse.jpt.jpa.feature.feature.group 3.6.1.v202106020926. Installing org.eclipse.jsf.feature.feature.group 3.10.100.v202105172316. Installing org.eclipse.wst.server_adapters.feature.feature.group 3.2.900.v202105171604. Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.22.0.v202103232321. Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.22.0.v202103200058. Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.6.1.v201902121810. Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.200.v202106020138. Installing org.eclipse.jst.server_adapters.feature.feature.group 3.2.700.v202105161646. Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202103180201. Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.9.1.v202007170344. Installing org.eclipse.jst.web_ui.feature.feature.group 3.22.0.v202103200058. Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.1.401.v201909051708. Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.800.v202104210249. Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.400.v202104210249. Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.800.v202104210249. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.m2e.pde.feature.feature.group 1.17.3.20210406-1049. Installing org.eclipse.m2e.logback.feature.feature.group 1.17.1.20210603-1006. Installing org.eclipse.m2e.wtp.feature.feature.group 1.4.4.20201128-1705. Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.4.4.20201128-1705. Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.4.4.20201128-1705. Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.4.4.20201128-1705. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.context_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.ide_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn.java_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.pde.feature.group 3.14.800.v20210609-0520. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.wst.common.fproj.feature.group 3.7.3.v202007142017. Installing org.eclipse.wst.xsl.feature.feature.group 1.3.900.v202005251734. Installing org.eclipse.wildwebdeveloper.feature.feature.group 0.10.6.202102181620. Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 0.2.2.202102092209. Installing org.eclipse.tips.feature.feature.group 0.2.1400.v20210317-2216. Operation completed in 14256 ms. [INFO] Installing product epp.package.jee for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/linux/gtk/aarch64/eclipse Installing epp.package.jee 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 16.0.1.v20210528-1205. Installing org.eclipse.datatools.common.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.14.102.201911221603. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.14.200.202008192017. Installing org.eclipse.datatools.intro.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sdk.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.14.200.202008192017. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.14.200.202009292210. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.14.200.202009292210. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.14.200.202008192017. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.14.200.202009292210. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.buildship.feature.group 3.1.5.v20210113-0929. Installing org.eclipse.eclemma.feature.feature.group 3.1.4.202012082030. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.mylyn.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.200.v201903221940. Installing org.eclipse.jpt.common.feature.feature.group 1.5.100.v201903221940. Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202104080213. Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v201903221940. Installing org.eclipse.jpt.jpa.feature.feature.group 3.6.1.v202106020926. Installing org.eclipse.jsf.feature.feature.group 3.10.100.v202105172316. Installing org.eclipse.wst.server_adapters.feature.feature.group 3.2.900.v202105171604. Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.22.0.v202103232321. Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.22.0.v202103200058. Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.6.1.v201902121810. Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.200.v202106020138. Installing org.eclipse.jst.server_adapters.feature.feature.group 3.2.700.v202105161646. Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202103180201. Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.9.1.v202007170344. Installing org.eclipse.jst.web_ui.feature.feature.group 3.22.0.v202103200058. Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.1.401.v201909051708. Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.800.v202104210249. Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.400.v202104210249. Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.800.v202104210249. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.m2e.pde.feature.feature.group 1.17.3.20210406-1049. Installing org.eclipse.m2e.logback.feature.feature.group 1.17.1.20210603-1006. Installing org.eclipse.m2e.wtp.feature.feature.group 1.4.4.20201128-1705. Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.4.4.20201128-1705. Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.4.4.20201128-1705. Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.4.4.20201128-1705. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.context_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.ide_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn.java_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.pde.feature.group 3.14.800.v20210609-0520. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.wst.common.fproj.feature.group 3.7.3.v202007142017. Installing org.eclipse.wst.xsl.feature.feature.group 1.3.900.v202005251734. Installing org.eclipse.wildwebdeveloper.feature.feature.group 0.10.6.202102181620. Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 0.2.2.202102092209. Installing org.eclipse.tips.feature.feature.group 0.2.1400.v20210317-2216. Operation completed in 13685 ms. [INFO] Installing product epp.package.jee for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/win32/win32/x86_64/eclipse Installing epp.package.jee 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 16.0.1.v20210528-1205. Installing org.eclipse.datatools.common.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.14.102.201911221603. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.14.200.202008192017. Installing org.eclipse.datatools.intro.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sdk.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.14.200.202008192017. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.14.200.202009292210. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.14.200.202009292210. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.14.200.202008192017. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.14.200.202009292210. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.buildship.feature.group 3.1.5.v20210113-0929. Installing org.eclipse.eclemma.feature.feature.group 3.1.4.202012082030. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.mylyn.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.200.v201903221940. Installing org.eclipse.jpt.common.feature.feature.group 1.5.100.v201903221940. Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202104080213. Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v201903221940. Installing org.eclipse.jpt.jpa.feature.feature.group 3.6.1.v202106020926. Installing org.eclipse.jsf.feature.feature.group 3.10.100.v202105172316. Installing org.eclipse.wst.server_adapters.feature.feature.group 3.2.900.v202105171604. Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.22.0.v202103232321. Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.22.0.v202103200058. Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.6.1.v201902121810. Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.200.v202106020138. Installing org.eclipse.jst.server_adapters.feature.feature.group 3.2.700.v202105161646. Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202103180201. Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.9.1.v202007170344. Installing org.eclipse.jst.web_ui.feature.feature.group 3.22.0.v202103200058. Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.1.401.v201909051708. Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.800.v202104210249. Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.400.v202104210249. Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.800.v202104210249. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.m2e.pde.feature.feature.group 1.17.3.20210406-1049. Installing org.eclipse.m2e.logback.feature.feature.group 1.17.1.20210603-1006. Installing org.eclipse.m2e.wtp.feature.feature.group 1.4.4.20201128-1705. Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.4.4.20201128-1705. Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.4.4.20201128-1705. Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.4.4.20201128-1705. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.context_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.ide_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn.java_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.pde.feature.group 3.14.800.v20210609-0520. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.wst.common.fproj.feature.group 3.7.3.v202007142017. Installing org.eclipse.wst.xsl.feature.feature.group 1.3.900.v202005251734. Installing org.eclipse.wildwebdeveloper.feature.feature.group 0.10.6.202102181620. Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 0.2.2.202102092209. Installing org.eclipse.tips.feature.feature.group 0.2.1400.v20210317-2216. Operation completed in 17188 ms. [INFO] Installing product epp.package.jee for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/macosx/cocoa/x86_64/Eclipse.app Installing epp.package.jee 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 16.0.1.v20210528-1205. Installing org.eclipse.datatools.common.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.14.102.201911221603. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sdk.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.14.200.202008192017. Installing org.eclipse.datatools.intro.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sdk.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.14.200.202008192017. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.14.200.202009292210. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.14.200.202009292210. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.14.200.202008192017. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.14.200.202009292210. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.buildship.feature.group 3.1.5.v20210113-0929. Installing org.eclipse.eclemma.feature.feature.group 3.1.4.202012082030. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.mylyn.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.jpt.common.eclipselink.feature.feature.group 1.3.200.v201903221940. Installing org.eclipse.jpt.common.feature.feature.group 1.5.100.v201903221940. Installing org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.4.203.v202104080213. Installing org.eclipse.jpt.jaxb.feature.feature.group 1.5.201.v202104080213. Installing org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.4.101.v201903221940. Installing org.eclipse.jpt.jpa.feature.feature.group 3.6.1.v202106020926. Installing org.eclipse.jsf.feature.feature.group 3.10.100.v202105172316. Installing org.eclipse.wst.server_adapters.feature.feature.group 3.2.900.v202105171604. Installing org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.22.0.v202103232321. Installing org.eclipse.jst.enterprise_ui.feature.feature.group 3.22.0.v202103200058. Installing org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.6.1.v201902121810. Installing org.eclipse.jst.server_adapters.ext.feature.feature.group 3.4.200.v202106020138. Installing org.eclipse.jst.server_adapters.feature.feature.group 3.2.700.v202105161646. Installing org.eclipse.jst.server_ui.feature.feature.group 3.4.500.v202103180201. Installing org.eclipse.jst.webpageeditor.feature.feature.group 2.9.1.v202007170344. Installing org.eclipse.jst.web_ui.feature.feature.group 3.22.0.v202103200058. Installing org.eclipse.jst.ws.axis2tools.feature.feature.group 1.1.401.v201909051708. Installing org.eclipse.jst.ws.cxf.feature.feature.group 1.1.800.v202104210249. Installing org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.400.v202104210249. Installing org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.800.v202104210249. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.m2e.pde.feature.feature.group 1.17.3.20210406-1049. Installing org.eclipse.m2e.logback.feature.feature.group 1.17.1.20210603-1006. Installing org.eclipse.m2e.wtp.feature.feature.group 1.4.4.20201128-1705. Installing org.eclipse.m2e.wtp.jaxrs.feature.feature.group 1.4.4.20201128-1705. Installing org.eclipse.m2e.wtp.jpa.feature.feature.group 1.4.4.20201128-1705. Installing org.eclipse.m2e.wtp.jsf.feature.feature.group 1.4.4.20201128-1705. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.context_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.ide_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn.java_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.pde.feature.group 3.14.800.v20210609-0520. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.wst.common.fproj.feature.group 3.7.3.v202007142017. Installing org.eclipse.wst.xsl.feature.feature.group 1.3.900.v202005251734. Installing org.eclipse.wildwebdeveloper.feature.feature.group 0.10.6.202102181620. Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 0.2.2.202102092209. Installing org.eclipse.tips.feature.feature.group 0.2.1400.v20210317-2216. Operation completed in 14136 ms. [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.jee --- [INFO] [Wed Jun 09 23:48:42 UTC 2021] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/macosx/cocoa/x86_64/Eclipse.app'... [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.jee --- [INFO] [Wed Jun 09 23:50:06 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/win32/win32/x86_64/eclipse/eclipse.exe' [INFO] [Wed Jun 09 23:50:07 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/epp.package.jee/win32/win32/x86_64/eclipse/eclipsec.exe' [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:archive-products (archive-products) @ epp.package.jee --- [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/20210609-2320_eclipse-jee-2021-06-RC1-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/20210609-2320_eclipse-jee-2021-06-RC1-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/20210609-2320_eclipse-jee-2021-06-RC1-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/20210609-2320_eclipse-jee-2021-06-RC1-macosx.cocoa.x86_64.tar.gz [INFO] [INFO] --- eclipse-dmg-packager:1.3.2-SNAPSHOT:package-dmg (default) @ epp.package.jee --- [INFO] [Wed Jun 09 23:52:00 UTC 2021] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/target/products/20210609-2320_eclipse-jee-2021-06-RC1-macosx.cocoa.x86_64.tar.gz'... [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-zips-to-archive-folder) @ epp.package.jee --- [INFO] Executing tasks [INFO] [copy] Copying 5 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:2.2.0:mirror (mirror-to-central-epp-repository) @ epp.package.jee --- [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/../../archive/repository... Mirroring: binary,epp.package.jee.executable.win32.win32.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.jee.executable.win32.win32.x86_64,4.20.0.20210609-0618) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.jee.feature,4.20.0.20210609-0618 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.jee.feature,4.20.0.20210609-0618) Mirroring: osgi.bundle,org.eclipse.epp.package.jee,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.jee,4.20.0.20210603-2230) Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,16.0.1.v20210528-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,16.0.1.v20210528-1205) Mirroring: binary,epp.package.jee.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.jee.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618) Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,16.0.1.v20210528-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,16.0.1.v20210528-1205) Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,16.0.1.v20210528-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,16.0.1.v20210528-1205) Mirroring: binary,epp.package.jee.executable.gtk.linux.aarch64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.jee.executable.gtk.linux.aarch64,4.20.0.20210609-0618) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230) Mirroring: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,16.0.1.v20210528-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,16.0.1.v20210528-1205) Mirroring: binary,epp.package.jee.executable.gtk.linux.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.jee.executable.gtk.linux.x86_64,4.20.0.20210609-0618) Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230) [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64,16.0.1.v20210528-1205 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64,16.0.1.v20210528-1205 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64,16.0.1.v20210528-1205 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/../../archive/repository/.; Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64,16.0.1.v20210528-1205 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/../../archive/repository/.] [INFO] [INFO] ----------< org.eclipse.epp:org.eclipse.epp.package.modeling >---------- [INFO] Building org.eclipse.epp.package.modeling 4.20.0-SNAPSHOT [19/37] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.modeling --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.modeling --- [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.modeling --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.modeling --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.modeling --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.modeling --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.epp.package.modeling --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.modeling --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/src/test/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.modeling --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.modeling --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.package.modeling --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/target/org.eclipse.epp.package.modeling-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.modeling --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.modeling --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling/target/org.eclipse.epp.package.modeling-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.modeling --- [INFO] [INFO] ------< org.eclipse.epp:org.eclipse.epp.package.modeling.feature >------ [INFO] Building org.eclipse.epp.package.modeling.feature 4.20.0-SNAPSHOT [20/37] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.modeling.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.modeling.feature --- [INFO] The project's OSGi version is 4.20.0.20210609-0618 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.modeling.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.modeling.feature --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.modeling.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.modeling.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.epp.package.modeling.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/target/org.eclipse.epp.package.modeling.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.modeling.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.modeling.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.modeling.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/target/org.eclipse.epp.package.modeling.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.modeling.feature --- [INFO] [INFO] ----------------< org.eclipse.epp:epp.package.modeling >---------------- [INFO] Building epp.package.modeling 4.20.0-SNAPSHOT [21/37] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.modeling --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.modeling --- [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from https://download.eclipse.org/staging/2021-06/plugins/ (108.23kB) [INFO] Fetching org.antlr.runtime_4.7.2.v20200218-0804.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (121.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.antlr.runtime_4.7.2.v20200218-0804.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (121.85kB) [INFO] Unpacking org.antlr.runtime_4.7.2.v20200218-0804... [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from https://download.eclipse.org/staging/2021-06/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (35.81kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from https://download.eclipse.org/staging/2021-06/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (183.86kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.29MB) [INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202102190929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202102190929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.63kB) [INFO] Unpacking org.eclipse.acceleo.annotations_7.0.0.202102190929... [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202102190929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (146.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202102190929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (146.65kB) [INFO] Unpacking org.eclipse.acceleo.query_7.0.0.202102190929... [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (57.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (57.08kB) [INFO] Unpacking org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929... [INFO] Fetching org.eclipse.draw2d.doc.isv_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.draw2d.doc.isv_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.1MB) [INFO] Unpacking org.eclipse.draw2d.doc.isv_3.10.100.201606061308... [INFO] Fetching org.eclipse.draw2d.sdk_3.10.100.201606061308.jar from https://download.eclipse.org/staging/2021-06/features/ (19.59kB) [INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from https://download.eclipse.org/staging/2021-06/plugins/ (524.47kB) [INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from https://download.eclipse.org/staging/2021-06/features/ (19.38kB) [INFO] Fetching org.eclipse.e4.tools.emf.editor3x_4.8.0.v20210427-1802.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.tools.emf.editor3x_4.8.0.v20210427-1802.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.55kB) [INFO] Unpacking org.eclipse.e4.tools.emf.editor3x_4.8.0.v20210427-1802... [INFO] Fetching org.eclipse.e4.tools.emf.ui_4.7.0.v20210427-1802.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (379.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.tools.emf.ui_4.7.0.v20210427-1802.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (379.93kB) [INFO] Unpacking org.eclipse.e4.tools.emf.ui_4.7.0.v20210427-1802... [INFO] Fetching org.eclipse.e4.tools.compat_4.8.100.v20210102-0921.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.tools.compat_4.8.100.v20210102-0921.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.21kB) [INFO] Unpacking org.eclipse.e4.tools.compat_4.8.100.v20210102-0921... [INFO] Fetching org.eclipse.e4.tools.services_4.9.0.v20210427-1802.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.tools.services_4.9.0.v20210427-1802.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.51kB) [INFO] Unpacking org.eclipse.e4.tools.services_4.9.0.v20210427-1802... [INFO] Fetching org.eclipse.e4.tools_4.9.0.v20200923-1123.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.tools_4.9.0.v20200923-1123.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.95kB) [INFO] Unpacking org.eclipse.e4.tools_4.9.0.v20200923-1123... [INFO] Fetching org.eclipse.e4.tools.jdt.templates_4.9.0.v20210427-1802.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.tools.jdt.templates_4.9.0.v20210427-1802.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.25kB) [INFO] Unpacking org.eclipse.e4.tools.jdt.templates_4.9.0.v20210427-1802... [INFO] Fetching org.eclipse.e4.core.tools.feature_4.20.0.v20210427-1802.jar from https://download.eclipse.org/staging/2021-06/features/ (19.03kB) [INFO] Fetching org.eclipse.eef_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-06/plugins/ (213.21kB) [INFO] Fetching org.eclipse.eef.common_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-06/plugins/ (27.82kB) [INFO] Fetching org.eclipse.eef.common.ui_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.61kB) [INFO] Fetching org.eclipse.eef.core_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-06/plugins/ (84.79kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (18.72kB) [INFO] Fetching org.eclipse.eef.core.ext.widgets.reference_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.6kB) [INFO] Fetching org.eclipse.eef.ext.widgets.reference_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-06/plugins/ (41.78kB) [INFO] Fetching org.eclipse.eef.ide.ui_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-06/plugins/ (163.22kB) [INFO] Fetching org.eclipse.sirius.ext.ide_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.14kB) [INFO] Fetching org.eclipse.eef.ide.ui.ext.widgets.reference_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-06/plugins/ (72.03kB) [INFO] Fetching org.eclipse.eef.ide.ui.properties_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.39kB) [INFO] Fetching org.eclipse.eef.properties.ui_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-06/plugins/ (102.95kB) [INFO] Fetching org.eclipse.eef.properties.ui.legacy_2.1.5.202008270808.jar from https://download.eclipse.org/staging/2021-06/plugins/ (70.21kB) [INFO] Fetching org.eclipse.emf.cdo_4.14.0.v20210531-0559.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (285.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo_4.14.0.v20210531-0559.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (285.32kB) [INFO] Unpacking org.eclipse.emf.cdo_4.14.0.v20210531-0559... [INFO] Fetching org.eclipse.emf.cdo.common_4.14.0.v20210531-0559.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (177.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.common_4.14.0.v20210531-0559.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (177.48kB) [INFO] Unpacking org.eclipse.emf.cdo.common_4.14.0.v20210531-0559... [INFO] Fetching org.eclipse.emf.cdo.admin_4.3.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.admin_4.3.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.2kB) [INFO] Unpacking org.eclipse.emf.cdo.admin_4.3.0.v20210517-1018... [INFO] Fetching org.eclipse.emf.cdo.net4j_4.4.2.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (64.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.net4j_4.4.2.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (64.16kB) [INFO] Unpacking org.eclipse.emf.cdo.net4j_4.4.2.v20210517-1018... [INFO] Fetching org.eclipse.net4j_4.12.0.v20210516-1027.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j_4.12.0.v20210516-1027.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.04kB) [INFO] Unpacking org.eclipse.net4j_4.12.0.v20210516-1027... [INFO] Fetching org.eclipse.net4j.util_3.15.0.v20210520-0525.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (230.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j.util_3.15.0.v20210520-0525.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (230.67kB) [INFO] Unpacking org.eclipse.net4j.util_3.15.0.v20210520-0525... [INFO] Fetching org.eclipse.emf.cdo.compare_4.5.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.compare_4.5.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.96kB) [INFO] Unpacking org.eclipse.emf.cdo.compare_4.5.0.v20210517-1018... [INFO] Fetching org.eclipse.emf.compare_3.5.3.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (181.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.compare_3.5.3.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (181.72kB) [INFO] Unpacking org.eclipse.emf.compare_3.5.3.202102231741... [INFO] Fetching org.eclipse.emf.compare.rcp_2.5.2.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.compare.rcp_2.5.2.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.2kB) [INFO] Unpacking org.eclipse.emf.compare.rcp_2.5.2.202102231741... [INFO] Fetching org.eclipse.emf.cdo.ui.compare_4.6.1.v20210308-1811.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.ui.compare_4.6.1.v20210308-1811.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.21kB) [INFO] Unpacking org.eclipse.emf.cdo.ui.compare_4.6.1.v20210308-1811... [INFO] Fetching org.eclipse.emf.cdo.compare_4.7.0.v20210517-1018.jar from https://download.eclipse.org/staging/2021-06/features/ (28.44kB) [INFO] Fetching org.eclipse.emf.cdo.doc_4.2.3.v20210118-1607.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.83MB) [INFO] Fetching org.eclipse.emf.cdo.doc_4.3.3.v20210118-1607.jar from https://download.eclipse.org/staging/2021-06/features/ (28.4kB) [INFO] Fetching org.eclipse.emf.cdo.edit_4.5.4.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.edit_4.5.4.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.17kB) [INFO] Unpacking org.eclipse.emf.cdo.edit_4.5.4.v20210517-1018... [INFO] Fetching org.eclipse.emf.cdo.migrator_3.2.4.v20210422-0604.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.migrator_3.2.4.v20210422-0604.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.62kB) [INFO] Unpacking org.eclipse.emf.cdo.migrator_3.2.4.v20210422-0604... [INFO] Fetching org.eclipse.emf.cdo.epp_4.14.0.v20210531-0559.jar from https://download.eclipse.org/staging/2021-06/features/ (28.48kB) [INFO] Fetching org.eclipse.emf.cdo.examples.installer_4.2.5.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.04MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.examples.installer_4.2.5.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.04MB) [INFO] Unpacking org.eclipse.emf.cdo.examples.installer_4.2.5.v20210517-1018... [INFO] Fetching org.eclipse.emf.cdo.examples.installer_4.3.5.v20210517-1018.jar from https://download.eclipse.org/staging/2021-06/features/ (28.39kB) [INFO] Fetching org.eclipse.emf.cdo.explorer_4.10.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (53.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.explorer_4.10.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (53.22kB) [INFO] Unpacking org.eclipse.emf.cdo.explorer_4.10.0.v20210517-1018... [INFO] Fetching org.eclipse.emf.cdo.workspace_4.4.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.workspace_4.4.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.23kB) [INFO] Unpacking org.eclipse.emf.cdo.workspace_4.4.0.v20210517-1018... [INFO] Fetching org.eclipse.emf.cdo.server_4.13.0.v20210531-0559.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (158.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.server_4.13.0.v20210531-0559.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (158.43kB) [INFO] Unpacking org.eclipse.emf.cdo.server_4.13.0.v20210531-0559... [INFO] Fetching org.eclipse.emf.cdo.server.db_4.10.2.v20210531-0559.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (122.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.server.db_4.10.2.v20210531-0559.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (122.67kB) [INFO] Unpacking org.eclipse.emf.cdo.server.db_4.10.2.v20210531-0559... [INFO] Fetching org.eclipse.net4j.db.h2_4.5.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j.db.h2_4.5.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.84kB) [INFO] Unpacking org.eclipse.net4j.db.h2_4.5.0.v20210517-1018... [INFO] Fetching org.eclipse.emf.cdo.explorer.ui_4.7.2.v20210422-0604.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (157.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.explorer.ui_4.7.2.v20210422-0604.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (157.81kB) [INFO] Unpacking org.eclipse.emf.cdo.explorer.ui_4.7.2.v20210422-0604... [INFO] Fetching org.eclipse.net4j.ui.shared_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j.ui.shared_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.64kB) [INFO] Unpacking org.eclipse.net4j.ui.shared_4.5.0.v20210118-1607... [INFO] Fetching org.eclipse.emf.cdo.ui_4.10.0.v20210516-1027.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (151.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.ui_4.10.0.v20210516-1027.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (151.55kB) [INFO] Unpacking org.eclipse.emf.cdo.ui_4.10.0.v20210516-1027... [INFO] Fetching org.eclipse.emf.cdo.ui.shared_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (74.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.ui.shared_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (74.27kB) [INFO] Unpacking org.eclipse.emf.cdo.ui.shared_4.5.0.v20210118-1607... [INFO] Fetching org.eclipse.emf.cdo.expressions_4.4.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.expressions_4.4.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.59kB) [INFO] Unpacking org.eclipse.emf.cdo.expressions_4.4.0.v20210517-1018... [INFO] Fetching org.eclipse.emf.cdo.expressions.edit_4.4.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.expressions.edit_4.4.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.56kB) [INFO] Unpacking org.eclipse.emf.cdo.expressions.edit_4.4.0.v20210517-1018... [INFO] Fetching org.eclipse.emf.cdo.expressions.editor_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.expressions.editor_4.5.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.9kB) [INFO] Unpacking org.eclipse.emf.cdo.expressions.editor_4.5.0.v20210118-1607... [INFO] Fetching org.eclipse.emf.cdo.security_4.5.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (52.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.security_4.5.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (52.19kB) [INFO] Unpacking org.eclipse.emf.cdo.security_4.5.0.v20210517-1018... [INFO] Fetching org.eclipse.emf.cdo.security.edit_4.5.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.security.edit_4.5.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.07kB) [INFO] Unpacking org.eclipse.emf.cdo.security.edit_4.5.0.v20210517-1018... [INFO] Fetching org.eclipse.emf.cdo.security.editor_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.security.editor_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.44kB) [INFO] Unpacking org.eclipse.emf.cdo.security.editor_4.4.0.v20210118-1607... [INFO] Fetching org.eclipse.emf.cdo.security.ui_4.5.1.v20210308-1749.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.security.ui_4.5.1.v20210308-1749.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.63kB) [INFO] Unpacking org.eclipse.emf.cdo.security.ui_4.5.1.v20210308-1749... [INFO] Fetching org.eclipse.emf.cdo.ui.admin_4.3.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.ui.admin_4.3.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.05kB) [INFO] Unpacking org.eclipse.emf.cdo.ui.admin_4.3.0.v20210118-1607... [INFO] Fetching org.eclipse.emf.cdo.ui.team_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.ui.team_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.7kB) [INFO] Unpacking org.eclipse.emf.cdo.ui.team_4.4.0.v20210118-1607... [INFO] Fetching org.eclipse.emf.cdo.ui.jdt_1.0.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.ui.jdt_1.0.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.34kB) [INFO] Unpacking org.eclipse.emf.cdo.ui.jdt_1.0.0.v20210118-1607... [INFO] Fetching org.eclipse.emf.cdo.transfer_4.4.2.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.transfer_4.4.2.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.87kB) [INFO] Unpacking org.eclipse.emf.cdo.transfer_4.4.2.v20210517-1018... [INFO] Fetching org.eclipse.emf.cdo.transfer.repository_4.3.1.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.transfer.repository_4.3.1.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.59kB) [INFO] Unpacking org.eclipse.emf.cdo.transfer.repository_4.3.1.v20210517-1018... [INFO] Fetching org.eclipse.emf.cdo.transfer.ui_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.transfer.ui_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.06kB) [INFO] Unpacking org.eclipse.emf.cdo.transfer.ui_4.4.0.v20210118-1607... [INFO] Fetching org.eclipse.emf.cdo.transfer.workspace_4.4.0.v20210419-0458.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.transfer.workspace_4.4.0.v20210419-0458.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.58kB) [INFO] Unpacking org.eclipse.emf.cdo.transfer.workspace_4.4.0.v20210419-0458... [INFO] Fetching org.eclipse.emf.cdo.transfer.workspace.ui_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.transfer.workspace.ui_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.63kB) [INFO] Unpacking org.eclipse.emf.cdo.transfer.workspace.ui_4.4.0.v20210118-1607... [INFO] Fetching org.eclipse.emf.cdo_4.14.0.v20210531-0559.jar from https://download.eclipse.org/staging/2021-06/features/ (28.82kB) [INFO] Fetching org.eclipse.net4j.util.ui_3.11.0.v20210516-1027.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (92.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j.util.ui_3.11.0.v20210516-1027.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (92.15kB) [INFO] Unpacking org.eclipse.net4j.util.ui_3.11.0.v20210516-1027... [INFO] Fetching org.eclipse.emf.cdo.server.admin_4.3.2.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.server.admin_4.3.2.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.29kB) [INFO] Unpacking org.eclipse.emf.cdo.server.admin_4.3.2.v20210517-1018... [INFO] Fetching org.eclipse.emf.cdo.server.security_4.7.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.server.security_4.7.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.53kB) [INFO] Unpacking org.eclipse.emf.cdo.server.security_4.7.0.v20210517-1018... [INFO] Fetching org.eclipse.net4j.db_4.10.1.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (69.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j.db_4.10.1.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (69.89kB) [INFO] Unpacking org.eclipse.net4j.db_4.10.1.v20210517-1018... [INFO] Fetching org.eclipse.emf.cdo.server.db_4.10.2.v20210531-0559.jar from https://download.eclipse.org/staging/2021-06/features/ (28.34kB) [INFO] Fetching org.eclipse.emf.cdo.server.net4j_4.4.0.v20210531-0559.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (50.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.server.net4j_4.4.0.v20210531-0559.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (50.07kB) [INFO] Unpacking org.eclipse.emf.cdo.server.net4j_4.4.0.v20210531-0559... [INFO] Fetching org.eclipse.emf.cdo.server.ocl_4.3.1.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.server.ocl_4.3.1.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.7kB) [INFO] Unpacking org.eclipse.emf.cdo.server.ocl_4.3.1.v20210517-1018... [INFO] Fetching org.eclipse.emf.cdo.server.product_4.2.2.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.server.product_4.2.2.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.06kB) [INFO] Unpacking org.eclipse.emf.cdo.server.product_4.2.2.v20210517-1018... [INFO] Fetching org.eclipse.emf.cdo.server_4.14.0.v20210531-0559.jar from https://download.eclipse.org/staging/2021-06/features/ (28.53kB) [INFO] Fetching org.eclipse.ocl.ecore_3.16.100.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (111.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.ecore_3.16.100.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (111.3kB) [INFO] Unpacking org.eclipse.ocl.ecore_3.16.100.v20210609-1442... [INFO] Fetching org.eclipse.net4j.tcp_4.3.0.v20210516-1027.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j.tcp_4.3.0.v20210516-1027.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.5kB) [INFO] Unpacking org.eclipse.net4j.tcp_4.3.0.v20210516-1027... [INFO] Fetching org.eclipse.net4j.jvm_4.3.0.v20210516-1027.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j.jvm_4.3.0.v20210516-1027.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.23kB) [INFO] Unpacking org.eclipse.net4j.jvm_4.3.0.v20210516-1027... [INFO] Fetching org.eclipse.emf.ecp.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.48kB) [INFO] Unpacking org.eclipse.emf.ecp.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.edit.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (81.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.edit.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (81.87kB) [INFO] Unpacking org.eclipse.emf.ecp.edit.swt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.ui.view.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.ui.view.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.26kB) [INFO] Unpacking org.eclipse.emf.ecp.ui.view.swt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.net4j.ui_4.4.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j.ui_4.4.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.46kB) [INFO] Unpacking org.eclipse.net4j.ui_4.4.1.v20210118-1607... [INFO] Fetching org.eclipse.emf.compare.edit_4.3.1.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (67.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.compare.edit_4.3.1.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (67.47kB) [INFO] Unpacking org.eclipse.emf.compare.edit_4.3.1.202102231741... [INFO] Fetching org.eclipse.emf.compare.rcp.ui_4.4.2.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (118.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.compare.rcp.ui_4.4.2.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (118.5kB) [INFO] Unpacking org.eclipse.emf.compare.rcp.ui_4.4.2.202102231741... [INFO] Fetching org.eclipse.emf.compare.ide.ui_4.4.3.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (248.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.compare.ide.ui_4.4.3.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (248.04kB) [INFO] Unpacking org.eclipse.emf.compare.ide.ui_4.4.3.202102231741... [INFO] Fetching org.eclipse.emf.compare.diagram_2.5.2.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.compare.diagram_2.5.2.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.33kB) [INFO] Unpacking org.eclipse.emf.compare.diagram_2.5.2.202102231741... [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (386.74kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.16MB) [INFO] Fetching org.eclipse.emf.compare.ide_3.4.3.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.compare.ide_3.4.3.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.25kB) [INFO] Unpacking org.eclipse.emf.compare.ide_3.4.3.202102231741... [INFO] Fetching org.eclipse.emf.compare.diagram.edit_2.5.2.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.compare.diagram.edit_2.5.2.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.65kB) [INFO] Unpacking org.eclipse.emf.compare.diagram.edit_2.5.2.202102231741... [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (245.89kB) [INFO] Fetching org.eclipse.emf.compare.diagram.ide.ui_3.4.3.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.compare.diagram.ide.ui_3.4.3.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.17kB) [INFO] Unpacking org.eclipse.emf.compare.diagram.ide.ui_3.4.3.202102231741... [INFO] Fetching org.eclipse.emf.compare.diagram.gmf_3.3.14.202102231741.jar from https://download.eclipse.org/staging/2021-06/features/ (22.21kB) [INFO] Fetching org.eclipse.emf.compare.diagram.ide.ui.sirius_1.1.1.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.compare.diagram.ide.ui.sirius_1.1.1.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.16kB) [INFO] Unpacking org.eclipse.emf.compare.diagram.ide.ui.sirius_1.1.1.202102231741... [INFO] Fetching org.eclipse.sirius.diagram.ui_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (5.49MB) [INFO] Fetching org.eclipse.sirius.common_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (255.85kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (117.43kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (196.73kB) [INFO] Fetching org.eclipse.sirius.common.ui_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (285.05kB) [INFO] Fetching org.eclipse.emf.compare.diagram.sirius_1.1.0.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.compare.diagram.sirius_1.1.0.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.22kB) [INFO] Unpacking org.eclipse.emf.compare.diagram.sirius_1.1.0.202102231741... [INFO] Fetching org.eclipse.sirius.diagram_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.4MB) [INFO] Fetching org.eclipse.emf.compare.diagram.sirius_3.3.14.202102231741.jar from https://download.eclipse.org/staging/2021-06/features/ (18.58kB) [INFO] Fetching org.eclipse.emf.compare.diagram.ide.ui.sirius.source_1.1.1.202102231741.jar from https://download.eclipse.org/staging/2021-06/plugins/ (34.53kB) [INFO] Fetching org.eclipse.emf.compare.diagram.sirius.source_1.1.0.202102231741.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.06kB) [INFO] Fetching org.eclipse.emf.compare.diagram.sirius.source_3.3.14.202102231741.jar from https://download.eclipse.org/staging/2021-06/features/ (16.2kB) [INFO] Fetching org.eclipse.emf.compare.doc_3.3.14.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.06MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.compare.doc_3.3.14.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.06MB) [INFO] Unpacking org.eclipse.emf.compare.doc_3.3.14.202102231741... [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/staging/2021-06/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.compare.egit_1.2.4.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.compare.egit_1.2.4.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.06kB) [INFO] Unpacking org.eclipse.emf.compare.egit_1.2.4.202102231741... [INFO] Fetching org.eclipse.emf.compare.egit.ui_1.1.3.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.compare.egit.ui_1.1.3.202102231741.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.04kB) [INFO] Unpacking org.eclipse.emf.compare.egit.ui_1.1.3.202102231741... [INFO] Fetching org.eclipse.emf.compare.egit_3.3.14.202102231741.jar from https://download.eclipse.org/staging/2021-06/features/ (22.16kB) [INFO] Fetching org.eclipse.emf.compare_3.3.14.202102231741.jar from https://download.eclipse.org/staging/2021-06/features/ (22.07kB) [INFO] Fetching org.eclipse.emf.compare.ide.ui_3.3.14.202102231741.jar from https://download.eclipse.org/staging/2021-06/features/ (22.18kB) [INFO] Fetching org.eclipse.emf.compare.edit.source_4.3.1.202102231741.jar from https://download.eclipse.org/staging/2021-06/plugins/ (153.89kB) [INFO] Fetching org.eclipse.emf.compare.ide.source_3.4.3.202102231741.jar from https://download.eclipse.org/staging/2021-06/plugins/ (71.45kB) [INFO] Fetching org.eclipse.emf.compare.ide.ui.source_4.4.3.202102231741.jar from https://download.eclipse.org/staging/2021-06/plugins/ (535.32kB) [INFO] Fetching org.eclipse.emf.compare.ide.ui.source_3.3.14.202102231741.jar from https://download.eclipse.org/staging/2021-06/features/ (16.21kB) [INFO] Fetching org.eclipse.emf.compare.source_3.5.3.202102231741.jar from https://download.eclipse.org/staging/2021-06/plugins/ (441.94kB) [INFO] Fetching org.eclipse.emf.compare.source_3.3.14.202102231741.jar from https://download.eclipse.org/staging/2021-06/features/ (16.17kB) [INFO] Fetching org.eclipse.emf.ecoretools_3.3.3.202010261352.jar from https://download.eclipse.org/staging/2021-06/plugins/ (49.62kB) [INFO] Fetching org.eclipse.emf.ecoretools.design_3.3.3.202010261352.jar from https://download.eclipse.org/staging/2021-06/plugins/ (192.13kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (92.11kB) [INFO] Fetching org.eclipse.sirius_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.4MB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (34.32kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (29.2kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (17.57kB) [INFO] Fetching org.eclipse.sirius.table_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (356.3kB) [INFO] Fetching org.eclipse.sirius.properties_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (376.25kB) [INFO] Fetching org.eclipse.emf.ecoretools.ui_3.3.3.202010261352.jar from https://download.eclipse.org/staging/2021-06/plugins/ (62.89kB) [INFO] Fetching org.eclipse.emf.ecoretools.design.ui_3.3.3.202010261352.jar from https://download.eclipse.org/staging/2021-06/plugins/ (111.78kB) [INFO] Fetching org.eclipse.emf.ecoretools.doc_3.3.3.202010261352.jar from https://download.eclipse.org/staging/2021-06/plugins/ (2.04MB) [INFO] Fetching org.eclipse.emf.ecoretools.design_3.3.3.202010261352.jar from https://download.eclipse.org/staging/2021-06/features/ (27.67kB) [INFO] Fetching org.eclipse.emf.ecoretools.design_root_3.3.3.202010261352 from https://download.eclipse.org/staging/2021-06/binary/ (8.29kB) [INFO] Fetching org.eclipse.sirius.ui_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.4MB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (123.72kB) [INFO] Fetching org.eclipse.sirius.table.ui_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (588.35kB) [INFO] Fetching org.eclipse.emf.ecp.common_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.common_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.03kB) [INFO] Unpacking org.eclipse.emf.ecp.common_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.common.ui_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.common.ui_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.07kB) [INFO] Unpacking org.eclipse.emf.ecp.common.ui_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.localization_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.localization_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.29kB) [INFO] Unpacking org.eclipse.emfforms.localization_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.context_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.context_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.47kB) [INFO] Unpacking org.eclipse.emf.ecp.view.context_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (51.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (51.13kB) [INFO] Unpacking org.eclipse.emf.ecp.view.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.model.common_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.model.common_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.54kB) [INFO] Unpacking org.eclipse.emf.ecp.view.model.common_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.common_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.common_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.81kB) [INFO] Unpacking org.eclipse.emfforms.common_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.22kB) [INFO] Unpacking org.eclipse.emfforms.core.services_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.ui.view_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.ui.view_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.7kB) [INFO] Unpacking org.eclipse.emf.ecp.ui.view_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.template.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (70.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.template.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (70.99kB) [INFO] Unpacking org.eclipse.emf.ecp.view.template.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.editsupport_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.editsupport_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.76kB) [INFO] Unpacking org.eclipse.emfforms.core.services.editsupport_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.swt.core_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.swt.core_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.46kB) [INFO] Unpacking org.eclipse.emfforms.swt.core_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.emf2web_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.emf2web_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.62kB) [INFO] Unpacking org.eclipse.emf.ecp.emf2web_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.categorization.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.categorization.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.04kB) [INFO] Unpacking org.eclipse.emf.ecp.view.categorization.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.custom.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.custom.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.72kB) [INFO] Unpacking org.eclipse.emf.ecp.view.custom.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.group.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.group.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.86kB) [INFO] Unpacking org.eclipse.emf.ecp.view.group.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.horizontal.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.horizontal.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.98kB) [INFO] Unpacking org.eclipse.emf.ecp.view.horizontal.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.label.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.label.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.03kB) [INFO] Unpacking org.eclipse.emf.ecp.view.label.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.rule.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.rule.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.29kB) [INFO] Unpacking org.eclipse.emf.ecp.view.rule.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.table.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.table.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.78kB) [INFO] Unpacking org.eclipse.emf.ecp.view.table.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.98kB) [INFO] Unpacking org.eclipse.emf.ecp.view.treemasterdetail.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.vertical.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.vertical.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.95kB) [INFO] Unpacking org.eclipse.emf.ecp.view.vertical.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.model.provider.generator_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.model.provider.generator_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.04kB) [INFO] Unpacking org.eclipse.emf.ecp.view.model.provider.generator_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.model.editor_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.model.editor_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.35kB) [INFO] Unpacking org.eclipse.emf.ecp.view.model.editor_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.emf_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.emf_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.57kB) [INFO] Unpacking org.eclipse.emfforms.core.services.emf_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.emf2web.json_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.emf2web.json_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.78kB) [INFO] Unpacking org.eclipse.emf.ecp.emf2web.json_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.emf2web.ui_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.emf2web.ui_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.85kB) [INFO] Unpacking org.eclipse.emf.ecp.emf2web.ui_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.emf2web.ui.json_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.emf2web.ui.json_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.76kB) [INFO] Unpacking org.eclipse.emf.ecp.emf2web.ui.json_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.emf2web.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.24kB) [INFO] Fetching org.eclipse.emf.ecp.emf2web.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (34.23kB) [INFO] Fetching org.eclipse.emf.ecp.emf2web.json.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (50.44kB) [INFO] Fetching org.eclipse.emf.ecp.emf2web.ui.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (18.04kB) [INFO] Fetching org.eclipse.emf.ecp.emf2web.ui.json.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.86kB) [INFO] Fetching org.eclipse.emf.ecp.emf2web.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.92kB) [INFO] Fetching org.eclipse.emf.ecp.ide.util_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.ide.util_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.63kB) [INFO] Unpacking org.eclipse.emf.ecp.ide.util_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.model.preview.common_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.model.preview.common_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.29kB) [INFO] Unpacking org.eclipse.emf.ecp.view.model.preview.common_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.model.preview.e3_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.model.preview.e3_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.37kB) [INFO] Unpacking org.eclipse.emf.ecp.view.model.preview.e3_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.model.project.installer_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.model.project.installer_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.96kB) [INFO] Unpacking org.eclipse.emf.ecp.view.model.project.installer_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.ide.editor.viewmodel_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.ide.editor.viewmodel_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.85kB) [INFO] Unpacking org.eclipse.emf.ecp.ide.editor.viewmodel_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.ide.editor.view_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.ide.editor.view_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.51kB) [INFO] Unpacking org.eclipse.emf.ecp.ide.editor.view_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.ide.view.service_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.ide.view.service_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.15kB) [INFO] Unpacking org.eclipse.emf.ecp.ide.view.service_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.makeithappen.wizards_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (267.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.makeithappen.wizards_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (267.48kB) [INFO] Unpacking org.eclipse.emf.ecp.makeithappen.wizards_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.template.tooling_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.template.tooling_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.17kB) [INFO] Unpacking org.eclipse.emf.ecp.view.template.tooling_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.editor_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.editor_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.71kB) [INFO] Unpacking org.eclipse.emfforms.editor_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.ide.editor.view.templatebridge_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.ide.editor.view.templatebridge_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.87kB) [INFO] Unpacking org.eclipse.emf.ecp.ide.editor.view.templatebridge_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.coffee.wizards_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (80.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.coffee.wizards_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (80.86kB) [INFO] Unpacking org.eclipse.emfforms.coffee.wizards_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.example.common.wizards_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.example.common.wizards_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.11kB) [INFO] Unpacking org.eclipse.emfforms.example.common.wizards_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.ide.builder_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.ide.builder_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.84kB) [INFO] Unpacking org.eclipse.emfforms.ide.builder_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.ide.viewtemplate.builder_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.ide.viewtemplate.builder_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.99kB) [INFO] Unpacking org.eclipse.emfforms.ide.viewtemplate.builder_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.ide.view.multisegment_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.ide.view.multisegment_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.46kB) [INFO] Unpacking org.eclipse.emfforms.ide.view.multisegment_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.ide.view.segments_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.ide.view.segments_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.05kB) [INFO] Unpacking org.eclipse.emfforms.ide.view.segments_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.ide.view.indexsegment_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.ide.view.indexsegment_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.27kB) [INFO] Unpacking org.eclipse.emfforms.ide.view.indexsegment_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.ide.view.mappingsegment_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.ide.view.mappingsegment_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.29kB) [INFO] Unpacking org.eclipse.emfforms.ide.view.mappingsegment_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.ide.preferences_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.ide.preferences_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.7kB) [INFO] Unpacking org.eclipse.emfforms.ide.preferences_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.emfforms.idetooling.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.91kB) [INFO] Fetching org.eclipse.emf.ecp.ide.util.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (21.26kB) [INFO] Fetching org.eclipse.emf.ecp.view.model.preview.common.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.16kB) [INFO] Fetching org.eclipse.emf.ecp.view.model.preview.e3.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (21.67kB) [INFO] Fetching org.eclipse.emf.ecp.view.model.project.installer.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.23kB) [INFO] Fetching org.eclipse.emf.ecp.ide.editor.viewmodel.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.3kB) [INFO] Fetching org.eclipse.emf.ecp.ide.editor.view.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (26.37kB) [INFO] Fetching org.eclipse.emf.ecp.ide.view.service.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.2kB) [INFO] Fetching org.eclipse.emf.ecp.makeithappen.wizards.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.41kB) [INFO] Fetching org.eclipse.emf.ecp.view.template.tooling.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (65.3kB) [INFO] Fetching org.eclipse.emfforms.editor.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (45.31kB) [INFO] Fetching org.eclipse.emf.ecp.ide.editor.view.templatebridge.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.01kB) [INFO] Fetching org.eclipse.emfforms.coffee.wizards.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.2kB) [INFO] Fetching org.eclipse.emfforms.example.common.wizards.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.83kB) [INFO] Fetching org.eclipse.emfforms.ide.builder.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (33.2kB) [INFO] Fetching org.eclipse.emfforms.ide.viewtemplate.builder.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.35kB) [INFO] Fetching org.eclipse.emfforms.ide.view.multisegment.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.45kB) [INFO] Fetching org.eclipse.emfforms.ide.view.segments.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.25kB) [INFO] Fetching org.eclipse.emfforms.ide.view.indexsegment.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.44kB) [INFO] Fetching org.eclipse.emfforms.ide.view.mappingsegment.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.28kB) [INFO] Fetching org.eclipse.emfforms.ide.preferences.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.63kB) [INFO] Fetching org.eclipse.emf.ecp.emfforms.idetooling.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (41.12kB) [INFO] Fetching org.eclipse.emf.ecp.emfforms.runtime.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.29kB) [INFO] Fetching org.eclipse.emf.ecp.emfforms.runtime.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.94kB) [INFO] Fetching org.eclipse.emfforms.setup.base_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.setup.base_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.46kB) [INFO] Unpacking org.eclipse.emfforms.setup.base_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.emfforms.sdk.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.35kB) [INFO] Fetching org.eclipse.emf.ecp.view.migrator_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.migrator_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.17kB) [INFO] Unpacking org.eclipse.emf.ecp.view.migrator_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.swt.core.di_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.swt.core.di_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.97kB) [INFO] Unpacking org.eclipse.emfforms.swt.core.di_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.ui.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.ui.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.99kB) [INFO] Unpacking org.eclipse.emf.ecp.view.treemasterdetail.ui.swt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.model.provider.xmi_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.model.provider.xmi_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.95kB) [INFO] Unpacking org.eclipse.emf.ecp.view.model.provider.xmi_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.license.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.45kB) [INFO] Fetching org.eclipse.emf.ecp.license.feature_root_1.26.0.20210308-0858 from https://download.eclipse.org/staging/2021-06/binary/ (6.59kB) [INFO] Fetching org.eclipse.emf.ecp.ui.view.editor.controls_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (80.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.ui.view.editor.controls_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (80.07kB) [INFO] Unpacking org.eclipse.emf.ecp.ui.view.editor.controls_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.core.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (57.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.core.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (57.39kB) [INFO] Unpacking org.eclipse.emf.ecp.view.core.swt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.stack.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.stack.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.59kB) [INFO] Unpacking org.eclipse.emf.ecp.view.stack.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.util.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.util.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.02kB) [INFO] Unpacking org.eclipse.emf.ecp.view.util.swt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.swt.control.multiattribute_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.swt.control.multiattribute_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.17kB) [INFO] Unpacking org.eclipse.emfforms.swt.control.multiattribute_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.common.validation_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.common.validation_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.79kB) [INFO] Unpacking org.eclipse.emfforms.common.validation_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.bazaar_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.bazaar_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.24kB) [INFO] Unpacking org.eclipse.emfforms.core.bazaar_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.view.annotation.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.view.annotation.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.35kB) [INFO] Unpacking org.eclipse.emfforms.view.annotation.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.rule_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.rule_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.54kB) [INFO] Unpacking org.eclipse.emf.ecp.view.rule_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.view.multisegment.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.view.multisegment.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.94kB) [INFO] Unpacking org.eclipse.emfforms.view.multisegment.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.control.multireference_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.control.multireference_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.18kB) [INFO] Unpacking org.eclipse.emf.ecp.view.control.multireference_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.model.common.di_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.model.common.di_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.51kB) [INFO] Unpacking org.eclipse.emf.ecp.view.model.common.di_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.ui.view.linewrapper_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.ui.view.linewrapper_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.11kB) [INFO] Unpacking org.eclipse.emf.ecp.ui.view.linewrapper_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.template.service_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.template.service_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.14kB) [INFO] Unpacking org.eclipse.emf.ecp.view.template.service_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.categorization.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.categorization.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.47kB) [INFO] Unpacking org.eclipse.emf.ecp.view.categorization.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.categorization.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.categorization.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.71kB) [INFO] Unpacking org.eclipse.emf.ecp.view.categorization.swt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.categorization.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.28kB) [INFO] Fetching org.eclipse.emf.ecp.view.categorization.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (40.28kB) [INFO] Fetching org.eclipse.emf.ecp.view.categorization.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (24.54kB) [INFO] Fetching org.eclipse.emf.ecp.view.categorization.swt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (40.11kB) [INFO] Fetching org.eclipse.emf.ecp.view.categorization.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.93kB) [INFO] Fetching org.eclipse.emf.ecp.view.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.48kB) [INFO] Unpacking org.eclipse.emf.ecp.view.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.97kB) [INFO] Unpacking org.eclipse.emf.ecp.view.compoundcontrol.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.72kB) [INFO] Unpacking org.eclipse.emf.ecp.view.compoundcontrol.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.42kB) [INFO] Unpacking org.eclipse.emf.ecp.view.compoundcontrol.swt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.tooling_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.tooling_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.59kB) [INFO] Unpacking org.eclipse.emf.ecp.view.compoundcontrol.tooling_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.29kB) [INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.72kB) [INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.3kB) [INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.swt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.85kB) [INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.tooling.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.33kB) [INFO] Fetching org.eclipse.emf.ecp.view.compoundcontrol.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.96kB) [INFO] Fetching org.eclipse.emf.ecp.view.context.locale_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.context.locale_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.67kB) [INFO] Unpacking org.eclipse.emf.ecp.view.context.locale_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.custom.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.custom.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.33kB) [INFO] Unpacking org.eclipse.emf.ecp.view.custom.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.custom.ui.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.custom.ui.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.87kB) [INFO] Unpacking org.eclipse.emf.ecp.view.custom.ui.swt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.custom.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.29kB) [INFO] Fetching org.eclipse.emf.ecp.view.custom.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (37.56kB) [INFO] Fetching org.eclipse.emf.ecp.view.custom.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.96kB) [INFO] Fetching org.eclipse.emf.ecp.view.custom.ui.swt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.23kB) [INFO] Fetching org.eclipse.emf.ecp.view.custom.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.87kB) [INFO] Fetching org.eclipse.emf.ecp.view.edapt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.edapt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.06kB) [INFO] Unpacking org.eclipse.emf.ecp.view.edapt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.edapt.history_1.4.1.202002140949.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (190.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edapt.history_1.4.1.202002140949.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (190.29kB) [INFO] Unpacking org.eclipse.emf.edapt.history_1.4.1.202002140949... [INFO] Fetching org.eclipse.emf.ecp.view.table.edapt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.table.edapt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.25kB) [INFO] Unpacking org.eclipse.emf.ecp.view.table.edapt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.model.edapt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.model.edapt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.08kB) [INFO] Unpacking org.eclipse.emf.ecp.view.model.edapt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.edapt.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.32kB) [INFO] Fetching org.eclipse.emf.ecp.view.edapt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (24.49kB) [INFO] Fetching org.eclipse.emf.ecp.view.table.edapt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.75kB) [INFO] Fetching org.eclipse.emf.ecp.view.model.edapt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.76kB) [INFO] Fetching org.eclipse.emf.ecp.view.edapt.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (41.03kB) [INFO] Fetching org.eclipse.emf.ecp.view.group.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.group.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.01kB) [INFO] Unpacking org.eclipse.emf.ecp.view.group.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.group.ui.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.group.ui.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.79kB) [INFO] Unpacking org.eclipse.emf.ecp.view.group.ui.swt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.group.swt.embedded_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.group.swt.embedded_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.77kB) [INFO] Unpacking org.eclipse.emf.ecp.view.group.swt.embedded_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.group.swt.collapsable_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.group.swt.collapsable_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.76kB) [INFO] Unpacking org.eclipse.emf.ecp.view.group.swt.collapsable_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.group.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.31kB) [INFO] Fetching org.eclipse.emf.ecp.view.group.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.69kB) [INFO] Fetching org.eclipse.emf.ecp.view.group.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.07kB) [INFO] Fetching org.eclipse.emf.ecp.view.group.ui.swt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.67kB) [INFO] Fetching org.eclipse.emf.ecp.view.group.swt.embedded.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.23kB) [INFO] Fetching org.eclipse.emf.ecp.view.group.swt.collapsable.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.61kB) [INFO] Fetching org.eclipse.emf.ecp.view.group.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.87kB) [INFO] Fetching org.eclipse.emf.ecp.view.horizontal.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.horizontal.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.45kB) [INFO] Unpacking org.eclipse.emf.ecp.view.horizontal.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.horizontal.ui.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.horizontal.ui.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.76kB) [INFO] Unpacking org.eclipse.emf.ecp.view.horizontal.ui.swt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.horizontal.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.29kB) [INFO] Fetching org.eclipse.emf.ecp.view.horizontal.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.52kB) [INFO] Fetching org.eclipse.emf.ecp.view.horizontal.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.81kB) [INFO] Fetching org.eclipse.emf.ecp.view.horizontal.ui.swt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.07kB) [INFO] Fetching org.eclipse.emf.ecp.view.horizontal.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.92kB) [INFO] Fetching org.eclipse.emf.ecp.view.indexdmr.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.indexdmr.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20kB) [INFO] Unpacking org.eclipse.emf.ecp.view.indexdmr.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.label.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.label.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.13kB) [INFO] Unpacking org.eclipse.emf.ecp.view.label.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.label.ui.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.label.ui.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.03kB) [INFO] Unpacking org.eclipse.emf.ecp.view.label.ui.swt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.label.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.28kB) [INFO] Fetching org.eclipse.emf.ecp.view.label.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (23.23kB) [INFO] Fetching org.eclipse.emf.ecp.view.label.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.9kB) [INFO] Fetching org.eclipse.emf.ecp.view.label.ui.swt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.67kB) [INFO] Fetching org.eclipse.emf.ecp.view.label.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.86kB) [INFO] Fetching org.eclipse.emf.ecp.view.mappingdmr.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.mappingdmr.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.33kB) [INFO] Unpacking org.eclipse.emf.ecp.view.mappingdmr.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.model.controls.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.24kB) [INFO] Fetching org.eclipse.emf.ecp.ui.view.editor.controls.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (152.96kB) [INFO] Fetching org.eclipse.emf.ecp.view.model.controls.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.91kB) [INFO] Fetching org.eclipse.emf.edapt.migration_1.4.1.202002140949.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (293.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edapt.migration_1.4.1.202002140949.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (293.88kB) [INFO] Unpacking org.eclipse.emf.edapt.migration_1.4.1.202002140949... [INFO] Fetching org.eclipse.emf.ecp.view.workspace.migrator_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.workspace.migrator_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.05kB) [INFO] Unpacking org.eclipse.emf.ecp.view.workspace.migrator_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.model.editor.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.27kB) [INFO] Fetching org.eclipse.emf.ecp.view.model.editor.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (24.97kB) [INFO] Fetching org.eclipse.emf.ecp.view.migrator.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.06kB) [INFO] Fetching org.eclipse.emf.ecp.view.workspace.migrator.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.3kB) [INFO] Fetching org.eclipse.emf.ecp.view.model.editor.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.9kB) [INFO] Fetching org.eclipse.emfforms.view.model.localization_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.view.model.localization_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.36kB) [INFO] Unpacking org.eclipse.emfforms.view.model.localization_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.rule.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.rule.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.98kB) [INFO] Unpacking org.eclipse.emf.ecp.view.rule.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.rule.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.29kB) [INFO] Fetching org.eclipse.emf.ecp.view.rule.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (37.54kB) [INFO] Fetching org.eclipse.emf.ecp.view.rule.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (66.17kB) [INFO] Fetching org.eclipse.emf.ecp.view.rule.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (32.81kB) [INFO] Fetching org.eclipse.emf.ecp.view.rule.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.85kB) [INFO] Fetching org.eclipse.emf.ecp.view.stack.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.stack.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.73kB) [INFO] Unpacking org.eclipse.emf.ecp.view.stack.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.stack.ui.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.stack.ui.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.74kB) [INFO] Unpacking org.eclipse.emf.ecp.view.stack.ui.swt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.stack.viewmodel_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.stack.viewmodel_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.59kB) [INFO] Unpacking org.eclipse.emf.ecp.view.stack.viewmodel_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.stack.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.28kB) [INFO] Fetching org.eclipse.emf.ecp.view.stack.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (24.35kB) [INFO] Fetching org.eclipse.emf.ecp.view.stack.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.09kB) [INFO] Fetching org.eclipse.emf.ecp.view.stack.ui.swt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.4kB) [INFO] Fetching org.eclipse.emf.ecp.view.stack.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (41.02kB) [INFO] Fetching org.eclipse.emf.ecp.view.swt.layout_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.swt.layout_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.96kB) [INFO] Unpacking org.eclipse.emf.ecp.view.swt.layout_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.table.columnservice_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.table.columnservice_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.03kB) [INFO] Unpacking org.eclipse.emf.ecp.view.table.columnservice_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.table.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.table.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.21kB) [INFO] Unpacking org.eclipse.emf.ecp.view.table.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.table.ui.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (63.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.table.ui.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (63.27kB) [INFO] Unpacking org.eclipse.emf.ecp.view.table.ui.swt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.swt.table_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.swt.table_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.85kB) [INFO] Unpacking org.eclipse.emfforms.swt.table_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.table_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.table_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.25kB) [INFO] Unpacking org.eclipse.emfforms.core.services.domainexpander.table_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.table_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.table_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.78kB) [INFO] Unpacking org.eclipse.emfforms.core.services.mappingprovider.table_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.table_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.table_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.62kB) [INFO] Unpacking org.eclipse.emfforms.core.services.structuralchange.table_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.segments.multi_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.segments.multi_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.04kB) [INFO] Unpacking org.eclipse.emfforms.core.services.segments.multi_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.view.multisegment.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.view.multisegment.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.45kB) [INFO] Unpacking org.eclipse.emfforms.view.multisegment.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.swt.reference.table_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.swt.reference.table_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.02kB) [INFO] Unpacking org.eclipse.emfforms.swt.reference.table_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.table.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.45kB) [INFO] Fetching org.eclipse.emf.ecp.view.table.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (54.89kB) [INFO] Fetching org.eclipse.emf.ecp.view.table.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (23.95kB) [INFO] Fetching org.eclipse.emf.ecp.view.table.ui.swt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (97.58kB) [INFO] Fetching org.eclipse.emf.ecp.view.table.columnservice.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.07kB) [INFO] Fetching org.eclipse.emfforms.swt.table.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (71.62kB) [INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.table.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.63kB) [INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.table.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.27kB) [INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.table.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.23kB) [INFO] Fetching org.eclipse.emfforms.core.services.segments.multi.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (17.57kB) [INFO] Fetching org.eclipse.emfforms.view.multisegment.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (23.55kB) [INFO] Fetching org.eclipse.emfforms.view.multisegment.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.62kB) [INFO] Fetching org.eclipse.emfforms.swt.reference.table.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.89kB) [INFO] Fetching org.eclipse.emf.ecp.view.table.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.96kB) [INFO] Fetching org.eclipse.emf.ecp.view.template.annotation.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.template.annotation.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.21kB) [INFO] Unpacking org.eclipse.emf.ecp.view.template.annotation.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.template.annotation.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.template.annotation.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.54kB) [INFO] Unpacking org.eclipse.emf.ecp.view.template.annotation.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.template.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (56.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.template.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (56.46kB) [INFO] Unpacking org.eclipse.emf.ecp.view.template.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.template.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.27kB) [INFO] Fetching org.eclipse.emf.ecp.view.template.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (304.24kB) [INFO] Fetching org.eclipse.emf.ecp.view.template.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (138.64kB) [INFO] Fetching org.eclipse.emf.ecp.view.template.service.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (18.04kB) [INFO] Fetching org.eclipse.emf.ecp.view.template.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.87kB) [INFO] Fetching org.eclipse.emfforms.core.services.segments_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.segments_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.6kB) [INFO] Unpacking org.eclipse.emfforms.core.services.segments_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.swt.treemasterdetail_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.swt.treemasterdetail_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.7kB) [INFO] Unpacking org.eclipse.emfforms.swt.treemasterdetail_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.18kB) [INFO] Unpacking org.eclipse.emf.ecp.view.treemasterdetail.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.19kB) [INFO] Unpacking org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.34kB) [INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.53kB) [INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.22kB) [INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.ui.swt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (32.42kB) [INFO] Fetching org.eclipse.emfforms.swt.treemasterdetail.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (85.09kB) [INFO] Fetching org.eclipse.emfforms.swt.treemasterdetail.decorator.validation.default.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.8kB) [INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.99kB) [INFO] Fetching org.eclipse.emf.ecp.view.validation_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.validation_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.2kB) [INFO] Unpacking org.eclipse.emf.ecp.view.validation_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.validation_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.validation_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.26kB) [INFO] Unpacking org.eclipse.emf.ecp.view.treemasterdetail.validation_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.unset_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.unset_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.06kB) [INFO] Unpacking org.eclipse.emf.ecp.view.unset_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.unset.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.23kB) [INFO] Fetching org.eclipse.emf.ecp.view.unset.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.21kB) [INFO] Fetching org.eclipse.emf.ecp.view.unset.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.82kB) [INFO] Fetching org.eclipse.emf.ecp.view.validation.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.26kB) [INFO] Fetching org.eclipse.emf.ecp.view.validation.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (37.94kB) [INFO] Fetching org.eclipse.emfforms.common.validation.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.17kB) [INFO] Fetching org.eclipse.emf.ecp.view.validation.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.88kB) [INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.table.panel_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.table.panel_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.38kB) [INFO] Unpacking org.eclipse.emfforms.core.services.mappingprovider.table.panel_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.validation.initial.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.31kB) [INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.table.panel.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.98kB) [INFO] Fetching org.eclipse.emf.ecp.view.treemasterdetail.validation.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.2kB) [INFO] Fetching org.eclipse.emf.ecp.view.validation.initial.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (41.01kB) [INFO] Fetching org.eclipse.emf.ecp.view.vertical.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.vertical.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.48kB) [INFO] Unpacking org.eclipse.emf.ecp.view.vertical.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.vertical.ui.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.vertical.ui.swt_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.38kB) [INFO] Unpacking org.eclipse.emf.ecp.view.vertical.ui.swt_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.vertical.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.29kB) [INFO] Fetching org.eclipse.emf.ecp.view.vertical.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.38kB) [INFO] Fetching org.eclipse.emf.ecp.view.vertical.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.78kB) [INFO] Fetching org.eclipse.emf.ecp.view.vertical.ui.swt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.03kB) [INFO] Fetching org.eclipse.emf.ecp.view.vertical.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.89kB) [INFO] Fetching org.eclipse.emf.ecp.view.viewproxy.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.viewproxy.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.29kB) [INFO] Unpacking org.eclipse.emf.ecp.view.viewproxy.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.viewproxy.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecp.view.viewproxy.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.08kB) [INFO] Unpacking org.eclipse.emf.ecp.view.viewproxy.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.view.viewproxy.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.27kB) [INFO] Fetching org.eclipse.emf.ecp.view.viewproxy.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (23.75kB) [INFO] Fetching org.eclipse.emf.ecp.view.viewproxy.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.67kB) [INFO] Fetching org.eclipse.emf.ecp.view.viewproxy.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.89kB) [INFO] Fetching org.eclipse.emfforms.core.services.emfspecificservice_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.emfspecificservice_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.39kB) [INFO] Unpacking org.eclipse.emfforms.core.services.emfspecificservice_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.databinding.featurepath_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.databinding.featurepath_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.23kB) [INFO] Unpacking org.eclipse.emfforms.core.services.databinding.featurepath_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.swt.core.plugin_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.swt.core.plugin_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.14kB) [INFO] Unpacking org.eclipse.emfforms.swt.core.plugin_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.locale.default_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.locale.default_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.68kB) [INFO] Unpacking org.eclipse.emfforms.core.services.locale.default_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.swt.core.di.extension_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.swt.core.di.extension_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.82kB) [INFO] Unpacking org.eclipse.emfforms.swt.core.di.extension_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.legacy_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.legacy_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.42kB) [INFO] Unpacking org.eclipse.emfforms.core.services.legacy_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.default_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.default_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.39kB) [INFO] Unpacking org.eclipse.emfforms.core.services.domainexpander.default_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.default_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.default_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.41kB) [INFO] Unpacking org.eclipse.emfforms.core.services.mappingprovider.default_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.structuralchange_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.structuralchange_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.68kB) [INFO] Unpacking org.eclipse.emfforms.core.services.structuralchange_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.default_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.default_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.39kB) [INFO] Unpacking org.eclipse.emfforms.core.services.structuralchange.default_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.segments.featurepath_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.segments.featurepath_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.07kB) [INFO] Unpacking org.eclipse.emfforms.core.services.segments.featurepath_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emf.ecp.viewmodel.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.83kB) [INFO] Fetching org.eclipse.emf.ecp.view.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (102.79kB) [INFO] Fetching org.eclipse.emf.ecp.view.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (37.9kB) [INFO] Fetching org.eclipse.emf.ecp.ui.view.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (33.78kB) [INFO] Fetching org.eclipse.emf.ecp.ui.view.swt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (86.51kB) [INFO] Fetching org.eclipse.emf.ecp.view.model.provider.generator.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.44kB) [INFO] Fetching org.eclipse.emf.ecp.view.model.provider.xmi.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (17.93kB) [INFO] Fetching org.eclipse.emf.ecp.view.context.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (29.39kB) [INFO] Fetching org.eclipse.emf.ecp.view.core.swt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (86.46kB) [INFO] Fetching org.eclipse.emf.ecp.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (34.02kB) [INFO] Fetching org.eclipse.emf.ecp.edit.swt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (147.3kB) [INFO] Fetching org.eclipse.emf.ecp.view.context.locale.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.37kB) [INFO] Fetching org.eclipse.emf.ecp.view.swt.layout.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.9kB) [INFO] Fetching org.eclipse.emf.ecp.view.model.common.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (30.56kB) [INFO] Fetching org.eclipse.emf.ecp.view.util.swt.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.67kB) [INFO] Fetching org.eclipse.emf.ecp.view.control.multireference.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.49kB) [INFO] Fetching org.eclipse.emf.ecp.common.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.18kB) [INFO] Fetching org.eclipse.emf.ecp.common.ui.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (36.12kB) [INFO] Fetching org.eclipse.emfforms.core.services.emfspecificservice.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.38kB) [INFO] Fetching org.eclipse.emfforms.localization.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.91kB) [INFO] Fetching org.eclipse.emfforms.core.services.databinding.featurepath.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.07kB) [INFO] Fetching org.eclipse.emfforms.core.services.editsupport.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.14kB) [INFO] Fetching org.eclipse.emfforms.view.model.localization.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.39kB) [INFO] Fetching org.eclipse.emfforms.swt.core.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (49.67kB) [INFO] Fetching org.eclipse.emfforms.swt.core.plugin.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.91kB) [INFO] Fetching org.eclipse.emfforms.core.services.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (76.51kB) [INFO] Fetching org.eclipse.emfforms.core.services.emf.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (31.29kB) [INFO] Fetching org.eclipse.emfforms.core.services.locale.default.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.46kB) [INFO] Fetching org.eclipse.emfforms.common.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (44.58kB) [INFO] Fetching org.eclipse.emfforms.swt.core.di.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.48kB) [INFO] Fetching org.eclipse.emfforms.swt.core.di.extension.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.27kB) [INFO] Fetching org.eclipse.emf.ecp.ui.view.linewrapper.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.68kB) [INFO] Fetching org.eclipse.emfforms.core.services.legacy.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.04kB) [INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.default.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.7kB) [INFO] Fetching org.eclipse.emfforms.core.services.mappingprovider.default.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.13kB) [INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.88kB) [INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.default.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.01kB) [INFO] Fetching org.eclipse.emfforms.core.services.segments.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.38kB) [INFO] Fetching org.eclipse.emfforms.core.services.segments.featurepath.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.43kB) [INFO] Fetching org.eclipse.emf.ecp.view.model.common.di.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.75kB) [INFO] Fetching org.eclipse.emf.ecp.viewmodel.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (41.17kB) [INFO] Fetching org.eclipse.emf.edapt.common_1.4.1.202002140949.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edapt.common_1.4.1.202002140949.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.86kB) [INFO] Unpacking org.eclipse.emf.edapt.common_1.4.1.202002140949... [INFO] Fetching org.eclipse.emf.edapt.declaration_1.4.1.202002140949.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (69.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edapt.declaration_1.4.1.202002140949.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (69.22kB) [INFO] Unpacking org.eclipse.emf.edapt.declaration_1.4.1.202002140949... [INFO] Fetching org.eclipse.emf.edapt.runtime.feature_1.4.1.202002140949.jar from https://download.eclipse.org/staging/2021-06/features/ (18.49kB) [INFO] Fetching org.eclipse.emf.edapt.common.source_1.4.1.202002140949.jar from https://download.eclipse.org/staging/2021-06/plugins/ (33.57kB) [INFO] Fetching org.eclipse.emf.edapt.declaration.source_1.4.1.202002140949.jar from https://download.eclipse.org/staging/2021-06/plugins/ (146.79kB) [INFO] Fetching org.eclipse.emf.edapt.migration.source_1.4.1.202002140949.jar from https://download.eclipse.org/staging/2021-06/plugins/ (104.4kB) [INFO] Fetching org.eclipse.emf.edapt.history.source_1.4.1.202002140949.jar from https://download.eclipse.org/staging/2021-06/plugins/ (160.41kB) [INFO] Fetching org.eclipse.emf.edapt.runtime.feature.source_1.4.1.202002140949.jar from https://download.eclipse.org/staging/2021-06/features/ (19.94kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore_2.9.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore_2.9.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.89kB) [INFO] Unpacking org.eclipse.emf.mapping.xsd2ecore_2.9.0.v20200723-0820... [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor_2.9.0.v20181105-0510.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor_2.9.0.v20181105-0510.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.87kB) [INFO] Unpacking org.eclipse.emf.mapping.xsd2ecore.editor_2.9.0.v20181105-0510... [INFO] Fetching org.eclipse.emf.parsley_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.08kB) [INFO] Unpacking org.eclipse.emf.parsley_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.runtime_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.runtime_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7kB) [INFO] Unpacking org.eclipse.emf.parsley.runtime_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (63.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (63.06kB) [INFO] Unpacking org.eclipse.emf.parsley.common_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.cdo_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (6.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.cdo_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (6.95kB) [INFO] Unpacking org.eclipse.emf.parsley.cdo_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.cdo.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.cdo.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.79kB) [INFO] Unpacking org.eclipse.emf.parsley.cdo.common_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.query_1.7.0.201805030653.jar from https://download.eclipse.org/staging/2021-06/plugins/ (141.72kB) [INFO] Fetching org.eclipse.emf.parsley.cdo.feature_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/features/ (19.11kB) [INFO] Fetching org.eclipse.emf.parsley.cdo.common.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/plugins/ (18.17kB) [INFO] Fetching org.eclipse.emf.parsley.cdo.feature.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/features/ (20.72kB) [INFO] Fetching org.eclipse.emf.parsley.runtime.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.runtime.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.03kB) [INFO] Unpacking org.eclipse.emf.parsley.runtime.common_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.doc_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (837.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.doc_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (837.48kB) [INFO] Unpacking org.eclipse.emf.parsley.doc_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.editors_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.editors_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.01kB) [INFO] Unpacking org.eclipse.emf.parsley.editors_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.views_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.views_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.44kB) [INFO] Unpacking org.eclipse.emf.parsley.views_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.dsl_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (429.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.dsl_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (429.99kB) [INFO] Unpacking org.eclipse.emf.parsley.dsl_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.generator.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.generator.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.emf.parsley.generator.common_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.dsl.additional.builder_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.dsl.additional.builder_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.21kB) [INFO] Unpacking org.eclipse.emf.parsley.dsl.additional.builder_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.dsl.ui_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (73.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.dsl.ui_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (73.92kB) [INFO] Unpacking org.eclipse.emf.parsley.dsl.ui_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.dsl.ide_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (209.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.dsl.ide_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (209.16kB) [INFO] Unpacking org.eclipse.emf.parsley.dsl.ide_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.dsl.feature_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/features/ (19.2kB) [INFO] Fetching org.eclipse.emf.parsley.dsl.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/plugins/ (519.43kB) [INFO] Fetching org.eclipse.emf.parsley.dsl.ui.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/plugins/ (78.79kB) [INFO] Fetching org.eclipse.emf.parsley.dsl.additional.builder.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.27kB) [INFO] Fetching org.eclipse.emf.parsley.dsl.ide.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/plugins/ (281.56kB) [INFO] Fetching org.eclipse.emf.parsley.dsl.feature.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/features/ (20.73kB) [INFO] Fetching org.eclipse.emf.parsley.wizards_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.wizards_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.12kB) [INFO] Unpacking org.eclipse.emf.parsley.wizards_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.editors.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.editors.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.46kB) [INFO] Unpacking org.eclipse.emf.parsley.editors.common_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.ui.examples_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (367.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.ui.examples_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (367.01kB) [INFO] Unpacking org.eclipse.emf.parsley.ui.examples_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.examples.feature_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/features/ (19.11kB) [INFO] Fetching org.eclipse.emf.parsley.ui.examples.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.66kB) [INFO] Fetching org.eclipse.emf.parsley.examples.feature.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/features/ (20.78kB) [INFO] Fetching org.eclipse.emf.parsley.views.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.views.common_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.94kB) [INFO] Unpacking org.eclipse.emf.parsley.views.common_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.feature_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/features/ (19.2kB) [INFO] Fetching org.eclipse.emf.parsley.doc.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.01MB) [INFO] Fetching org.eclipse.emf.parsley.wizards.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.14kB) [INFO] Fetching org.eclipse.emf.parsley.views.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/plugins/ (10.92kB) [INFO] Fetching org.eclipse.emf.parsley.generator.common.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/plugins/ (15.36kB) [INFO] Fetching org.eclipse.emf.parsley.common.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/plugins/ (163.82kB) [INFO] Fetching org.eclipse.emf.parsley.runtime.common.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/plugins/ (36.02kB) [INFO] Fetching org.eclipse.emf.parsley.views.common.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/plugins/ (30.63kB) [INFO] Fetching org.eclipse.emf.parsley.editors.common.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/plugins/ (24.77kB) [INFO] Fetching org.eclipse.emf.parsley.feature.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/features/ (20.72kB) [INFO] Fetching org.eclipse.emf.parsley.junit4_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.parsley.junit4_1.13.0.v20201130-1005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.22kB) [INFO] Unpacking org.eclipse.emf.parsley.junit4_1.13.0.v20201130-1005... [INFO] Fetching org.eclipse.emf.parsley.junit4.feature_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/features/ (18.75kB) [INFO] Fetching org.eclipse.emf.parsley.junit4.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.92kB) [INFO] Fetching org.eclipse.emf.parsley.junit4.feature.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/features/ (20.41kB) [INFO] Fetching org.eclipse.emf.parsley.sdk_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.parsley.sdk.source_1.13.0.v20201130-1005.jar from https://download.eclipse.org/staging/2021-06/features/ (20.64kB) [INFO] Fetching org.eclipse.emf.query.doc_1.2.0.201805030653.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.11kB) [INFO] Fetching org.eclipse.emf.query.examples_1.2.0.201805030653.jar from https://download.eclipse.org/staging/2021-06/plugins/ (168.18kB) [INFO] Fetching org.eclipse.emf.query.doc_1.12.0.201805030653.jar from https://download.eclipse.org/staging/2021-06/features/ (21.31kB) [INFO] Fetching org.eclipse.emf.query_1.12.0.201805030653.jar from https://download.eclipse.org/staging/2021-06/features/ (21.57kB) [INFO] Fetching org.eclipse.emf.query.ocl_2.0.0.201805030653.jar from https://download.eclipse.org/staging/2021-06/plugins/ (29.56kB) [INFO] Fetching org.eclipse.ocl_3.16.100.v20210609-1442.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.14MB) [INFO] Fetching org.eclipse.emf.query.ocl_1.12.0.201805030653.jar from https://download.eclipse.org/staging/2021-06/features/ (21.51kB) [INFO] Fetching org.eclipse.emf.query.ocl.source_2.0.0.201805030653.jar from https://download.eclipse.org/staging/2021-06/plugins/ (21.29kB) [INFO] Fetching org.eclipse.emf.query.ocl.source_1.12.0.201805030653.jar from https://download.eclipse.org/staging/2021-06/features/ (21.22kB) [INFO] Fetching org.eclipse.emf.query.sdk_1.12.0.201805030653.jar from https://download.eclipse.org/staging/2021-06/features/ (21.1kB) [INFO] Fetching org.eclipse.emf.query.source_1.7.0.201805030653.jar from https://download.eclipse.org/staging/2021-06/plugins/ (96.02kB) [INFO] Fetching org.eclipse.emf.query.source_1.12.0.201805030653.jar from https://download.eclipse.org/staging/2021-06/features/ (21.2kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/staging/2021-06/plugins/ (403.7kB) [INFO] Fetching org.eclipse.emf.transaction.doc_1.4.0.201805140824.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.21kB) [INFO] Fetching org.eclipse.emf.transaction.examples_1.2.100.201805140824.jar from https://download.eclipse.org/staging/2021-06/plugins/ (169.7kB) [INFO] Fetching org.eclipse.emf.transaction.doc_1.12.0.201805140824.jar from https://download.eclipse.org/staging/2021-06/features/ (21.3kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from https://download.eclipse.org/staging/2021-06/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.transaction_1.12.0.201805140824.jar from https://download.eclipse.org/staging/2021-06/features/ (21.63kB) [INFO] Fetching org.eclipse.emf.transaction.sdk_1.12.0.201805140824.jar from https://download.eclipse.org/staging/2021-06/features/ (21.27kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.9.1.201805140824.jar from https://download.eclipse.org/staging/2021-06/plugins/ (153.08kB) [INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.0.201805140824.jar from https://download.eclipse.org/staging/2021-06/plugins/ (24.7kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.12.0.201805140824.jar from https://download.eclipse.org/staging/2021-06/features/ (21.22kB) [INFO] Fetching org.eclipse.emf.validation.doc_1.3.0.202008210805.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.12kB) [INFO] Fetching org.eclipse.emf.validation.examples_1.3.0.202008210805.jar from https://download.eclipse.org/staging/2021-06/plugins/ (179.84kB) [INFO] Fetching org.eclipse.emf.validation.doc_1.12.2.202008210805.jar from https://download.eclipse.org/staging/2021-06/features/ (21.3kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from https://download.eclipse.org/staging/2021-06/plugins/ (74.19kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.202008210805.jar from https://download.eclipse.org/staging/2021-06/plugins/ (22.33kB) [INFO] Fetching org.eclipse.emf.validation_1.12.2.202008210805.jar from https://download.eclipse.org/staging/2021-06/features/ (21.63kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.82kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.12.2.202008210805.jar from https://download.eclipse.org/staging/2021-06/features/ (21.56kB) [INFO] Fetching org.eclipse.emf.validation.ocl.source_1.4.0.202008210805.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.39kB) [INFO] Fetching org.eclipse.emf.validation.ocl.source_1.12.2.202008210805.jar from https://download.eclipse.org/staging/2021-06/features/ (21.21kB) [INFO] Fetching org.eclipse.emf.validation.sdk_1.12.2.202008210805.jar from https://download.eclipse.org/staging/2021-06/features/ (21.2kB) [INFO] Fetching org.eclipse.emf.validation.source_1.8.0.202008210805.jar from https://download.eclipse.org/staging/2021-06/plugins/ (324.23kB) [INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.202008210805.jar from https://download.eclipse.org/staging/2021-06/plugins/ (54.05kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.202008210805.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.05kB) [INFO] Fetching org.eclipse.emf.validation.source_1.12.2.202008210805.jar from https://download.eclipse.org/staging/2021-06/features/ (21.25kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/staging/2021-06/plugins/ (85.1kB) [INFO] Fetching org.eclipse.emf.workspace.doc_1.3.0.201805140824.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.25kB) [INFO] Fetching org.eclipse.emf.workspace.doc_1.12.0.201805140824.jar from https://download.eclipse.org/staging/2021-06/features/ (21.26kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from https://download.eclipse.org/staging/2021-06/plugins/ (23.12kB) [INFO] Fetching org.eclipse.emf.workspace_1.12.0.201805140824.jar from https://download.eclipse.org/staging/2021-06/features/ (21.65kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.5.1.201805140824.jar from https://download.eclipse.org/staging/2021-06/plugins/ (69.87kB) [INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.0.201805140824.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.01kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.12.0.201805140824.jar from https://download.eclipse.org/staging/2021-06/features/ (21.24kB) [INFO] Fetching org.eclipse.emfforms.core.bazaar.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.22kB) [INFO] Fetching org.eclipse.emfforms.core.bazaar.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.96kB) [INFO] Fetching org.eclipse.emfforms.core.bazaar.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.84kB) [INFO] Fetching org.eclipse.emfforms.core.services.databinding.index_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.databinding.index_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.76kB) [INFO] Unpacking org.eclipse.emfforms.core.services.databinding.index_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.segments.index_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.segments.index_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.53kB) [INFO] Unpacking org.eclipse.emfforms.core.services.segments.index_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.databinding.mapping_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.databinding.mapping_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.18kB) [INFO] Unpacking org.eclipse.emfforms.core.services.databinding.mapping_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.segments.mapping_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.segments.mapping_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.07kB) [INFO] Unpacking org.eclipse.emfforms.core.services.segments.mapping_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.index_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.index_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.72kB) [INFO] Unpacking org.eclipse.emfforms.core.services.domainexpander.index_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.mapping_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.domainexpander.mapping_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.49kB) [INFO] Unpacking org.eclipse.emfforms.core.services.domainexpander.mapping_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.view.indexsegment.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.view.indexsegment.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.2kB) [INFO] Unpacking org.eclipse.emfforms.view.indexsegment.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.view.mappingsegment.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.view.mappingsegment.model_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.19kB) [INFO] Unpacking org.eclipse.emfforms.view.mappingsegment.model_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.index_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.index_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.17kB) [INFO] Unpacking org.eclipse.emfforms.core.services.structuralchange.index_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.mapping_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.core.services.structuralchange.mapping_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.91kB) [INFO] Unpacking org.eclipse.emfforms.core.services.structuralchange.mapping_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.editor.ecore_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.editor.ecore_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.96kB) [INFO] Unpacking org.eclipse.emfforms.editor.ecore_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.editor.genmodel_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.editor.genmodel_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.9kB) [INFO] Unpacking org.eclipse.emfforms.editor.genmodel_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.editor.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.32kB) [INFO] Fetching org.eclipse.emfforms.editor.ecore.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (51.25kB) [INFO] Fetching org.eclipse.emfforms.editor.genmodel.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.02kB) [INFO] Fetching org.eclipse.emfforms.editor.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.84kB) [INFO] Fetching org.eclipse.emfforms.swt.control.multiattribute.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.23kB) [INFO] Fetching org.eclipse.emfforms.swt.control.multiattribute.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (30.75kB) [INFO] Fetching org.eclipse.emfforms.swt.control.multiattribute.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (41kB) [INFO] Fetching org.eclipse.emfforms.view.annotation.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emfforms.view.annotation.model.edit_1.26.0.20210308-0858.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.33kB) [INFO] Unpacking org.eclipse.emfforms.view.annotation.model.edit_1.26.0.20210308-0858... [INFO] Fetching org.eclipse.emfforms.view.annotation.feature_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (39.27kB) [INFO] Fetching org.eclipse.emfforms.view.annotation.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (20.49kB) [INFO] Fetching org.eclipse.emfforms.view.annotation.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.2kB) [INFO] Fetching org.eclipse.emf.ecp.view.template.annotation.model.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (21.44kB) [INFO] Fetching org.eclipse.emf.ecp.view.template.annotation.model.edit.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.58kB) [INFO] Fetching org.eclipse.emfforms.view.annotation.feature.source_1.26.0.20210308-0858.jar from https://download.eclipse.org/staging/2021-06/features/ (40.92kB) [INFO] Fetching org.eclipse.gef.doc.isv_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.52MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gef.doc.isv_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.52MB) [INFO] Unpacking org.eclipse.gef.doc.isv_3.11.0.201606061308... [INFO] Fetching org.eclipse.gef.examples.ui.pde_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gef.examples.ui.pde_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14kB) [INFO] Unpacking org.eclipse.gef.examples.ui.pde_3.11.0.201606061308... [INFO] Fetching org.eclipse.gef.sdk_3.11.0.201606061308.jar from https://download.eclipse.org/staging/2021-06/features/ (19.56kB) [INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from https://download.eclipse.org/staging/2021-06/plugins/ (828.05kB) [INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from https://download.eclipse.org/staging/2021-06/features/ (19.32kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.geoshapes_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (37.84kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (257.14kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (90.14kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (92.1kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (114.29kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (100.25kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (69.5kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (23.91kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (99.83kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (201.43kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (39.26kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (101.73kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (29kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model_1.2.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (74.15kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.edit_1.2.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (66.05kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (92.83kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (190.36kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.editor_1.2.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (70.74kB) [INFO] Fetching org.eclipse.gmf.examples.runtime_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.36kB) [INFO] Fetching org.eclipse.gmf.examples.runtime_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/features/ (21.8kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (338.99kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/features/ (21.72kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (117.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (101.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (120.53kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (24.75kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (76.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (133.46kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (218.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.09kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (137.53kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (318.69kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (49.3kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (110.07kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (18.33kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (93.45kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.1.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (29.03kB) [INFO] Fetching org.eclipse.gmf_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.16kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (752.78kB) [INFO] Fetching org.eclipse.gmf_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/features/ (22.23kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/features/ (21.64kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.07kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/features/ (21.68kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.10.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (320.36kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (134.67kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/features/ (21.62kB) [INFO] Fetching org.eclipse.gmf.runtime.sdk_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.01kB) [INFO] Fetching org.eclipse.gmf.runtime.sdk_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/features/ (21.79kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/features/ (22.02kB) [INFO] Fetching org.apache.batik.dom.svg.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (421.68kB) [INFO] Fetching org.apache.batik.bridge.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (610.86kB) [INFO] Fetching org.apache.batik.dom.source_1.6.1.v201505192100.jar from https://download.eclipse.org/staging/2021-06/plugins/ (131.81kB) [INFO] Fetching org.apache.batik.ext.awt.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (524.88kB) [INFO] Fetching org.apache.batik.transcoder.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (93.17kB) [INFO] Fetching org.apache.batik.svggen.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (251.68kB) [INFO] Fetching org.apache.batik.util.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (111.06kB) [INFO] Fetching org.apache.batik.css.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (287.09kB) [INFO] Fetching org.apache.batik.util.gui.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (127.65kB) [INFO] Fetching org.apache.batik.parser.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (77.07kB) [INFO] Fetching org.apache.batik.xml.source_1.6.0.v201011041432.jar from https://download.eclipse.org/staging/2021-06/plugins/ (33.56kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/features/ (21.89kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (100.91kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (177.27kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (71.74kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (34.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (91.2kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (77.1kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (80.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.82kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (61.68kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (110.63kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (842.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (131.47kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.1kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (70.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (101.53kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (82.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (19.39kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.1.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (81.66kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (85.77kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (48.35kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.1.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (231.92kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.1.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (44.94kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (166.06kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (96.48kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (27.52kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (90.63kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (183.25kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.28kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (74.61kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (49.68kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.1.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (90.21kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.1.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (21.22kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (58.58kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/plugins/ (60.66kB) [INFO] Fetching org.eclipse.gmf.source_1.13.0.202004160913.jar from https://download.eclipse.org/staging/2021-06/features/ (22.13kB) [INFO] Fetching org.eclipse.net4j.db.jdbc_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j.db.jdbc_4.4.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.7kB) [INFO] Unpacking org.eclipse.net4j.db.jdbc_4.4.0.v20210118-1607... [INFO] Fetching org.eclipse.net4j.db_4.14.0.v20210520-0525.jar from https://download.eclipse.org/staging/2021-06/features/ (28.57kB) [INFO] Fetching org.h2_1.3.168.v201212121212.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.27MB) [INFO] Fetching org.eclipse.net4j.db.h2_4.5.0.v20210517-1018.jar from https://download.eclipse.org/staging/2021-06/features/ (28.41kB) [INFO] Fetching org.eclipse.net4j.debug_3.2.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j.debug_3.2.0.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.02kB) [INFO] Unpacking org.eclipse.net4j.debug_3.2.0.v20210118-1607... [INFO] Fetching org.eclipse.net4j.examples.installer_4.2.4.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (278.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j.examples.installer_4.2.4.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (278.84kB) [INFO] Unpacking org.eclipse.net4j.examples.installer_4.2.4.v20210517-1018... [INFO] Fetching org.eclipse.net4j.examples.installer_4.3.4.v20210517-1018.jar from https://download.eclipse.org/staging/2021-06/features/ (28.4kB) [INFO] Fetching org.eclipse.net4j.http.common_4.2.0.v20210516-1027.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j.http.common_4.2.0.v20210516-1027.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.76kB) [INFO] Unpacking org.eclipse.net4j.http.common_4.2.0.v20210516-1027... [INFO] Fetching org.eclipse.net4j.http_4.1.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j.http_4.1.1.v20210118-1607.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12kB) [INFO] Unpacking org.eclipse.net4j.http_4.1.1.v20210118-1607... [INFO] Fetching org.eclipse.net4j.http.server_4.2.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j.http.server_4.2.0.v20210517-1018.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.4kB) [INFO] Unpacking org.eclipse.net4j.http.server_4.2.0.v20210517-1018... [INFO] Fetching org.eclipse.net4j_4.14.0.v20210520-0525.jar from https://download.eclipse.org/staging/2021-06/features/ (28.57kB) [INFO] Fetching org.eclipse.net4j.util_4.14.0.v20210520-0525.jar from https://download.eclipse.org/staging/2021-06/features/ (28.4kB) [INFO] Fetching org.eclipse.net4j.util.ui_4.14.0.v20210520-0525.jar from https://download.eclipse.org/staging/2021-06/features/ (28.43kB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (53.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (53.45kB) [INFO] Unpacking lpg.runtime.java_2.0.17.v201004271640... [INFO] Fetching org.eclipse.ocl.common_1.8.700.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.common_1.8.700.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.72kB) [INFO] Unpacking org.eclipse.ocl.common_1.8.700.v20210609-1442... [INFO] Fetching org.eclipse.ocl.all_5.15.0.v20210609-1442.jar from https://download.eclipse.org/staging/2021-06/features/ (19.31kB) [INFO] Fetching org.eclipse.ocl.all.sdk_5.15.0.v20210609-1442.jar from https://download.eclipse.org/staging/2021-06/features/ (19.31kB) [INFO] Fetching org.eclipse.ocl.common.ui_1.15.0.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.common.ui_1.15.0.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.34kB) [INFO] Unpacking org.eclipse.ocl.common.ui_1.15.0.v20210609-1442... [INFO] Fetching org.eclipse.ocl.core.sdk_5.15.0.v20210609-1442.jar from https://download.eclipse.org/staging/2021-06/features/ (19.34kB) [INFO] Fetching org.eclipse.ocl.doc_3.15.0.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (4.09MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.doc_3.15.0.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (4.09MB) [INFO] Unpacking org.eclipse.ocl.doc_3.15.0.v20210609-1442... [INFO] Fetching org.eclipse.ocl.doc_3.15.0.v20210609-1442.jar from https://download.eclipse.org/staging/2021-06/features/ (19.19kB) [INFO] Fetching org.eclipse.ocl.ecore.edit_4.6.700.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.ecore.edit_4.6.700.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.87kB) [INFO] Unpacking org.eclipse.ocl.ecore.edit_4.6.700.v20210609-1442... [INFO] Fetching org.eclipse.ocl.edit_4.7.600.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (41.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.edit_4.7.600.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (41.58kB) [INFO] Unpacking org.eclipse.ocl.edit_4.7.600.v20210609-1442... [INFO] Fetching org.eclipse.ocl.uml.edit_5.10.300.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.uml.edit_5.10.300.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.17kB) [INFO] Unpacking org.eclipse.ocl.uml.edit_5.10.300.v20210609-1442... [INFO] Fetching org.eclipse.ocl.edit_5.15.0.v20210609-1442.jar from https://download.eclipse.org/staging/2021-06/features/ (19.29kB) [INFO] Fetching org.eclipse.ocl_3.14.500.v20210609-1442.jar from https://download.eclipse.org/staging/2021-06/features/ (19.33kB) [INFO] Fetching org.eclipse.ocl.ui_1.15.0.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.ui_1.15.0.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.44kB) [INFO] Unpacking org.eclipse.ocl.ui_1.15.0.v20210609-1442... [INFO] Fetching org.eclipse.ocl.uml.ui_2.12.300.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.uml.ui_2.12.300.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.78kB) [INFO] Unpacking org.eclipse.ocl.uml.ui_2.12.300.v20210609-1442... [INFO] Fetching org.eclipse.ocl.ui_2.15.0.v20210609-1442.jar from https://download.eclipse.org/staging/2021-06/features/ (19.19kB) [INFO] Fetching org.eclipse.ocl.uml_5.15.0.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (111.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.uml_5.15.0.v20210609-1442.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (111.63kB) [INFO] Unpacking org.eclipse.ocl.uml_5.15.0.v20210609-1442... [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (243.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (243.5kB) [INFO] Unpacking org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.03MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.03MB) [INFO] Unpacking org.eclipse.uml2.uml_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (171.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (171.86kB) [INFO] Unpacking org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.ocl.uml_5.15.0.v20210609-1442.jar from https://download.eclipse.org/staging/2021-06/features/ (19.31kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.6kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (41.7kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (8.16kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (57.47kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (706.64kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (8.37kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (186.71kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (385.93kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (28.84kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (116.94kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (11.77kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (16.06kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (8.93kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (9.61kB) [INFO] Fetching org.eclipse.sirius.ext.e3_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.62kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.2kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.61kB) [INFO] Fetching org.eclipse.sirius.interpreter_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (30.08kB) [INFO] Fetching org.eclipse.sirius.properties.core_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (165.63kB) [INFO] Fetching org.eclipse.sirius.properties.defaultrules_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.97kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (40.6kB) [INFO] Fetching org.eclipse.sirius.properties.edit_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (404.27kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference.edit_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (45.96kB) [INFO] Fetching org.eclipse.sirius.ui.properties_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (70.85kB) [INFO] Fetching org.eclipse.sirius.ui.properties.ext.widgets.reference_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (18.74kB) [INFO] Fetching org.eclipse.sirius.properties.feature_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/features/ (18.91kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/features/ (19.03kB) [INFO] Fetching org.eclipse.sirius.synchronizer_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (36.29kB) [INFO] Fetching org.eclipse.sirius.tree_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (252.18kB) [INFO] Fetching org.eclipse.sirius.runtime_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/features/ (19.26kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.53kB) [INFO] Fetching org.eclipse.sirius.tree.ui_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (231.89kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.5kB) [INFO] Fetching org.eclipse.sirius.ui.editor_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (101.04kB) [INFO] Fetching org.eclipse.sirius.ui.ext_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/plugins/ (14.82kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_6.5.0.202105071935.jar from https://download.eclipse.org/staging/2021-06/features/ (19.42kB) [INFO] Fetching org.eclipse.uml2.ant_1.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.ant_1.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.68kB) [INFO] Unpacking org.eclipse.uml2.ant_1.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (144.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (144.49kB) [INFO] Unpacking org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829... [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.51kB) [INFO] Unpacking org.eclipse.uml2.types_2.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.29kB) [INFO] Unpacking org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210228-1829... [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210228-1829.jar from https://download.eclipse.org/staging/2021-06/features/ (31.96kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (35.18kB) [INFO] Unpacking org.eclipse.uml2.common_2.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.77kB) [INFO] Unpacking org.eclipse.uml2.common.edit_2.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar from https://download.eclipse.org/staging/2021-06/features/ (31.95kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar from https://download.eclipse.org/staging/2021-06/features/ (31.93kB) [INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.08kB) [INFO] Unpacking org.eclipse.uml2.doc_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210228-1829.jar from https://download.eclipse.org/staging/2021-06/features/ (31.79kB) [INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.14kB) [INFO] Unpacking org.eclipse.uml2.examples_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.examples.uml.ui_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (183.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.examples.uml.ui_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (183.08kB) [INFO] Unpacking org.eclipse.uml2.examples.uml.ui_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210228-1829.jar from https://download.eclipse.org/staging/2021-06/features/ (31.86kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.24kB) [INFO] Unpacking org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2_5.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2_5.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.15kB) [INFO] Unpacking org.eclipse.uml2_5.5.2.v20210228-1829... [INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.27kB) [INFO] Unpacking org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.02kB) [INFO] Unpacking org.eclipse.uml2.uml.ecore.importer_3.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.83kB) [INFO] Unpacking org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2_5.5.2.v20210228-1829.jar from https://download.eclipse.org/staging/2021-06/features/ (32.08kB) [INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.01kB) [INFO] Unpacking org.eclipse.uml2.sdk_5.5.2.v20210228-1829... [INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210228-1829.jar from https://download.eclipse.org/staging/2021-06/features/ (31.92kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar from https://download.eclipse.org/staging/2021-06/features/ (31.92kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (37.64kB) [INFO] Unpacking org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar from https://download.eclipse.org/staging/2021-06/features/ (32.01kB) [INFO] Fetching org.eclipse.xsd.cheatsheets_2.8.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd.cheatsheets_2.8.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.11kB) [INFO] Unpacking org.eclipse.xsd.cheatsheets_2.8.0.v20180706-1143... [INFO] Fetching org.eclipse.xsd.ecore.importer_2.9.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd.ecore.importer_2.9.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.55kB) [INFO] Unpacking org.eclipse.xsd.ecore.importer_2.9.0.v20200324-0723... [INFO] Fetching org.eclipse.xsd.doc_2.20.0.v20210405-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.64MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd.doc_2.20.0.v20210405-0725.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.64MB) [INFO] Unpacking org.eclipse.xsd.doc_2.20.0.v20210405-0725... [INFO] Fetching org.eclipse.xsd.doc_2.22.0.v20210405-0725.jar from https://download.eclipse.org/staging/2021-06/features/ (19.03kB) [INFO] Fetching org.eclipse.xsd.ecore.converter_2.8.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd.ecore.converter_2.8.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.55kB) [INFO] Unpacking org.eclipse.xsd.ecore.converter_2.8.0.v20180706-1143... [INFO] Fetching org.eclipse.xsd.ecore.exporter_2.7.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd.ecore.exporter_2.7.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.93kB) [INFO] Unpacking org.eclipse.xsd.ecore.exporter_2.7.0.v20180706-1143... [INFO] Fetching org.eclipse.xsd.ecore.converter_2.12.0.v20200324-0723.jar from https://download.eclipse.org/staging/2021-06/features/ (19.13kB) [INFO] Fetching org.eclipse.xsd.ecore.converter.source_2.8.0.v20180706-1143.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.39kB) [INFO] Fetching org.eclipse.xsd.ecore.importer.source_2.9.0.v20200324-0723.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.66kB) [INFO] Fetching org.eclipse.xsd.ecore.exporter.source_2.7.0.v20180706-1143.jar from https://download.eclipse.org/staging/2021-06/plugins/ (13.78kB) [INFO] Fetching org.eclipse.xsd.ecore.converter.source_2.12.0.v20200324-0723.jar from https://download.eclipse.org/staging/2021-06/features/ (20.36kB) [INFO] Fetching org.eclipse.xsd.edit_2.13.0.v20200723-0820.jar from https://download.eclipse.org/staging/2021-06/features/ (19.06kB) [INFO] Fetching org.eclipse.xsd.edit.source_2.11.0.v20200723-0820.jar from https://download.eclipse.org/staging/2021-06/plugins/ (108.82kB) [INFO] Fetching org.eclipse.xsd.edit.source_2.13.0.v20200723-0820.jar from https://download.eclipse.org/staging/2021-06/features/ (20.24kB) [INFO] Fetching org.eclipse.xsd.editor_2.11.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd.editor_2.11.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.16kB) [INFO] Unpacking org.eclipse.xsd.editor_2.11.0.v20180706-1143... [INFO] Fetching org.eclipse.xsd.editor_2.13.0.v20190323-1100.jar from https://download.eclipse.org/staging/2021-06/features/ (19.11kB) [INFO] Fetching org.eclipse.xsd.editor.source_2.11.0.v20180706-1143.jar from https://download.eclipse.org/staging/2021-06/plugins/ (31.4kB) [INFO] Fetching org.eclipse.xsd.editor.source_2.13.0.v20190323-1100.jar from https://download.eclipse.org/staging/2021-06/features/ (20.25kB) [INFO] Fetching org.eclipse.xsd.example.installer_1.4.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd.example.installer_1.4.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (44.1kB) [INFO] Unpacking org.eclipse.xsd.example.installer_1.4.0.v20180706-1143... [INFO] Fetching org.eclipse.xsd_2.19.0.v20210427-0854.jar from https://download.eclipse.org/staging/2021-06/features/ (19.05kB) [INFO] Fetching org.eclipse.xsd.mapping.editor_2.9.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd.mapping.editor_2.9.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.54kB) [INFO] Unpacking org.eclipse.xsd.mapping.editor_2.9.0.v20180706-1143... [INFO] Fetching org.eclipse.xsd.mapping.editor_2.13.0.v20190323-1100.jar from https://download.eclipse.org/staging/2021-06/features/ (19.11kB) [INFO] Fetching org.eclipse.xsd.mapping.editor.source_2.9.0.v20180706-1143.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.39kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor.source_2.9.0.v20181105-0510.jar from https://download.eclipse.org/staging/2021-06/plugins/ (12.54kB) [INFO] Fetching org.eclipse.xsd.mapping.editor.source_2.13.0.v20190323-1100.jar from https://download.eclipse.org/staging/2021-06/features/ (20.36kB) [INFO] Fetching org.eclipse.xsd.mapping_2.8.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd.mapping_2.8.0.v20180706-1143.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.52kB) [INFO] Unpacking org.eclipse.xsd.mapping_2.8.0.v20180706-1143... [INFO] Fetching org.eclipse.xsd.mapping_2.13.0.v20200723-0820.jar from https://download.eclipse.org/staging/2021-06/features/ (19.12kB) [INFO] Fetching org.eclipse.xsd.mapping.source_2.8.0.v20180706-1143.jar from https://download.eclipse.org/staging/2021-06/plugins/ (7.38kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.source_2.9.0.v20200723-0820.jar from https://download.eclipse.org/staging/2021-06/plugins/ (25.76kB) [INFO] Fetching org.eclipse.xsd.mapping.source_2.13.0.v20200723-0820.jar from https://download.eclipse.org/staging/2021-06/features/ (20.3kB) [INFO] Fetching org.eclipse.xsd.sdk_2.26.0.v20210427-0854.jar from https://download.eclipse.org/staging/2021-06/features/ (19.17kB) [INFO] Fetching org.eclipse.xsd.source_2.18.0.v20210427-0854.jar from https://download.eclipse.org/staging/2021-06/plugins/ (740.31kB) [INFO] Fetching org.eclipse.xsd.source_2.19.0.v20210427-0854.jar from https://download.eclipse.org/staging/2021-06/features/ (20.19kB) [INFO] The project's OSGi version is 4.20.0.20210609-1442 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ epp.package.modeling --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.modeling --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.modeling --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ epp.package.modeling --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.modeling --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ epp.package.modeling --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ epp.package.modeling --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ epp.package.modeling --- [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:materialize-products (materialize-products) @ epp.package.modeling --- [INFO] Installing product epp.package.modeling for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/linux/gtk/x86_64/eclipse Installing epp.package.modeling 4.20.0.20210609-1442. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.e4.core.tools.feature.feature.group 4.20.0.v20210427-1802. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.emf.cdo.epp.feature.group 4.14.0.v20210531-0559. Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.14.202102231741. Installing org.eclipse.emf.compare.source.feature.group 3.3.14.202102231741. Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.14.202102231741. Installing org.eclipse.emf.compare.egit.feature.group 3.3.14.202102231741. Installing org.eclipse.emf.ecoretools.design.feature.group 3.3.3.202010261352. Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.26.0.20210308-0858. Installing org.eclipse.emf.parsley.sdk.feature.group 1.13.0.v20201130-1005. Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.13.0.v20201130-1005. Installing org.eclipse.emf.query.sdk.feature.group 1.12.0.201805030653. Installing org.eclipse.emf.sdk.feature.group 2.26.0.v20210506-1425. Installing org.eclipse.emf.transaction.sdk.feature.group 1.12.0.201805140824. Installing org.eclipse.emf.validation.sdk.feature.group 1.12.2.202008210805. Installing org.eclipse.gef.sdk.feature.group 3.11.0.201606061308. Installing org.eclipse.gmf.runtime.sdk.feature.group 1.13.0.202004160913. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.ocl.all.sdk.feature.group 5.15.0.v20210609-1442. Installing org.eclipse.pde.feature.group 3.14.800.v20210609-0520. Installing org.eclipse.sdk.feature.group 4.20.0.v20210609-0618. Installing org.eclipse.uml2.sdk.feature.group 5.5.2.v20210228-1829. Installing org.eclipse.xsd.sdk.feature.group 2.26.0.v20210427-0854. Installing org.eclipse.tips.feature.feature.group 0.2.1400.v20210317-2216. Operation completed in 18345 ms. [INFO] Installing product epp.package.modeling for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/linux/gtk/aarch64/eclipse Installing epp.package.modeling 4.20.0.20210609-1442. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.e4.core.tools.feature.feature.group 4.20.0.v20210427-1802. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.emf.cdo.epp.feature.group 4.14.0.v20210531-0559. Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.14.202102231741. Installing org.eclipse.emf.compare.source.feature.group 3.3.14.202102231741. Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.14.202102231741. Installing org.eclipse.emf.compare.egit.feature.group 3.3.14.202102231741. Installing org.eclipse.emf.ecoretools.design.feature.group 3.3.3.202010261352. Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.26.0.20210308-0858. Installing org.eclipse.emf.parsley.sdk.feature.group 1.13.0.v20201130-1005. Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.13.0.v20201130-1005. Installing org.eclipse.emf.query.sdk.feature.group 1.12.0.201805030653. Installing org.eclipse.emf.sdk.feature.group 2.26.0.v20210506-1425. Installing org.eclipse.emf.transaction.sdk.feature.group 1.12.0.201805140824. Installing org.eclipse.emf.validation.sdk.feature.group 1.12.2.202008210805. Installing org.eclipse.gef.sdk.feature.group 3.11.0.201606061308. Installing org.eclipse.gmf.runtime.sdk.feature.group 1.13.0.202004160913. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.ocl.all.sdk.feature.group 5.15.0.v20210609-1442. Installing org.eclipse.pde.feature.group 3.14.800.v20210609-0520. Installing org.eclipse.sdk.feature.group 4.20.0.v20210609-0618. Installing org.eclipse.uml2.sdk.feature.group 5.5.2.v20210228-1829. Installing org.eclipse.xsd.sdk.feature.group 2.26.0.v20210427-0854. Installing org.eclipse.tips.feature.feature.group 0.2.1400.v20210317-2216. Operation completed in 16655 ms. [INFO] Installing product epp.package.modeling for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/win32/win32/x86_64/eclipse Installing epp.package.modeling 4.20.0.20210609-1442. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.e4.core.tools.feature.feature.group 4.20.0.v20210427-1802. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.emf.cdo.epp.feature.group 4.14.0.v20210531-0559. Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.14.202102231741. Installing org.eclipse.emf.compare.source.feature.group 3.3.14.202102231741. Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.14.202102231741. Installing org.eclipse.emf.compare.egit.feature.group 3.3.14.202102231741. Installing org.eclipse.emf.ecoretools.design.feature.group 3.3.3.202010261352. Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.26.0.20210308-0858. Installing org.eclipse.emf.parsley.sdk.feature.group 1.13.0.v20201130-1005. Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.13.0.v20201130-1005. Installing org.eclipse.emf.query.sdk.feature.group 1.12.0.201805030653. Installing org.eclipse.emf.sdk.feature.group 2.26.0.v20210506-1425. Installing org.eclipse.emf.transaction.sdk.feature.group 1.12.0.201805140824. Installing org.eclipse.emf.validation.sdk.feature.group 1.12.2.202008210805. Installing org.eclipse.gef.sdk.feature.group 3.11.0.201606061308. Installing org.eclipse.gmf.runtime.sdk.feature.group 1.13.0.202004160913. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.ocl.all.sdk.feature.group 5.15.0.v20210609-1442. Installing org.eclipse.pde.feature.group 3.14.800.v20210609-0520. Installing org.eclipse.sdk.feature.group 4.20.0.v20210609-0618. Installing org.eclipse.uml2.sdk.feature.group 5.5.2.v20210228-1829. Installing org.eclipse.xsd.sdk.feature.group 2.26.0.v20210427-0854. Installing org.eclipse.tips.feature.feature.group 0.2.1400.v20210317-2216. Operation completed in 19054 ms. [INFO] Installing product epp.package.modeling for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/macosx/cocoa/x86_64/Eclipse.app Installing epp.package.modeling 4.20.0.20210609-1442. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.e4.core.tools.feature.feature.group 4.20.0.v20210427-1802. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.emf.cdo.epp.feature.group 4.14.0.v20210531-0559. Installing org.eclipse.emf.compare.ide.ui.source.feature.group 3.3.14.202102231741. Installing org.eclipse.emf.compare.source.feature.group 3.3.14.202102231741. Installing org.eclipse.emf.compare.diagram.sirius.source.feature.group 3.3.14.202102231741. Installing org.eclipse.emf.compare.egit.feature.group 3.3.14.202102231741. Installing org.eclipse.emf.ecoretools.design.feature.group 3.3.3.202010261352. Installing org.eclipse.emf.ecp.emfforms.sdk.feature.feature.group 1.26.0.20210308-0858. Installing org.eclipse.emf.parsley.sdk.feature.group 1.13.0.v20201130-1005. Installing org.eclipse.emf.parsley.sdk.source.feature.group 1.13.0.v20201130-1005. Installing org.eclipse.emf.query.sdk.feature.group 1.12.0.201805030653. Installing org.eclipse.emf.sdk.feature.group 2.26.0.v20210506-1425. Installing org.eclipse.emf.transaction.sdk.feature.group 1.12.0.201805140824. Installing org.eclipse.emf.validation.sdk.feature.group 1.12.2.202008210805. Installing org.eclipse.gef.sdk.feature.group 3.11.0.201606061308. Installing org.eclipse.gmf.runtime.sdk.feature.group 1.13.0.202004160913. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.ocl.all.sdk.feature.group 5.15.0.v20210609-1442. Installing org.eclipse.pde.feature.group 3.14.800.v20210609-0520. Installing org.eclipse.sdk.feature.group 4.20.0.v20210609-0618. Installing org.eclipse.uml2.sdk.feature.group 5.5.2.v20210228-1829. Installing org.eclipse.xsd.sdk.feature.group 2.26.0.v20210427-0854. Installing org.eclipse.tips.feature.feature.group 0.2.1400.v20210317-2216. Operation completed in 21455 ms. [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.modeling --- [INFO] [Wed Jun 09 23:57:28 UTC 2021] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/macosx/cocoa/x86_64/Eclipse.app'... [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.modeling --- [INFO] [Wed Jun 09 23:58:34 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/win32/win32/x86_64/eclipse/eclipse.exe' [INFO] [Wed Jun 09 23:58:34 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/epp.package.modeling/win32/win32/x86_64/eclipse/eclipsec.exe' [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:archive-products (archive-products) @ epp.package.modeling --- [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20210609-2320_eclipse-modeling-2021-06-RC1-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20210609-2320_eclipse-modeling-2021-06-RC1-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20210609-2320_eclipse-modeling-2021-06-RC1-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20210609-2320_eclipse-modeling-2021-06-RC1-macosx.cocoa.x86_64.tar.gz [INFO] [INFO] --- eclipse-dmg-packager:1.3.2-SNAPSHOT:package-dmg (default) @ epp.package.modeling --- [INFO] [Wed Jun 09 23:59:58 UTC 2021] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/target/products/20210609-2320_eclipse-modeling-2021-06-RC1-macosx.cocoa.x86_64.tar.gz'... [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-zips-to-archive-folder) @ epp.package.modeling --- [INFO] Executing tasks [INFO] [copy] Copying 5 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:2.2.0:mirror (mirror-to-central-epp-repository) @ epp.package.modeling --- [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/../../archive/repository... Mirroring: osgi.bundle,org.eclipse.epp.package.modeling,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.modeling,4.20.0.20210603-2230) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.modeling.feature,4.20.0.20210609-0618 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.modeling.feature,4.20.0.20210609-0618) Mirroring: binary,epp.package.modeling.executable.win32.win32.x86_64,4.20.0.20210609-1442 (Descriptor: canonical: binary,epp.package.modeling.executable.win32.win32.x86_64,4.20.0.20210609-1442) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230) Mirroring: binary,epp.package.modeling.executable.gtk.linux.aarch64,4.20.0.20210609-1442 (Descriptor: canonical: binary,epp.package.modeling.executable.gtk.linux.aarch64,4.20.0.20210609-1442) Mirroring: binary,epp.package.modeling.executable.gtk.linux.x86_64,4.20.0.20210609-1442 (Descriptor: canonical: binary,epp.package.modeling.executable.gtk.linux.x86_64,4.20.0.20210609-1442) Mirroring: binary,epp.package.modeling.executable.cocoa.macosx.x86_64,4.20.0.20210609-1442 (Descriptor: canonical: binary,epp.package.modeling.executable.cocoa.macosx.x86_64,4.20.0.20210609-1442) Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230) [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/../../archive/repository/.] [INFO] [INFO] ----------< org.eclipse.epp:org.eclipse.epp.package.parallel >---------- [INFO] Building org.eclipse.epp.package.parallel 4.20.0-SNAPSHOT [22/37] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.parallel --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.parallel --- [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.parallel --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.parallel --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.parallel --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.parallel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.epp.package.parallel --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.parallel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel/src/test/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.parallel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.parallel --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.package.parallel --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel/target/org.eclipse.epp.package.parallel-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.parallel --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.parallel --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel/target/org.eclipse.epp.package.parallel-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.parallel --- [INFO] [INFO] ------< org.eclipse.epp:org.eclipse.epp.package.parallel.feature >------ [INFO] Building org.eclipse.epp.package.parallel.feature 4.20.0-SNAPSHOT [23/37] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.parallel.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.parallel.feature --- [INFO] Fetching org.eclipse.photran.cdtinterface_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (79.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.photran.cdtinterface_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (79.77kB) [INFO] Unpacking org.eclipse.photran.cdtinterface_9.0.0.202001211929... [INFO] Fetching org.eclipse.photran.core_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.photran.core_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.42kB) [INFO] Unpacking org.eclipse.photran.core_9.0.0.202001211929... [INFO] Fetching org.eclipse.photran.cdtinterface.vpg_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.photran.cdtinterface.vpg_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.98kB) [INFO] Unpacking org.eclipse.photran.cdtinterface.vpg_9.0.0.202001211929... [INFO] Fetching org.eclipse.photran.core.vpg_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (799.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.photran.core.vpg_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (799.84kB) [INFO] Unpacking org.eclipse.photran.core.vpg_9.0.0.202001211929... [INFO] Fetching org.eclipse.photran.core.intel_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.photran.core.intel_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.29kB) [INFO] Unpacking org.eclipse.photran.core.intel_9.0.0.202001211929... [INFO] Fetching org.eclipse.photran.core.vpg.preprocessor.c_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (62.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.photran.core.vpg.preprocessor.c_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (62.48kB) [INFO] Unpacking org.eclipse.photran.core.vpg.preprocessor.c_9.0.0.202001211929... [INFO] Fetching org.eclipse.photran.core.xlf_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.photran.core.xlf_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9kB) [INFO] Unpacking org.eclipse.photran.core.xlf_9.0.0.202001211929... [INFO] Fetching org.eclipse.photran.managedbuilder.ui_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.photran.managedbuilder.ui_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.41kB) [INFO] Unpacking org.eclipse.photran.managedbuilder.ui_9.0.0.202001211929... [INFO] Fetching org.eclipse.photran.ui_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.photran.ui_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.37kB) [INFO] Unpacking org.eclipse.photran.ui_9.0.0.202001211929... [INFO] Fetching org.eclipse.photran.managedbuilder.gnu.ui_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.photran.managedbuilder.gnu.ui_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.93kB) [INFO] Unpacking org.eclipse.photran.managedbuilder.gnu.ui_9.0.0.202001211929... [INFO] Fetching org.eclipse.photran.ui.vpg_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (117.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.photran.ui.vpg_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (117.06kB) [INFO] Unpacking org.eclipse.photran.ui.vpg_9.0.0.202001211929... [INFO] Fetching org.eclipse.photran.ui.vpg.preprocessor.c_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.photran.ui.vpg.preprocessor.c_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.65kB) [INFO] Unpacking org.eclipse.photran.ui.vpg.preprocessor.c_9.0.0.202001211929... [INFO] Fetching org.eclipse.photran.doc.user_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (4.11MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.photran.doc.user_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (4.11MB) [INFO] Unpacking org.eclipse.photran.doc.user_9.0.0.202001211929... [INFO] Fetching org.eclipse.photran_9.4.0.202001211929.jar from https://download.eclipse.org/staging/2021-06/features/ (37.52kB) [INFO] Fetching org.eclipse.photran.managedbuilder.intel.ui_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.photran.managedbuilder.intel.ui_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.68kB) [INFO] Unpacking org.eclipse.photran.managedbuilder.intel.ui_9.0.0.202001211929... [INFO] Fetching org.eclipse.photran.intel_9.4.0.202001211929.jar from https://download.eclipse.org/staging/2021-06/features/ (37.41kB) [INFO] Fetching org.eclipse.photran.managedbuilder.xlf.ui_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.photran.managedbuilder.xlf.ui_9.0.0.202001211929.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.62kB) [INFO] Unpacking org.eclipse.photran.managedbuilder.xlf.ui_9.0.0.202001211929... [INFO] Fetching org.eclipse.photran.xlf_9.4.0.202001211929.jar from https://download.eclipse.org/staging/2021-06/features/ (37.15kB) [INFO] The project's OSGi version is 4.20.0.20210609-0618 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.parallel.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.parallel.feature --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.parallel.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.parallel.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.epp.package.parallel.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.feature/target/org.eclipse.epp.package.parallel.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.parallel.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.parallel.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.parallel.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.feature/target/org.eclipse.epp.package.parallel.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.parallel.feature --- [INFO] [INFO] ----------------< org.eclipse.epp:epp.package.parallel >---------------- [INFO] Building epp.package.parallel 4.20.0-SNAPSHOT [24/37] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.parallel --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.parallel --- [INFO] Fetching org.eclipse.ptp.aix_9.4.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (375.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.aix_9.4.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (375.69kB) [INFO] Unpacking org.eclipse.ptp.aix_9.4.0.202003120023... [INFO] Fetching org.eclipse.ptp.core_8.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.core_8.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.39kB) [INFO] Unpacking org.eclipse.ptp.core_8.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.cdt.compilers.core_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.cdt.compilers.core_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.51kB) [INFO] Unpacking org.eclipse.ptp.cdt.compilers.core_6.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.debug.core_7.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (178.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.debug.core_7.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (178.66kB) [INFO] Unpacking org.eclipse.ptp.debug.core_7.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.debug.ui_5.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (298.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.debug.ui_5.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (298.35kB) [INFO] Unpacking org.eclipse.ptp.debug.ui_5.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.launch_7.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (74.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.launch_7.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (74.04kB) [INFO] Unpacking org.eclipse.ptp.launch_7.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.ui_7.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (155.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.ui_7.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (155.89kB) [INFO] Unpacking org.eclipse.ptp.ui_7.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.doc.user_9.2.1.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.98MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.doc.user_9.2.1.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.98MB) [INFO] Unpacking org.eclipse.ptp.doc.user_9.2.1.202003120023... [INFO] Fetching org.eclipse.ptp.proxy.protocol_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (66.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.proxy.protocol_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (66.78kB) [INFO] Unpacking org.eclipse.ptp.proxy.protocol_6.0.0.202003120023... [INFO] Fetching org.eclipse.ptp_9.4.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (144.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp_9.4.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (144.54kB) [INFO] Unpacking org.eclipse.ptp_9.4.0.202003120023... [INFO] Fetching org.eclipse.ptp.ems.core_3.1.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.ems.core_3.1.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.49kB) [INFO] Unpacking org.eclipse.ptp.ems.core_3.1.0.202003120023... [INFO] Fetching org.eclipse.ptp.ems.ui_3.1.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.ems.ui_3.1.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.92kB) [INFO] Unpacking org.eclipse.ptp.ems.ui_3.1.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.jaxb.core_1.2.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (49.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.jaxb.core_1.2.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (49.2kB) [INFO] Unpacking org.eclipse.ptp.rm.jaxb.core_1.2.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.jaxb.ui_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.jaxb.ui_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.93kB) [INFO] Unpacking org.eclipse.ptp.rm.jaxb.ui_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.jaxb.control.core_2.1.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.jaxb.control.core_2.1.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.59kB) [INFO] Unpacking org.eclipse.ptp.rm.jaxb.control.core_2.1.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.jaxb.control.ui_2.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.jaxb.control.ui_2.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.87kB) [INFO] Unpacking org.eclipse.ptp.rm.jaxb.control.ui_2.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.jaxb.configs_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (81.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.jaxb.configs_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (81.58kB) [INFO] Unpacking org.eclipse.ptp.rm.jaxb.configs_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.jaxb.doc.user_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (2.15MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.jaxb.doc.user_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (2.15MB) [INFO] Unpacking org.eclipse.ptp.rm.jaxb.doc.user_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.lml.core_2.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (95.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.lml.core_2.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (95.88kB) [INFO] Unpacking org.eclipse.ptp.rm.lml.core_2.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.lml.da_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (155.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.lml.da_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (155.64kB) [INFO] Unpacking org.eclipse.ptp.rm.lml.da_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.lml.ui_2.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.lml.ui_2.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.92kB) [INFO] Unpacking org.eclipse.ptp.rm.lml.ui_2.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.lml.da.server_2.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (153.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.lml.da.server_2.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (153.43kB) [INFO] Unpacking org.eclipse.ptp.rm.lml.da.server_2.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.lml.monitor.core_2.0.1.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.lml.monitor.core_2.0.1.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.83kB) [INFO] Unpacking org.eclipse.ptp.rm.lml.monitor.core_2.0.1.202003120023... [INFO] Fetching org.eclipse.ptp.rm.lml.monitor.ui_2.1.1.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (105.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.lml.monitor.ui_2.1.1.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (105.42kB) [INFO] Unpacking org.eclipse.ptp.rm.lml.monitor.ui_2.1.1.202003120023... [INFO] Fetching org.eclipse.ptp.debug.sdm.core_7.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.debug.sdm.core_7.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.24kB) [INFO] Unpacking org.eclipse.ptp.debug.sdm.core_7.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.debug.sdm.ui_5.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.debug.sdm.ui_5.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.53kB) [INFO] Unpacking org.eclipse.ptp.debug.sdm.ui_5.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.jaxb.java11_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.jaxb.java11_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.23kB) [INFO] Unpacking org.eclipse.ptp.rm.jaxb.java11_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.core_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (37.61kB) [INFO] Fetching org.eclipse.ptp.debug.sdm_9.4.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (688.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.debug.sdm_9.4.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (688.63kB) [INFO] Unpacking org.eclipse.ptp.debug.sdm_9.4.0.202003120023... [INFO] Fetching org.eclipse.ptp.proxy_9.4.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (180.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.proxy_9.4.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (180.76kB) [INFO] Unpacking org.eclipse.ptp.proxy_9.4.0.202003120023... [INFO] Fetching org.eclipse.ptp.utils_9.4.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (165.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.utils_9.4.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (165.39kB) [INFO] Unpacking org.eclipse.ptp.utils_9.4.0.202003120023... [INFO] Fetching org.eclipse.ptp.linux_9.4.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.22MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.linux_9.4.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.22MB) [INFO] Unpacking org.eclipse.ptp.linux_9.4.0.202003120023... [INFO] Fetching org.eclipse.ptp.macosx_9.4.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (153.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.macosx_9.4.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (153.58kB) [INFO] Unpacking org.eclipse.ptp.macosx_9.4.0.202003120023... [INFO] Fetching org.eclipse.ptp.debug.sdm_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (37.34kB) [INFO] Fetching org.eclipse.ptp.etfw_7.1.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (57.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.etfw_7.1.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (57.45kB) [INFO] Unpacking org.eclipse.ptp.etfw_7.1.0.202003120023... [INFO] Fetching org.eclipse.ptp.etfw.toolopts_5.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.etfw.toolopts_5.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.95kB) [INFO] Unpacking org.eclipse.ptp.etfw.toolopts_5.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rdt.sync.core_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rdt.sync.core_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.72kB) [INFO] Unpacking org.eclipse.ptp.rdt.sync.core_6.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.etfw.jaxb_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.etfw.jaxb_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.42kB) [INFO] Unpacking org.eclipse.ptp.etfw.jaxb_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.etfw.parallel_2.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.etfw.parallel_2.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.77kB) [INFO] Unpacking org.eclipse.ptp.etfw.parallel_2.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.etfw.feedback_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (66.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.etfw.feedback_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (66.91kB) [INFO] Unpacking org.eclipse.ptp.etfw.feedback_6.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.etfw.doc.user_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (449.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.etfw.doc.user_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (449.91kB) [INFO] Unpacking org.eclipse.ptp.etfw.doc.user_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.etfw.launch_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.etfw.launch_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.77kB) [INFO] Unpacking org.eclipse.ptp.etfw.launch_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.etfw_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (37.41kB) [INFO] Fetching org.eclipse.ptp.etfw.tau.selinst_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.etfw.tau.selinst_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.18kB) [INFO] Unpacking org.eclipse.ptp.etfw.tau.selinst_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.etfw.tau.selinstfort_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.etfw.tau.selinstfort_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.96kB) [INFO] Unpacking org.eclipse.ptp.etfw.tau.selinstfort_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.etfw.tau.fortran_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (37.04kB) [INFO] Fetching org.eclipse.ptp_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (37.37kB) [INFO] Fetching org.eclipse.ptp.fortran_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (36.89kB) [INFO] Fetching org.eclipse.ptp.pldt.common_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.pldt.common_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.68kB) [INFO] Unpacking org.eclipse.ptp.pldt.common_6.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.pldt.doc.user_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (6.12MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.pldt.doc.user_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (6.12MB) [INFO] Unpacking org.eclipse.ptp.pldt.doc.user_6.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.pldt.mpi.core_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (297.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.pldt.mpi.core_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (297.65kB) [INFO] Unpacking org.eclipse.ptp.pldt.mpi.core_6.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.pldt.openmp.analysis_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.pldt.openmp.analysis_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.25kB) [INFO] Unpacking org.eclipse.ptp.pldt.openmp.analysis_6.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.pldt.openmp.core_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.pldt.openmp.core_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.45kB) [INFO] Unpacking org.eclipse.ptp.pldt.openmp.core_6.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.pldt.openmp.ui.pv_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.pldt.openmp.ui.pv_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.75kB) [INFO] Unpacking org.eclipse.ptp.pldt.openmp.ui.pv_6.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.pldt.wizards_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.pldt.wizards_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.27kB) [INFO] Unpacking org.eclipse.ptp.pldt.wizards_6.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.pldt.mpi.analysis_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (75.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.pldt.mpi.analysis_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (75.42kB) [INFO] Unpacking org.eclipse.ptp.pldt.mpi.analysis_6.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.pldt.mpi.analysis.cdt_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.pldt.mpi.analysis.cdt_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.66kB) [INFO] Unpacking org.eclipse.ptp.pldt.mpi.analysis.cdt_6.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.pldt.openacc.core_7.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.pldt.openacc.core_7.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.45kB) [INFO] Unpacking org.eclipse.ptp.pldt.openacc.core_7.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.pldt.openacc.ui_7.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.pldt.openacc.ui_7.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.09kB) [INFO] Unpacking org.eclipse.ptp.pldt.openacc.ui_7.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.pldt.openshmem_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (69.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.pldt.openshmem_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (69.72kB) [INFO] Unpacking org.eclipse.ptp.pldt.openshmem_6.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.pldt_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (37.3kB) [INFO] Fetching org.eclipse.ptp.pldt.mpi.fortran_5.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.pldt.mpi.fortran_5.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.69kB) [INFO] Unpacking org.eclipse.ptp.pldt.mpi.fortran_5.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.pldt.openmp.fortran_5.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.pldt.openmp.fortran_5.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.46kB) [INFO] Unpacking org.eclipse.ptp.pldt.openmp.fortran_5.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.pldt.openacc.fortran_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.pldt.openacc.fortran_6.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.46kB) [INFO] Unpacking org.eclipse.ptp.pldt.openacc.fortran_6.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.pldt.fortran_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (37.15kB) [INFO] Fetching org.eclipse.ptp.rdt.sync.cdt.core_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rdt.sync.cdt.core_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.1kB) [INFO] Unpacking org.eclipse.ptp.rdt.sync.cdt.core_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rdt.sync.cdt.ui_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rdt.sync.cdt.ui_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.63kB) [INFO] Unpacking org.eclipse.ptp.rdt.sync.cdt.ui_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rdt.sync.cdt_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (36.92kB) [INFO] Fetching org.eclipse.ptp.rdt.sync.ui_2.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (62.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rdt.sync.ui_2.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (62.45kB) [INFO] Unpacking org.eclipse.ptp.rdt.sync.ui_2.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rdt.sync.git.core_2.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rdt.sync.git.core_2.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (30.27kB) [INFO] Unpacking org.eclipse.ptp.rdt.sync.git.core_2.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rdt.sync.git.ui_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rdt.sync.git.ui_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.66kB) [INFO] Unpacking org.eclipse.ptp.rdt.sync.git.ui_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rdt.sync_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (36.99kB) [INFO] Fetching org.eclipse.ptp.rdt.sync.fortran.ui_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rdt.sync.fortran.ui_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.11kB) [INFO] Unpacking org.eclipse.ptp.rdt.sync.fortran.ui_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rdt.sync.fortran_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (36.9kB) [INFO] Fetching org.eclipse.ptp.remote.server.core_3.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.remote.server.core_3.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.53kB) [INFO] Unpacking org.eclipse.ptp.remote.server.core_3.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.remote_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (36.93kB) [INFO] Fetching org.eclipse.ptp.remote.terminal_2.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.remote.terminal_2.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.08kB) [INFO] Unpacking org.eclipse.ptp.remote.terminal_2.0.0.202003120023... [INFO] Fetching org.eclipse.tm.terminal.connector.remote_4.7.0.202011161527.jar from https://download.eclipse.org/staging/2021-06/plugins/ (38.85kB) [INFO] Fetching org.eclipse.ptp.remote.terminal_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (36.95kB) [INFO] Fetching org.eclipse.ptp.rm.ibm.ll.doc.user_4.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (724.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.ibm.ll.doc.user_4.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (724.48kB) [INFO] Unpacking org.eclipse.ptp.rm.ibm.ll.doc.user_4.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.ibm.ll.ui_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.ibm.ll.ui_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.29kB) [INFO] Unpacking org.eclipse.ptp.rm.ibm.ll.ui_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.ibm.ll_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (36.92kB) [INFO] Fetching org.eclipse.ptp.rm.ibm.pe.doc.user_5.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (278.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.ibm.pe.doc.user_5.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (278.3kB) [INFO] Unpacking org.eclipse.ptp.rm.ibm.pe.doc.user_5.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.ibm.pe.ui_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.ibm.pe.ui_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.36kB) [INFO] Unpacking org.eclipse.ptp.rm.ibm.pe.ui_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.ibm.pe_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (36.91kB) [INFO] Fetching org.eclipse.ptp.rm.ibm.platform.lsf.ui_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.ibm.platform.lsf.ui_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.69kB) [INFO] Unpacking org.eclipse.ptp.rm.ibm.platform.lsf.ui_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.ibm.platform.lsf.doc.user_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (626.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.ibm.platform.lsf.doc.user_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (626.21kB) [INFO] Unpacking org.eclipse.ptp.rm.ibm.platform.lsf.doc.user_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.ibm.platform.lsf_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (36.89kB) [INFO] Fetching org.eclipse.ptp.rm.jaxb.contrib_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (73.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.jaxb.contrib_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (73.87kB) [INFO] Unpacking org.eclipse.ptp.rm.jaxb.contrib_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.jaxb.contrib_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (36.89kB) [INFO] Fetching org.eclipse.ptp.rm.slurm.help_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (728.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ptp.rm.slurm.help_1.0.0.202003120023.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (728.03kB) [INFO] Unpacking org.eclipse.ptp.rm.slurm.help_1.0.0.202003120023... [INFO] Fetching org.eclipse.ptp.rm.slurm_9.4.0.202003120023.jar from https://download.eclipse.org/staging/2021-06/features/ (36.98kB) [INFO] Fetching org.eclipse.remote.console_3.0.1.201909031456.jar from https://download.eclipse.org/staging/2021-06/features/ (36.86kB) [INFO] Fetching org.eclipse.remote.proxy.core_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.proxy.core_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.45kB) [INFO] Unpacking org.eclipse.remote.proxy.core_1.0.0.201909031456... [INFO] Fetching org.eclipse.remote.proxy.protocol.core_2.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.proxy.protocol.core_2.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.17kB) [INFO] Unpacking org.eclipse.remote.proxy.protocol.core_2.0.0.201909031456... [INFO] Fetching org.eclipse.remote.proxy.server.core_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.proxy.server.core_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (19.15kB) [INFO] Unpacking org.eclipse.remote.proxy.server.core_1.0.0.201909031456... [INFO] Fetching org.eclipse.remote.proxy.server.linux.x86_64_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.02MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.proxy.server.linux.x86_64_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.02MB) [INFO] Unpacking org.eclipse.remote.proxy.server.linux.x86_64_1.0.0.201909031456... [INFO] Fetching org.eclipse.remote.proxy.ui_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.proxy.ui_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.02kB) [INFO] Unpacking org.eclipse.remote.proxy.ui_1.0.0.201909031456... [INFO] Fetching org.eclipse.remote.proxy.server.macosx.x86_64_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.proxy.server.macosx.x86_64_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16MB) [INFO] Unpacking org.eclipse.remote.proxy.server.macosx.x86_64_1.0.0.201909031456... [INFO] Fetching org.eclipse.remote.proxy.server.linux.ppc64le_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.04MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.remote.proxy.server.linux.ppc64le_1.0.0.201909031456.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.04MB) [INFO] Unpacking org.eclipse.remote.proxy.server.linux.ppc64le_1.0.0.201909031456... [INFO] Fetching org.eclipse.remote.proxy_3.0.1.201909031456.jar from https://download.eclipse.org/staging/2021-06/features/ (37kB) [INFO] Fetching org.eclipse.tm.terminal.connector.remote.feature_10.3.0.202104042017.jar from https://download.eclipse.org/staging/2021-06/features/ (23.06kB) [INFO] The project's OSGi version is 4.20.0.20210609-0618 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ epp.package.parallel --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.parallel --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.parallel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ epp.package.parallel --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.parallel --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ epp.package.parallel --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ epp.package.parallel --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ epp.package.parallel --- [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:materialize-products (materialize-products) @ epp.package.parallel --- [INFO] Installing product epp.package.parallel for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/target/products/epp.package.parallel/linux/gtk/x86_64/eclipse Installing epp.package.parallel 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.cdt.feature.group 10.3.0.202106080120. Installing org.eclipse.cdt.autotools.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.build.crossgcc.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.cmake.feature.group 10.3.0.202106071842. Installing org.eclipse.cdt.debug.standalone.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.debug.ui.memory.feature.group 10.3.0.202104061706. Installing org.eclipse.cdt.launch.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.testsrunner.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jgit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.ptp.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.debug.sdm.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.fortran.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.rdt.sync.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.remote.terminal.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.rm.jaxb.contrib.feature.group 9.4.0.202003120023. Installing org.eclipse.remote.feature.group 3.0.1.201909031456. Installing org.eclipse.remote.console.feature.group 3.0.1.201909031456. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.22.0.v202103232331. Operation completed in 6234 ms. [INFO] Installing product epp.package.parallel for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/target/products/epp.package.parallel/linux/gtk/aarch64/eclipse Installing epp.package.parallel 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.cdt.feature.group 10.3.0.202106080120. Installing org.eclipse.cdt.autotools.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.build.crossgcc.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.cmake.feature.group 10.3.0.202106071842. Installing org.eclipse.cdt.debug.standalone.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.debug.ui.memory.feature.group 10.3.0.202104061706. Installing org.eclipse.cdt.launch.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.testsrunner.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jgit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.ptp.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.debug.sdm.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.fortran.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.rdt.sync.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.remote.terminal.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.rm.jaxb.contrib.feature.group 9.4.0.202003120023. Installing org.eclipse.remote.feature.group 3.0.1.201909031456. Installing org.eclipse.remote.console.feature.group 3.0.1.201909031456. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.22.0.v202103232331. Operation completed in 6019 ms. [INFO] Installing product epp.package.parallel for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/target/products/epp.package.parallel/win32/win32/x86_64/eclipse Installing epp.package.parallel 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.cdt.feature.group 10.3.0.202106080120. Installing org.eclipse.cdt.autotools.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.build.crossgcc.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.cmake.feature.group 10.3.0.202106071842. Installing org.eclipse.cdt.debug.standalone.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.debug.ui.memory.feature.group 10.3.0.202104061706. Installing org.eclipse.cdt.launch.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.testsrunner.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jgit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.ptp.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.debug.sdm.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.fortran.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.rdt.sync.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.remote.terminal.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.rm.jaxb.contrib.feature.group 9.4.0.202003120023. Installing org.eclipse.remote.feature.group 3.0.1.201909031456. Installing org.eclipse.remote.console.feature.group 3.0.1.201909031456. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.22.0.v202103232331. Operation completed in 6012 ms. [INFO] Installing product epp.package.parallel for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/target/products/epp.package.parallel/macosx/cocoa/x86_64/Eclipse.app Installing epp.package.parallel 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.cdt.feature.group 10.3.0.202106080120. Installing org.eclipse.cdt.autotools.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.build.crossgcc.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.cmake.feature.group 10.3.0.202106071842. Installing org.eclipse.cdt.debug.standalone.feature.group 10.3.0.202104121328. Installing org.eclipse.cdt.debug.ui.memory.feature.group 10.3.0.202104061706. Installing org.eclipse.cdt.launch.remote.feature.group 10.3.0.202104042017. Installing org.eclipse.cdt.testsrunner.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jgit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.ptp.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.debug.sdm.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.fortran.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.rdt.sync.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.remote.terminal.feature.group 9.4.0.202003120023. Installing org.eclipse.ptp.rm.jaxb.contrib.feature.group 9.4.0.202003120023. Installing org.eclipse.remote.feature.group 3.0.1.201909031456. Installing org.eclipse.remote.console.feature.group 3.0.1.201909031456. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.22.0.v202103232331. Operation completed in 5759 ms. [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.parallel --- [INFO] [Thu Jun 10 00:02:58 UTC 2021] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/target/products/epp.package.parallel/macosx/cocoa/x86_64/Eclipse.app'... [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.parallel --- [INFO] [Thu Jun 10 00:03:46 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/target/products/epp.package.parallel/win32/win32/x86_64/eclipse/eclipse.exe' [INFO] [Thu Jun 10 00:03:46 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/target/products/epp.package.parallel/win32/win32/x86_64/eclipse/eclipsec.exe' [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:archive-products (archive-products) @ epp.package.parallel --- [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/target/products/20210609-2320_eclipse-parallel-2021-06-RC1-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/target/products/20210609-2320_eclipse-parallel-2021-06-RC1-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/target/products/20210609-2320_eclipse-parallel-2021-06-RC1-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/target/products/20210609-2320_eclipse-parallel-2021-06-RC1-macosx.cocoa.x86_64.tar.gz [INFO] [INFO] --- eclipse-dmg-packager:1.3.2-SNAPSHOT:package-dmg (default) @ epp.package.parallel --- [INFO] [Thu Jun 10 00:04:39 UTC 2021] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/target/products/20210609-2320_eclipse-parallel-2021-06-RC1-macosx.cocoa.x86_64.tar.gz'... [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-zips-to-archive-folder) @ epp.package.parallel --- [INFO] Executing tasks [INFO] [copy] Copying 5 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:2.2.0:mirror (mirror-to-central-epp-repository) @ epp.package.parallel --- [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/../../archive/repository... Mirroring: osgi.bundle,org.eclipse.epp.package.parallel,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.parallel,4.20.0.20210603-2230) Mirroring: binary,epp.package.parallel.executable.win32.win32.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.parallel.executable.win32.win32.x86_64,4.20.0.20210609-0618) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.parallel.feature,4.20.0.20210609-0618 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.parallel.feature,4.20.0.20210609-0618) Mirroring: binary,epp.package.parallel.executable.gtk.linux.aarch64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.parallel.executable.gtk.linux.aarch64,4.20.0.20210609-0618) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230) Mirroring: binary,epp.package.parallel.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.parallel.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618) Mirroring: binary,epp.package.parallel.executable.gtk.linux.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.parallel.executable.gtk.linux.x86_64,4.20.0.20210609-0618) Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230) [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/../../archive/repository/.] [INFO] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.php >------------- [INFO] Building org.eclipse.epp.package.php 4.20.0-SNAPSHOT [25/37] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.php --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.php --- [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.php --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.php --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.php --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.php --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.epp.package.php --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.php --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/src/test/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.php --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.php --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.package.php --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/target/org.eclipse.epp.package.php-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.php --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.php --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php/target/org.eclipse.epp.package.php-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.php --- [INFO] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.php.feature >--------- [INFO] Building org.eclipse.epp.package.php.feature 4.20.0-SNAPSHOT [26/37] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.php.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.php.feature --- [INFO] The project's OSGi version is 4.20.0.20210609-0618 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.php.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.php.feature --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.php.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.php.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.epp.package.php.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/target/org.eclipse.epp.package.php.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.php.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.php.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.php.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/target/org.eclipse.epp.package.php.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.php.feature --- [INFO] [INFO] ------------------< org.eclipse.epp:epp.package.php >------------------- [INFO] Building epp.package.php 4.20.0-SNAPSHOT [27/37] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.php --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.php --- [INFO] Fetching org.eclipse.birt.chart.device.swt_4.7.0.v201706222054.jar from https://download.eclipse.org/staging/2021-06/plugins/ (61.88kB) [INFO] Fetching org.eclipse.birt.chart.engine_4.7.0.v201706222054.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.69MB) [INFO] Fetching org.eclipse.birt.core_4.7.0.v201706222054.jar from https://download.eclipse.org/staging/2021-06/plugins/ (530.51kB) [INFO] Fetching org.eclipse.birt.chart.engine.extension_4.7.0.v201706222054.jar from https://download.eclipse.org/staging/2021-06/plugins/ (295.23kB) [INFO] Fetching org.mozilla.javascript_1.7.5.v201504281450.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (430.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.mozilla.javascript_1.7.5.v201504281450.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (430.02kB) [INFO] Unpacking org.mozilla.javascript_1.7.5.v201504281450... [INFO] Fetching org.eclipse.dltk.annotations_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.annotations_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.71kB) [INFO] Unpacking org.eclipse.dltk.annotations_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.console_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.console_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.69kB) [INFO] Unpacking org.eclipse.dltk.console_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.core_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (518.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.core_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (518.33kB) [INFO] Unpacking org.eclipse.dltk.core_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.console.ui_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.console.ui_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (33.93kB) [INFO] Unpacking org.eclipse.dltk.console.ui_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.launching_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (100.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.launching_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (100.08kB) [INFO] Unpacking org.eclipse.dltk.launching_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.ui_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.94MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.ui_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.94MB) [INFO] Unpacking org.eclipse.dltk.ui_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.debug_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (97.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.debug_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (97.1kB) [INFO] Unpacking org.eclipse.dltk.debug_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.debug.ui_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (207.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.debug.ui_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (207.92kB) [INFO] Unpacking org.eclipse.dltk.debug.ui_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.validators.core_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.validators.core_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.8kB) [INFO] Unpacking org.eclipse.dltk.validators.core_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.validators.ui_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.validators.ui_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.9kB) [INFO] Unpacking org.eclipse.dltk.validators.ui_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.81kB) [INFO] Unpacking org.eclipse.dltk_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.testing_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (141.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.testing_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (141.33kB) [INFO] Unpacking org.eclipse.dltk.testing_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.validators.externalchecker_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.dltk.validators.externalchecker_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.formatter_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.formatter_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (28.21kB) [INFO] Unpacking org.eclipse.dltk.formatter_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.core.manipulation_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.core.manipulation_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.28kB) [INFO] Unpacking org.eclipse.dltk.core.manipulation_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.logconsole_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.logconsole_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.91kB) [INFO] Unpacking org.eclipse.dltk.logconsole_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.logconsole.ui_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.logconsole.ui_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.54kB) [INFO] Unpacking org.eclipse.dltk.logconsole.ui_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.core_6.2.0.202005020530.jar from https://download.eclipse.org/staging/2021-06/features/ (32.55kB) [INFO] Fetching org.eclipse.dltk.core_root_6.2.0.202005020530 from https://download.eclipse.org/staging/2021-06/binary/ (7.54kB) [INFO] Fetching org.eclipse.dltk.core.index.lucene_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.core.index.lucene_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (26.7kB) [INFO] Unpacking org.eclipse.dltk.core.index.lucene_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.core.index_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.core.index_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.83kB) [INFO] Unpacking org.eclipse.dltk.core.index_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.core.index.lucene_6.2.0.202005020530.jar from https://download.eclipse.org/staging/2021-06/features/ (32.3kB) [INFO] Fetching org.eclipse.dltk.mylyn_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (49.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.dltk.mylyn_6.2.0.202005020530.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (49.74kB) [INFO] Unpacking org.eclipse.dltk.mylyn_6.2.0.202005020530... [INFO] Fetching org.eclipse.dltk.mylyn_6.2.0.202005020530.jar from https://download.eclipse.org/staging/2021-06/features/ (32.22kB) [INFO] Fetching org.eclipse.dltk.mylyn_root_6.2.0.202005020530 from https://download.eclipse.org/staging/2021-06/binary/ (7.54kB) [INFO] Fetching org.eclipse.egit.gitflow_5.12.0.202106070339-r.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.egit.gitflow_5.12.0.202106070339-r.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.12kB) [INFO] Unpacking org.eclipse.egit.gitflow_5.12.0.202106070339-r... [INFO] Fetching org.eclipse.egit.gitflow.ui_5.12.0.202106070339-r.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.egit.gitflow.ui_5.12.0.202106070339-r.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.37kB) [INFO] Unpacking org.eclipse.egit.gitflow.ui_5.12.0.202106070339-r... [INFO] Fetching org.eclipse.egit.gitflow.feature_5.12.0.202106070339-r.jar from https://download.eclipse.org/staging/2021-06/features/ (18.92kB) [INFO] Fetching org.eclipse.php.builtin.server.core_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.builtin.server.core_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.46kB) [INFO] Unpacking org.eclipse.php.builtin.server.core_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.core_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (5.45MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.core_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (5.45MB) [INFO] Unpacking org.eclipse.php.core_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.server.core_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.server.core_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.92kB) [INFO] Unpacking org.eclipse.php.server.core_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.debug.core_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (246.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.debug.core_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (246.56kB) [INFO] Unpacking org.eclipse.php.debug.core_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.builtin.server.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.builtin.server.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.46kB) [INFO] Unpacking org.eclipse.php.builtin.server.ui_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.composer.api_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.composer.api_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46.02kB) [INFO] Unpacking org.eclipse.php.composer.api_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.composer.core_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (45.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.composer.core_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (45.26kB) [INFO] Unpacking org.eclipse.php.composer.core_7.2.0.202005271851... [INFO] Fetching org.apache.commons.exec_1.1.0.v201301240602.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.exec_1.1.0.v201301240602.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.92kB) [INFO] Unpacking org.apache.commons.exec_1.1.0.v201301240602... [INFO] Fetching org.eclipse.php.composer.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (228.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.composer.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (228.51kB) [INFO] Unpacking org.eclipse.php.composer.ui_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.composer_7.2.0.202005271851.jar from https://download.eclipse.org/staging/2021-06/features/ (20.08kB) [INFO] Fetching org.eclipse.php.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (985.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (985.19kB) [INFO] Unpacking org.eclipse.php.ui_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.debug.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (238.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.debug.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (238.93kB) [INFO] Unpacking org.eclipse.php.debug.ui_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.core.parser_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.core.parser_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (60.48kB) [INFO] Unpacking org.eclipse.php.core.parser_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.debug.daemon_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.debug.daemon_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.91kB) [INFO] Unpacking org.eclipse.php.debug.daemon_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.server.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (56.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.server.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (56.16kB) [INFO] Unpacking org.eclipse.php.server.ui_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.help_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (3.11MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.help_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (3.11MB) [INFO] Unpacking org.eclipse.php.help_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.formatter.core_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (52.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.formatter.core_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (52.14kB) [INFO] Unpacking org.eclipse.php.formatter.core_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.formatter.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (71.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.formatter.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (71.16kB) [INFO] Unpacking org.eclipse.php.formatter.ui_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.refactoring.core_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (90.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.refactoring.core_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (90.93kB) [INFO] Unpacking org.eclipse.php.refactoring.core_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.refactoring.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (92.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.refactoring.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (92.4kB) [INFO] Unpacking org.eclipse.php.refactoring.ui_7.2.0.202005271851... [INFO] Fetching org.eclipse.php_7.2.0.202005271851.jar from https://download.eclipse.org/staging/2021-06/features/ (20.61kB) [INFO] Fetching org.eclipse.php.mylyn.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.mylyn.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.45kB) [INFO] Unpacking org.eclipse.php.mylyn.ui_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.mylyn_7.2.0.202005271851.jar from https://download.eclipse.org/staging/2021-06/features/ (20.03kB) [INFO] Fetching org.eclipse.php.phpunit_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (191.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.phpunit_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (191.26kB) [INFO] Unpacking org.eclipse.php.phpunit_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.phpunit.feature_7.2.0.202005271851.jar from https://download.eclipse.org/staging/2021-06/features/ (20.03kB) [INFO] Fetching org.eclipse.php.profile.core_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.profile.core_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.78kB) [INFO] Unpacking org.eclipse.php.profile.core_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.profile.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (123.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.profile.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (123.05kB) [INFO] Unpacking org.eclipse.php.profile.ui_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.profiler_7.2.0.202005271851.jar from https://download.eclipse.org/staging/2021-06/features/ (20.09kB) [INFO] Fetching org.eclipse.php.rdt.sync.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.php.rdt.sync.ui_7.2.0.202005271851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.37kB) [INFO] Unpacking org.eclipse.php.rdt.sync.ui_7.2.0.202005271851... [INFO] Fetching org.eclipse.php.rdt.sync_7.2.0.202005271851.jar from https://download.eclipse.org/staging/2021-06/features/ (20.09kB) [INFO] Fetching org.eclipse.wst.server_core.feature_3.3.900.v202106020138.jar from https://download.eclipse.org/staging/2021-06/features/ (30.65kB) [INFO] Fetching org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.84kB) [INFO] Unpacking org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132... [INFO] Fetching org.eclipse.wst.server_ui.feature_3.3.1100.v202105050502.jar from https://download.eclipse.org/staging/2021-06/features/ (30.74kB) [INFO] Fetching org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (91.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (91.71kB) [INFO] Unpacking org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132... [INFO] Fetching org.eclipse.wst.server_userdoc.feature_3.3.300.v201901310132.jar from https://download.eclipse.org/staging/2021-06/features/ (30.63kB) [INFO] The project's OSGi version is 4.20.0.20210609-0618 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ epp.package.php --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.php --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.php --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ epp.package.php --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.php --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ epp.package.php --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ epp.package.php --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ epp.package.php --- [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:materialize-products (materialize-products) @ epp.package.php --- [INFO] Installing product epp.package.php for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/linux/gtk/x86_64/eclipse Installing epp.package.php 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.gitflow.feature.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.mylyn.feature.group 5.12.0.202106070339-r. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.context_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.ide_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.php.feature.group 7.2.0.202005271851. Installing org.eclipse.php.composer.feature.group 7.2.0.202005271851. Installing org.eclipse.php.mylyn.feature.group 7.2.0.202005271851. Installing org.eclipse.php.phpunit.feature.feature.group 7.2.0.202005271851. Installing org.eclipse.php.profiler.feature.group 7.2.0.202005271851. Installing org.eclipse.php.rdt.sync.feature.group 7.2.0.202005271851. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.22.0.v202103232331. Installing org.eclipse.wildwebdeveloper.feature.feature.group 0.10.6.202102181620. Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 0.2.2.202102092209. Operation completed in 7878 ms. [INFO] Installing product epp.package.php for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/linux/gtk/aarch64/eclipse Installing epp.package.php 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.gitflow.feature.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.mylyn.feature.group 5.12.0.202106070339-r. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.context_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.ide_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.php.feature.group 7.2.0.202005271851. Installing org.eclipse.php.composer.feature.group 7.2.0.202005271851. Installing org.eclipse.php.mylyn.feature.group 7.2.0.202005271851. Installing org.eclipse.php.phpunit.feature.feature.group 7.2.0.202005271851. Installing org.eclipse.php.profiler.feature.group 7.2.0.202005271851. Installing org.eclipse.php.rdt.sync.feature.group 7.2.0.202005271851. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.22.0.v202103232331. Installing org.eclipse.wildwebdeveloper.feature.feature.group 0.10.6.202102181620. Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 0.2.2.202102092209. Operation completed in 6921 ms. [INFO] Installing product epp.package.php for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/win32/win32/x86_64/eclipse Installing epp.package.php 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.gitflow.feature.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.mylyn.feature.group 5.12.0.202106070339-r. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.context_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.ide_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.php.feature.group 7.2.0.202005271851. Installing org.eclipse.php.composer.feature.group 7.2.0.202005271851. Installing org.eclipse.php.mylyn.feature.group 7.2.0.202005271851. Installing org.eclipse.php.phpunit.feature.feature.group 7.2.0.202005271851. Installing org.eclipse.php.profiler.feature.group 7.2.0.202005271851. Installing org.eclipse.php.rdt.sync.feature.group 7.2.0.202005271851. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.22.0.v202103232331. Installing org.eclipse.wildwebdeveloper.feature.feature.group 0.10.6.202102181620. Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 0.2.2.202102092209. Operation completed in 6996 ms. [INFO] Installing product epp.package.php for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/macosx/cocoa/x86_64/Eclipse.app Installing epp.package.php 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.gitflow.feature.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.mylyn.feature.group 5.12.0.202106070339-r. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.context_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.ide_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.php.feature.group 7.2.0.202005271851. Installing org.eclipse.php.composer.feature.group 7.2.0.202005271851. Installing org.eclipse.php.mylyn.feature.group 7.2.0.202005271851. Installing org.eclipse.php.phpunit.feature.feature.group 7.2.0.202005271851. Installing org.eclipse.php.profiler.feature.group 7.2.0.202005271851. Installing org.eclipse.php.rdt.sync.feature.group 7.2.0.202005271851. Installing org.eclipse.tm.terminal.feature.feature.group 10.3.0.202104042017. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.22.0.v202103232331. Installing org.eclipse.wildwebdeveloper.feature.feature.group 0.10.6.202102181620. Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 0.2.2.202102092209. Operation completed in 7057 ms. [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.php --- [INFO] [Thu Jun 10 00:06:51 UTC 2021] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/macosx/cocoa/x86_64/Eclipse.app'... [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.php --- [INFO] [Thu Jun 10 00:07:45 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/win32/win32/x86_64/eclipse/eclipse.exe' [INFO] [Thu Jun 10 00:07:50 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/epp.package.php/win32/win32/x86_64/eclipse/eclipsec.exe' [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:archive-products (archive-products) @ epp.package.php --- [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/20210609-2320_eclipse-php-2021-06-RC1-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/20210609-2320_eclipse-php-2021-06-RC1-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/20210609-2320_eclipse-php-2021-06-RC1-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/20210609-2320_eclipse-php-2021-06-RC1-macosx.cocoa.x86_64.tar.gz [INFO] [INFO] --- eclipse-dmg-packager:1.3.2-SNAPSHOT:package-dmg (default) @ epp.package.php --- [INFO] [Thu Jun 10 00:08:52 UTC 2021] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/target/products/20210609-2320_eclipse-php-2021-06-RC1-macosx.cocoa.x86_64.tar.gz'... [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-zips-to-archive-folder) @ epp.package.php --- [INFO] Executing tasks [INFO] [copy] Copying 5 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:2.2.0:mirror (mirror-to-central-epp-repository) @ epp.package.php --- [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/../../archive/repository... Mirroring: binary,epp.package.php.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.php.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618) Mirroring: binary,epp.package.php.executable.win32.win32.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.php.executable.win32.win32.x86_64,4.20.0.20210609-0618) Mirroring: binary,epp.package.php.executable.gtk.linux.aarch64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.php.executable.gtk.linux.aarch64,4.20.0.20210609-0618) Mirroring: binary,epp.package.php.executable.gtk.linux.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.php.executable.gtk.linux.x86_64,4.20.0.20210609-0618) Mirroring: osgi.bundle,org.eclipse.epp.package.php,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.php,4.20.0.20210603-2230) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.php.feature,4.20.0.20210609-0618 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.php.feature,4.20.0.20210609-0618) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230) Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230) [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/../../archive/repository/.] [INFO] [INFO] ------------< org.eclipse.epp:org.eclipse.epp.package.rcp >------------- [INFO] Building org.eclipse.epp.package.rcp 4.20.0-SNAPSHOT [28/37] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.rcp --- [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.rcp --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.epp.package.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/src/test/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.package.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/target/org.eclipse.epp.package.rcp-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.rcp --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.rcp --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp/target/org.eclipse.epp.package.rcp-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.rcp --- [INFO] [INFO] --------< org.eclipse.epp:org.eclipse.epp.package.rcp.feature >--------- [INFO] Building org.eclipse.epp.package.rcp.feature 4.20.0-SNAPSHOT [29/37] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.rcp.feature --- [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.rcp.feature --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.rcp.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.epp.package.rcp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/target/org.eclipse.epp.package.rcp.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.rcp.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.rcp.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.rcp.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/target/org.eclipse.epp.package.rcp.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.rcp.feature --- [INFO] [INFO] ------------------< org.eclipse.epp:epp.package.rcp >------------------- [INFO] Building epp.package.rcp 4.20.0-SNAPSHOT [30/37] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.rcp --- [INFO] Fetching com.github.oshi.oshi-core_3.8.0.v20200204-2150.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (137kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.github.oshi.oshi-core_3.8.0.v20200204-2150.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (137kB) [INFO] Unpacking com.github.oshi.oshi-core_3.8.0.v20200204-2150... [INFO] Fetching org.eclipse.jetty.servlet-api_4.0.6.jar from https://download.eclipse.org/staging/2021-06/plugins/ (284.32kB) [INFO] Fetching org.apache.logging.log4j_2.8.2.v20200818-1118.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (462.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.logging.log4j_2.8.2.v20200818-1118.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (462.72kB) [INFO] Unpacking org.apache.logging.log4j_2.8.2.v20200818-1118... [INFO] Fetching org.eclipse.rap.tools.launch.rwt_3.17.0.20210609-1200.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.rap.tools.launch.rwt_3.17.0.20210609-1200.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (43.25kB) [INFO] Unpacking org.eclipse.rap.tools.launch.rwt_3.17.0.20210609-1200... [INFO] Fetching org.eclipse.passage.ldc_0.6.0.v20210409-1306.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.ldc_0.6.0.v20210409-1306.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.1kB) [INFO] Unpacking org.eclipse.passage.ldc_0.6.0.v20210409-1306... [INFO] Fetching org.eclipse.passage.ldc.pde.core.templates_0.1.0.v20210419-1216.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.ldc.pde.core.templates_0.1.0.v20210419-1216.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.87kB) [INFO] Unpacking org.eclipse.passage.ldc.pde.core.templates_0.1.0.v20210419-1216... [INFO] Fetching org.eclipse.passage.ldc.pde.ui.templates_0.6.0.v20210419-1216.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.ldc.pde.ui.templates_0.6.0.v20210419-1216.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.04kB) [INFO] Unpacking org.eclipse.passage.ldc.pde.ui.templates_0.6.0.v20210419-1216... [INFO] Fetching org.eclipse.passage.ldc.feature_2.0.0.v20210609-1422.jar from https://download.eclipse.org/staging/2021-06/features/ (19.01kB) [INFO] Fetching org.eclipse.passage.lic.base_1.0.202.v20210525-1844.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.base_1.0.202.v20210525-1844.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (65.26kB) [INFO] Unpacking org.eclipse.passage.lic.base_1.0.202.v20210525-1844... [INFO] Fetching org.eclipse.passage.lic.equinox_2.0.0.v20210531-1138.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.equinox_2.0.0.v20210531-1138.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.5kB) [INFO] Unpacking org.eclipse.passage.lic.equinox_2.0.0.v20210531-1138... [INFO] Fetching org.eclipse.passage.lic.api_1.0.202.v20210525-1844.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.api_1.0.202.v20210525-1844.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.58kB) [INFO] Unpacking org.eclipse.passage.lic.api_1.0.202.v20210525-1844... [INFO] Fetching org.eclipse.passage.lic.bc_1.0.300.v20210526-0436.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.bc_1.0.300.v20210526-0436.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.46kB) [INFO] Unpacking org.eclipse.passage.lic.bc_1.0.300.v20210526-0436... [INFO] Fetching org.eclipse.passage.lic.bc.feature_0.6.300.v20210526-0436.jar from https://download.eclipse.org/staging/2021-06/features/ (19.09kB) [INFO] Fetching org.eclipse.passage.lic.compile.branding_0.1.101.v20201104-0633.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.compile.branding_0.1.101.v20201104-0633.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.75kB) [INFO] Unpacking org.eclipse.passage.lic.compile.branding_0.1.101.v20201104-0633... [INFO] Fetching org.eclipse.passage.lic.compile.feature_2.0.0.v20210531-1138.jar from https://download.eclipse.org/staging/2021-06/features/ (19.07kB) [INFO] Fetching org.eclipse.passage.lic.define.branding_0.1.101.v20201104-0633.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.define.branding_0.1.101.v20201104-0633.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.75kB) [INFO] Unpacking org.eclipse.passage.lic.define.branding_0.1.101.v20201104-0633... [INFO] Fetching org.eclipse.passage.lic.define.feature_2.0.0.v20210609-1422.jar from https://download.eclipse.org/staging/2021-06/features/ (19.11kB) [INFO] Fetching org.eclipse.passage.lic.e4.core_1.0.100.v20201104-0728.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.e4.core_1.0.100.v20201104-0728.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.46kB) [INFO] Unpacking org.eclipse.passage.lic.e4.core_1.0.100.v20201104-0728... [INFO] Fetching org.eclipse.passage.lic.e4.ui_1.0.1.v20201203-0851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.e4.ui_1.0.1.v20201203-0851.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.21kB) [INFO] Unpacking org.eclipse.passage.lic.e4.ui_1.0.1.v20201203-0851... [INFO] Fetching org.eclipse.passage.lic.jface_2.0.0.v20210531-1138.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.jface_2.0.0.v20210531-1138.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.21kB) [INFO] Unpacking org.eclipse.passage.lic.jface_2.0.0.v20210531-1138... [INFO] Fetching org.eclipse.passage.lic.e4.ui.feature_0.6.400.v20210531-1138.jar from https://download.eclipse.org/staging/2021-06/features/ (19.06kB) [INFO] Fetching org.eclipse.passage.lic.email_1.0.100.v20210203-1730.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.email_1.0.100.v20210203-1730.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.28kB) [INFO] Unpacking org.eclipse.passage.lic.email_1.0.100.v20210203-1730... [INFO] Fetching org.eclipse.passage.lic.emf_2.0.0.v20210529-1213.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.emf_2.0.0.v20210529-1213.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.04kB) [INFO] Unpacking org.eclipse.passage.lic.emf_2.0.0.v20210529-1213... [INFO] Fetching org.eclipse.passage.lic.emf.feature_2.0.0.v20210529-1213.jar from https://download.eclipse.org/staging/2021-06/features/ (19kB) [INFO] Fetching org.eclipse.passage.lic.equinox.feature_2.0.0.v20210531-1138.jar from https://download.eclipse.org/staging/2021-06/features/ (19.02kB) [INFO] Fetching org.eclipse.passage.lic.execute.branding_0.1.101.v20201104-0633.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.passage.lic.execute.branding_0.1.101.v20201104-0633... [INFO] Fetching org.eclipse.passage.lic.execute.feature_2.0.0.v20210608-0758.jar from https://download.eclipse.org/staging/2021-06/features/ (19.13kB) [INFO] Fetching org.eclipse.passage.lic.features_1.1.0.v20210526-0911.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.features_1.1.0.v20210526-0911.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.19kB) [INFO] Unpacking org.eclipse.passage.lic.features_1.1.0.v20210526-0911... [INFO] Fetching org.eclipse.passage.lic.features.e4.ui_0.5.300.v20201201-1114.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.features.e4.ui_0.5.300.v20201201-1114.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.05kB) [INFO] Unpacking org.eclipse.passage.lic.features.e4.ui_0.5.300.v20201201-1114... [INFO] Fetching org.eclipse.passage.lic.features.edit_1.0.200.v20201201-1114.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.features.edit_1.0.200.v20201201-1114.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.91kB) [INFO] Unpacking org.eclipse.passage.lic.features.edit_1.0.200.v20201201-1114... [INFO] Fetching org.eclipse.passage.lic.features.ecore_0.5.300.v20201201-1114.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.features.ecore_0.5.300.v20201201-1114.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.35kB) [INFO] Unpacking org.eclipse.passage.lic.features.ecore_0.5.300.v20201201-1114... [INFO] Fetching org.eclipse.passage.lic.features.model_1.1.0.v20210526-0853.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.features.model_1.1.0.v20210526-0853.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.21kB) [INFO] Unpacking org.eclipse.passage.lic.features.model_1.1.0.v20210526-0853... [INFO] Fetching org.eclipse.passage.lic.features.feature_1.0.200.v20210526-0911.jar from https://download.eclipse.org/staging/2021-06/features/ (19.11kB) [INFO] Fetching org.eclipse.passage.lic.hc_1.0.104.v20210529-0819.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.hc_1.0.104.v20210529-0819.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.99kB) [INFO] Unpacking org.eclipse.passage.lic.hc_1.0.104.v20210529-0819... [INFO] Fetching org.eclipse.passage.lic.net_1.1.2.v20210502-1055.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.net_1.1.2.v20210502-1055.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.84kB) [INFO] Unpacking org.eclipse.passage.lic.net_1.1.2.v20210502-1055... [INFO] Fetching org.eclipse.passage.lic.licenses.model_2.0.0.v20210601-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (39.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.licenses.model_2.0.0.v20210601-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (39.5kB) [INFO] Unpacking org.eclipse.passage.lic.licenses.model_2.0.0.v20210601-0512... [INFO] Fetching org.eclipse.passage.lic.hc.feature_1.0.102.v20210529-0819.jar from https://download.eclipse.org/staging/2021-06/features/ (19kB) [INFO] Fetching org.eclipse.passage.lic.json_1.0.200.v20210525-1844.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.json_1.0.200.v20210525-1844.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (15.54kB) [INFO] Unpacking org.eclipse.passage.lic.json_1.0.200.v20210525-1844... [INFO] Fetching org.eclipse.passage.lic.json.feature_1.0.200.v20210525-1844.jar from https://download.eclipse.org/staging/2021-06/features/ (19.01kB) [INFO] Fetching org.eclipse.passage.lic.keys_2.0.0.v20210420-1118.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.keys_2.0.0.v20210420-1118.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.14kB) [INFO] Unpacking org.eclipse.passage.lic.keys_2.0.0.v20210420-1118... [INFO] Fetching org.eclipse.passage.lic.keys.ecore_2.0.0.v20210420-1118.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.keys.ecore_2.0.0.v20210420-1118.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.26kB) [INFO] Unpacking org.eclipse.passage.lic.keys.ecore_2.0.0.v20210420-1118... [INFO] Fetching org.eclipse.passage.lic.keys.edit_2.0.0.v20210420-1252.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.keys.edit_2.0.0.v20210420-1252.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.68kB) [INFO] Unpacking org.eclipse.passage.lic.keys.edit_2.0.0.v20210420-1252... [INFO] Fetching org.eclipse.passage.lic.keys.model_2.0.0.v20210501-1000.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.keys.model_2.0.0.v20210501-1000.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.57kB) [INFO] Unpacking org.eclipse.passage.lic.keys.model_2.0.0.v20210501-1000... [INFO] Fetching org.eclipse.passage.lic.keys.feature_2.0.0.v20210501-1000.jar from https://download.eclipse.org/staging/2021-06/features/ (19.07kB) [INFO] Fetching org.eclipse.passage.lic.licenses_2.0.0.v20210601-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.licenses_2.0.0.v20210601-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.29kB) [INFO] Unpacking org.eclipse.passage.lic.licenses_2.0.0.v20210601-0512... [INFO] Fetching org.eclipse.passage.lic.licenses.e4.ui_0.5.400.v20210529-1213.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.licenses.e4.ui_0.5.400.v20210529-1213.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.08kB) [INFO] Unpacking org.eclipse.passage.lic.licenses.e4.ui_0.5.400.v20210529-1213... [INFO] Fetching org.eclipse.passage.lic.licenses.edit_2.0.0.v20210608-0758.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.licenses.edit_2.0.0.v20210608-0758.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.98kB) [INFO] Unpacking org.eclipse.passage.lic.licenses.edit_2.0.0.v20210608-0758... [INFO] Fetching org.eclipse.passage.lic.licenses.ecore_2.0.0.v20210601-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.licenses.ecore_2.0.0.v20210601-0512.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.62kB) [INFO] Unpacking org.eclipse.passage.lic.licenses.ecore_2.0.0.v20210601-0512... [INFO] Fetching org.eclipse.passage.lic.licenses.feature_2.0.0.v20210608-0758.jar from https://download.eclipse.org/staging/2021-06/features/ (19.11kB) [INFO] Fetching org.eclipse.passage.lic.net.feature_1.0.102.v20210502-1055.jar from https://download.eclipse.org/staging/2021-06/features/ (19.03kB) [INFO] Fetching org.eclipse.passage.lic.oshi_1.0.300.v20210526-0513.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.oshi_1.0.300.v20210526-0513.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.3kB) [INFO] Unpacking org.eclipse.passage.lic.oshi_1.0.300.v20210526-0513... [INFO] Fetching org.eclipse.passage.lic.oshi.feature_1.0.200.v20210526-0520.jar from https://download.eclipse.org/staging/2021-06/features/ (19.12kB) [INFO] Fetching org.eclipse.passage.lic.products_1.0.200.v20201201-1114.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.passage.lic.products_1.0.200.v20201201-1114... [INFO] Fetching org.eclipse.passage.lic.products.e4.ui_0.5.300.v20201201-1114.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.products.e4.ui_0.5.300.v20201201-1114.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.05kB) [INFO] Unpacking org.eclipse.passage.lic.products.e4.ui_0.5.300.v20201201-1114... [INFO] Fetching org.eclipse.passage.lic.products.edit_1.0.200.v20201201-1114.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.products.edit_1.0.200.v20201201-1114.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.42kB) [INFO] Unpacking org.eclipse.passage.lic.products.edit_1.0.200.v20201201-1114... [INFO] Fetching org.eclipse.passage.lic.products.ecore_0.5.300.v20201201-1114.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.products.ecore_0.5.300.v20201201-1114.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.47kB) [INFO] Unpacking org.eclipse.passage.lic.products.ecore_0.5.300.v20201201-1114... [INFO] Fetching org.eclipse.passage.lic.products.model_1.1.0.v20210526-0935.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.products.model_1.1.0.v20210526-0935.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (18.84kB) [INFO] Unpacking org.eclipse.passage.lic.products.model_1.1.0.v20210526-0935... [INFO] Fetching org.eclipse.passage.lic.products.feature_1.0.200.v20210526-0935.jar from https://download.eclipse.org/staging/2021-06/features/ (19.11kB) [INFO] Fetching org.eclipse.passage.lic.users_2.0.0.v20210522-1835.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.users_2.0.0.v20210522-1835.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.45kB) [INFO] Unpacking org.eclipse.passage.lic.users_2.0.0.v20210522-1835... [INFO] Fetching org.eclipse.passage.lic.users.e4.ui_0.5.400.v20210511-1742.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.users.e4.ui_0.5.400.v20210511-1742.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.02kB) [INFO] Unpacking org.eclipse.passage.lic.users.e4.ui_0.5.400.v20210511-1742... [INFO] Fetching org.eclipse.passage.lic.users.edit_2.0.0.v20210609-1407.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.users.edit_2.0.0.v20210609-1407.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.86kB) [INFO] Unpacking org.eclipse.passage.lic.users.edit_2.0.0.v20210609-1407... [INFO] Fetching org.eclipse.passage.lic.users.ecore_2.0.0.v20210609-1407.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.users.ecore_2.0.0.v20210609-1407.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (7.61kB) [INFO] Unpacking org.eclipse.passage.lic.users.ecore_2.0.0.v20210609-1407... [INFO] Fetching org.eclipse.passage.lic.users.model_2.0.0.v20210609-1422.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.passage.lic.users.model_2.0.0.v20210609-1422.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.41kB) [INFO] Unpacking org.eclipse.passage.lic.users.model_2.0.0.v20210609-1422... [INFO] Fetching org.eclipse.passage.lic.users.feature_2.0.0.v20210609-1422.jar from https://download.eclipse.org/staging/2021-06/features/ (19.12kB) [INFO] Fetching org.eclipse.rap.doc_3.17.0.20210526-1200.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.68MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.rap.doc_3.17.0.20210526-1200.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (1.68MB) [INFO] Unpacking org.eclipse.rap.doc_3.17.0.20210526-1200... [INFO] Fetching org.eclipse.rap.tools.feature_3.17.0.20210609-1200.jar from https://download.eclipse.org/staging/2021-06/features/ (24.27kB) [INFO] Fetching org.eclipse.rap.tools.intro_3.17.0.20210609-1200.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.rap.tools.intro_3.17.0.20210609-1200.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.56kB) [INFO] Unpacking org.eclipse.rap.tools.intro_3.17.0.20210609-1200... [INFO] Fetching org.eclipse.rap.tools.intro.source_3.17.0.20210609-1200.jar from https://download.eclipse.org/staging/2021-06/plugins/ (31.95kB) [INFO] Fetching org.eclipse.rap.tools.launch.source_3.17.0.20210526-1200.jar from https://download.eclipse.org/staging/2021-06/plugins/ (37.87kB) [INFO] Fetching org.eclipse.rap.tools.templates_3.17.0.20210609-1200.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.rap.tools.templates_3.17.0.20210609-1200.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (31.57kB) [INFO] Unpacking org.eclipse.rap.tools.templates_3.17.0.20210609-1200... [INFO] Fetching org.eclipse.rap.tools.launch_3.17.0.20210526-1200.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.rap.tools.launch_3.17.0.20210526-1200.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (29.83kB) [INFO] Unpacking org.eclipse.rap.tools.launch_3.17.0.20210526-1200... [INFO] Fetching org.eclipse.rap.tools.templates.source_3.17.0.20210609-1200.jar from https://download.eclipse.org/staging/2021-06/plugins/ (36.66kB) [INFO] Fetching org.eclipse.rap.tools.launch.rwt.source_3.17.0.20210609-1200.jar from https://download.eclipse.org/staging/2021-06/plugins/ (74.56kB) [INFO] Fetching org.eclipse.swtbot.e4.finder_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.e4.finder_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.96kB) [INFO] Unpacking org.eclipse.swtbot.e4.finder_3.1.0.202106041005... [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (32.1kB) [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246... [INFO] Fetching org.eclipse.swtbot.eclipse.core_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.eclipse.core_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.51kB) [INFO] Unpacking org.eclipse.swtbot.eclipse.core_3.1.0.202106041005... [INFO] Fetching org.eclipse.swtbot.eclipse.finder_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.eclipse.finder_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (55.2kB) [INFO] Unpacking org.eclipse.swtbot.eclipse.finder_3.1.0.202106041005... [INFO] Fetching org.eclipse.swtbot.swt.finder_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (256.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.swt.finder_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (256.76kB) [INFO] Unpacking org.eclipse.swtbot.swt.finder_3.1.0.202106041005... [INFO] Fetching org.eclipse.swtbot.junit4_x_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.junit4_x_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (20.82kB) [INFO] Unpacking org.eclipse.swtbot.junit4_x_3.1.0.202106041005... [INFO] Fetching org.eclipse.swtbot.go_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.go_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.53kB) [INFO] Unpacking org.eclipse.swtbot.go_3.1.0.202106041005... [INFO] Fetching org.eclipse.swtbot.eclipse_3.1.0.202106041005.jar from https://download.eclipse.org/staging/2021-06/features/ (18.93kB) [INFO] Fetching org.eclipse.swtbot.eclipse.gef.finder_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.eclipse.gef.finder_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (42.85kB) [INFO] Unpacking org.eclipse.swtbot.eclipse.gef.finder_3.1.0.202106041005... [INFO] Fetching org.eclipse.swtbot.eclipse.gef_3.1.0.202106041005.jar from https://download.eclipse.org/staging/2021-06/features/ (18.82kB) [INFO] Fetching org.eclipse.swtbot.eclipse.spy_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.eclipse.spy_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.11kB) [INFO] Unpacking org.eclipse.swtbot.eclipse.spy_3.1.0.202106041005... [INFO] Fetching org.eclipse.swtbot.eclipse.ui_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (47.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.swtbot.eclipse.ui_3.1.0.202106041005... [INFO] Fetching org.eclipse.swtbot_3.1.0.202106041005.jar from https://download.eclipse.org/staging/2021-06/features/ (18.8kB) [INFO] Fetching org.eclipse.swtbot.forms.finder_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.forms.finder_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.54kB) [INFO] Unpacking org.eclipse.swtbot.forms.finder_3.1.0.202106041005... [INFO] Fetching org.eclipse.swtbot.forms_3.1.0.202106041005.jar from https://download.eclipse.org/staging/2021-06/features/ (18.82kB) [INFO] Fetching org.eclipse.swtbot.generator_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (40.13kB) [INFO] Unpacking org.eclipse.swtbot.generator_3.1.0.202106041005... [INFO] Fetching org.eclipse.swtbot.generator.client_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator.client_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.19kB) [INFO] Unpacking org.eclipse.swtbot.generator.client_3.1.0.202106041005... [INFO] Fetching org.eclipse.swtbot.generator.rules.workbench_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator.rules.workbench_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.06kB) [INFO] Unpacking org.eclipse.swtbot.generator.rules.workbench_3.1.0.202106041005... [INFO] Fetching org.eclipse.swtbot.generator.jdt_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator.jdt_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.56kB) [INFO] Unpacking org.eclipse.swtbot.generator.jdt_3.1.0.202106041005... [INFO] Fetching org.eclipse.swtbot.generator.ui_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator.ui_3.1.0.202106041005.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (12.93kB) [INFO] Unpacking org.eclipse.swtbot.generator.ui_3.1.0.202106041005... [INFO] Fetching org.eclipse.swtbot.generator.feature_3.1.0.202106041005.jar from https://download.eclipse.org/staging/2021-06/features/ (18.82kB) [INFO] Fetching org.eclipse.swtbot.ide_3.1.0.202106041005.jar from https://download.eclipse.org/staging/2021-06/features/ (18.86kB) [INFO] The project's OSGi version is 4.20.0.20210609-1422 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ epp.package.rcp --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ epp.package.rcp --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.rcp --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ epp.package.rcp --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ epp.package.rcp --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ epp.package.rcp --- [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:materialize-products (materialize-products) @ epp.package.rcp --- [INFO] Installing product epp.package.rcp for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/linux/gtk/x86_64/eclipse Installing epp.package.rcp 4.20.0.20210609-1422. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.buildship.feature.group 3.1.5.v20210113-0929. Installing org.eclipse.e4.core.tools.feature.feature.group 4.20.0.v20210427-1802. Installing org.eclipse.eclemma.feature.feature.group 3.1.4.202012082030. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.gitflow.feature.feature.group 5.12.0.202106070339-r. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.pde.feature.feature.group 1.17.3.20210406-1049. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.m2e.logback.feature.feature.group 1.17.1.20210603-1006. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.rap.tools.feature.feature.group 3.17.0.20210609-1200. Installing org.eclipse.swtbot.eclipse.gef.feature.group 3.1.0.202106041005. Installing org.eclipse.swtbot.eclipse.feature.group 3.1.0.202106041005. Installing org.eclipse.swtbot.ide.feature.group 3.1.0.202106041005. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.22.0.v202103232331. Installing org.eclipse.passage.ldc.feature.feature.group 2.0.0.v20210609-1422. Operation completed in 7884 ms. [INFO] Installing product epp.package.rcp for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/linux/gtk/aarch64/eclipse Installing epp.package.rcp 4.20.0.20210609-1422. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.buildship.feature.group 3.1.5.v20210113-0929. Installing org.eclipse.e4.core.tools.feature.feature.group 4.20.0.v20210427-1802. Installing org.eclipse.eclemma.feature.feature.group 3.1.4.202012082030. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.gitflow.feature.feature.group 5.12.0.202106070339-r. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.pde.feature.feature.group 1.17.3.20210406-1049. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.m2e.logback.feature.feature.group 1.17.1.20210603-1006. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.rap.tools.feature.feature.group 3.17.0.20210609-1200. Installing org.eclipse.swtbot.eclipse.gef.feature.group 3.1.0.202106041005. Installing org.eclipse.swtbot.eclipse.feature.group 3.1.0.202106041005. Installing org.eclipse.swtbot.ide.feature.group 3.1.0.202106041005. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.22.0.v202103232331. Installing org.eclipse.passage.ldc.feature.feature.group 2.0.0.v20210609-1422. Operation completed in 7573 ms. [INFO] Installing product epp.package.rcp for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/win32/win32/x86_64/eclipse Installing epp.package.rcp 4.20.0.20210609-1422. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.buildship.feature.group 3.1.5.v20210113-0929. Installing org.eclipse.e4.core.tools.feature.feature.group 4.20.0.v20210427-1802. Installing org.eclipse.eclemma.feature.feature.group 3.1.4.202012082030. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.gitflow.feature.feature.group 5.12.0.202106070339-r. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.pde.feature.feature.group 1.17.3.20210406-1049. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.m2e.logback.feature.feature.group 1.17.1.20210603-1006. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.rap.tools.feature.feature.group 3.17.0.20210609-1200. Installing org.eclipse.swtbot.eclipse.gef.feature.group 3.1.0.202106041005. Installing org.eclipse.swtbot.eclipse.feature.group 3.1.0.202106041005. Installing org.eclipse.swtbot.ide.feature.group 3.1.0.202106041005. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.22.0.v202103232331. Installing org.eclipse.passage.ldc.feature.feature.group 2.0.0.v20210609-1422. Operation completed in 7337 ms. [INFO] Installing product epp.package.rcp for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/macosx/cocoa/x86_64/Eclipse.app Installing epp.package.rcp 4.20.0.20210609-1422. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.buildship.feature.group 3.1.5.v20210113-0929. Installing org.eclipse.e4.core.tools.feature.feature.group 4.20.0.v20210427-1802. Installing org.eclipse.eclemma.feature.feature.group 3.1.4.202012082030. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.gitflow.feature.feature.group 5.12.0.202106070339-r. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.pde.feature.feature.group 1.17.3.20210406-1049. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.m2e.logback.feature.feature.group 1.17.1.20210603-1006. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.rap.tools.feature.feature.group 3.17.0.20210609-1200. Installing org.eclipse.swtbot.eclipse.gef.feature.group 3.1.0.202106041005. Installing org.eclipse.swtbot.eclipse.feature.group 3.1.0.202106041005. Installing org.eclipse.swtbot.ide.feature.group 3.1.0.202106041005. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.22.0.v202103232331. Installing org.eclipse.passage.ldc.feature.feature.group 2.0.0.v20210609-1422. Operation completed in 7605 ms. [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.rcp --- [INFO] [Thu Jun 10 00:11:11 UTC 2021] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/macosx/cocoa/x86_64/Eclipse.app'... [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.rcp --- [INFO] [Thu Jun 10 00:12:04 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/win32/win32/x86_64/eclipse/eclipse.exe' [INFO] [Thu Jun 10 00:12:08 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/epp.package.rcp/win32/win32/x86_64/eclipse/eclipsec.exe' [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:archive-products (archive-products) @ epp.package.rcp --- [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/20210609-2320_eclipse-rcp-2021-06-RC1-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/20210609-2320_eclipse-rcp-2021-06-RC1-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/20210609-2320_eclipse-rcp-2021-06-RC1-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/20210609-2320_eclipse-rcp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz [INFO] [INFO] --- eclipse-dmg-packager:1.3.2-SNAPSHOT:package-dmg (default) @ epp.package.rcp --- [INFO] [Thu Jun 10 00:13:07 UTC 2021] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/target/products/20210609-2320_eclipse-rcp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz'... [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-zips-to-archive-folder) @ epp.package.rcp --- [INFO] Executing tasks [INFO] [copy] Copying 5 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:2.2.0:mirror (mirror-to-central-epp-repository) @ epp.package.rcp --- [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/../../archive/repository... Mirroring: binary,epp.package.rcp.executable.gtk.linux.x86_64,4.20.0.20210609-1422 (Descriptor: canonical: binary,epp.package.rcp.executable.gtk.linux.x86_64,4.20.0.20210609-1422) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.rcp.feature,4.20.0.20210603-2230 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.rcp.feature,4.20.0.20210603-2230) Mirroring: binary,epp.package.rcp.executable.cocoa.macosx.x86_64,4.20.0.20210609-1422 (Descriptor: canonical: binary,epp.package.rcp.executable.cocoa.macosx.x86_64,4.20.0.20210609-1422) Mirroring: binary,epp.package.rcp.executable.gtk.linux.aarch64,4.20.0.20210609-1422 (Descriptor: canonical: binary,epp.package.rcp.executable.gtk.linux.aarch64,4.20.0.20210609-1422) Mirroring: binary,epp.package.rcp.executable.win32.win32.x86_64,4.20.0.20210609-1422 (Descriptor: canonical: binary,epp.package.rcp.executable.win32.win32.x86_64,4.20.0.20210609-1422) Mirroring: osgi.bundle,org.eclipse.epp.package.rcp,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.rcp,4.20.0.20210603-2230) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230) Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230) [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/../../archive/repository/.] [INFO] [INFO] -----------< org.eclipse.epp:org.eclipse.epp.package.scout >------------ [INFO] Building org.eclipse.epp.package.scout 4.20.0-SNAPSHOT [31/37] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.scout --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.scout --- [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.scout --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.scout --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.scout --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.scout --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.epp.package.scout --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.scout --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/src/test/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.scout --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.scout --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.package.scout --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/target/org.eclipse.epp.package.scout-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.scout --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.scout --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout/target/org.eclipse.epp.package.scout-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.scout --- [INFO] [INFO] -------< org.eclipse.epp:org.eclipse.epp.package.scout.feature >-------- [INFO] Building org.eclipse.epp.package.scout.feature 4.20.0-SNAPSHOT [32/37] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.scout.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.scout.feature --- [INFO] The project's OSGi version is 4.20.0.20210609-0618 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.scout.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.scout.feature --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.scout.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.scout.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.epp.package.scout.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/target/org.eclipse.epp.package.scout.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.scout.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.scout.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.scout.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/target/org.eclipse.epp.package.scout.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.scout.feature --- [INFO] [INFO] -----------------< org.eclipse.epp:epp.package.scout >------------------ [INFO] Building epp.package.scout 4.20.0-SNAPSHOT [33/37] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.scout --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.scout --- [INFO] Fetching org.eclipse.json_1.1.100.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.json_1.1.100.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.79kB) [INFO] Unpacking org.eclipse.json_1.1.100.v201901071922... [INFO] Fetching org.eclipse.scout.sdk.s2e_11.0.20.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.38MB) [INFO] Fetching org.eclipse.scout.sdk.s2e.doc_11.0.20.jar from https://download.eclipse.org/staging/2021-06/plugins/ (1.06MB) [INFO] Fetching org.eclipse.scout.sdk.s2e.ui_11.0.20.jar from https://download.eclipse.org/staging/2021-06/plugins/ (722.36kB) [INFO] Fetching org.eclipse.scout.sdk-feature_11.0.20.jar from https://download.eclipse.org/staging/2021-06/features/ (25.08kB) [INFO] Fetching org.eclipse.wst.json.bower.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.bower.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.15kB) [INFO] Unpacking org.eclipse.wst.json.bower.core_1.0.0.v201901071922... [INFO] Fetching org.eclipse.wst.json.bower.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.bower.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (13.94kB) [INFO] Unpacking org.eclipse.wst.json.bower.ui_1.0.200.v201904210526... [INFO] Fetching org.eclipse.wst.json.core_1.1.0.v201901152013.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (105.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.core_1.1.0.v201901152013.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (105.04kB) [INFO] Unpacking org.eclipse.wst.json.core_1.1.0.v201901152013... [INFO] Fetching org.eclipse.wst.json.ui_1.0.600.v202103121626.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (99.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.ui_1.0.600.v202103121626.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (99.56kB) [INFO] Unpacking org.eclipse.wst.json.ui_1.0.600.v202103121626... [INFO] Fetching org.eclipse.wst.json.eslint.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.eslint.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.13kB) [INFO] Unpacking org.eclipse.wst.json.eslint.core_1.0.0.v201901071922... [INFO] Fetching org.eclipse.wst.json.eslint.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.eslint.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.4kB) [INFO] Unpacking org.eclipse.wst.json.eslint.ui_1.0.200.v201904210526... [INFO] Fetching org.eclipse.wst.json.jshint.core_1.0.1.v201908281850.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.jshint.core_1.0.1.v201908281850.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.14kB) [INFO] Unpacking org.eclipse.wst.json.jshint.core_1.0.1.v201908281850... [INFO] Fetching org.eclipse.wst.json.jshint.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.jshint.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (9.39kB) [INFO] Unpacking org.eclipse.wst.json.jshint.ui_1.0.200.v201904210526... [INFO] Fetching org.eclipse.wst.json.npm.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.npm.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.11kB) [INFO] Unpacking org.eclipse.wst.json.npm.core_1.0.0.v201901071922... [INFO] Fetching org.eclipse.wst.json.npm.ui_1.0.100.v201904210526.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.npm.ui_1.0.100.v201904210526.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11.54kB) [INFO] Unpacking org.eclipse.wst.json.npm.ui_1.0.100.v201904210526... [INFO] Fetching org.eclipse.wst.json.schemaprocessor_1.0.200.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.schemaprocessor_1.0.200.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.94kB) [INFO] Unpacking org.eclipse.wst.json.schemaprocessor_1.0.200.v201901071922... [INFO] Fetching org.eclipse.wst.json_core.feature_1.1.8.v201909302219.jar from https://download.eclipse.org/staging/2021-06/features/ (31.85kB) [INFO] Fetching org.eclipse.wst.json_ui.feature_1.1.10.v202103121626.jar from https://download.eclipse.org/staging/2021-06/features/ (31.88kB) [INFO] Fetching org.eclipse.wst.web_core.feature_3.22.0.v202103232331.jar from https://download.eclipse.org/staging/2021-06/features/ (31.98kB) [INFO] Fetching org.eclipse.wst.web_js_support.feature_3.22.0.v202103232331.jar from https://download.eclipse.org/staging/2021-06/features/ (19.32kB) [INFO] Fetching org.eclipse.wst.html.ui.infopop_1.0.201.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.html.ui.infopop_1.0.201.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (10.07kB) [INFO] Unpacking org.eclipse.wst.html.ui.infopop_1.0.201.v201903222120... [INFO] Fetching org.eclipse.wst.web.ui.infopop_1.0.300.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.web.ui.infopop_1.0.300.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (8.41kB) [INFO] Unpacking org.eclipse.wst.web.ui.infopop_1.0.300.v201903222120... [INFO] Fetching org.eclipse.wst.web_ui.feature_3.22.0.v202105181958.jar from https://download.eclipse.org/staging/2021-06/features/ (19.53kB) [INFO] Fetching org.eclipse.wst.doc.user_1.2.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (756.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.doc.user_1.2.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (756.47kB) [INFO] Unpacking org.eclipse.wst.doc.user_1.2.0.v201903222120... [INFO] Fetching org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (77.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (77.06kB) [INFO] Unpacking org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120... [INFO] Fetching org.eclipse.wst.web_userdoc.feature_3.18.0.v202004271556.jar from https://download.eclipse.org/staging/2021-06/features/ (31.91kB) [INFO] The project's OSGi version is 4.20.0.20210609-0618 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ epp.package.scout --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.scout --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.scout --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ epp.package.scout --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.scout --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ epp.package.scout --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ epp.package.scout --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ epp.package.scout --- [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:materialize-products (materialize-products) @ epp.package.scout --- [INFO] Installing product epp.package.scout for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/linux/gtk/x86_64/eclipse Installing epp.package.scout 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.help.source.feature.group 2.3.600.v20210609-0618. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.jdt.source.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.jgit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jst.web_ui.feature.feature.group 3.22.0.v202103200058. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.scout.sdk-feature.feature.group 11.0.20. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.22.0.v202103232331. Installing org.eclipse.wst.web_ui.feature.feature.group 3.22.0.v202105181958. Operation completed in 6912 ms. [INFO] Installing product epp.package.scout for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/linux/gtk/aarch64/eclipse Installing epp.package.scout 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.help.source.feature.group 2.3.600.v20210609-0618. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.jdt.source.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.jgit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jst.web_ui.feature.feature.group 3.22.0.v202103200058. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.scout.sdk-feature.feature.group 11.0.20. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.22.0.v202103232331. Installing org.eclipse.wst.web_ui.feature.feature.group 3.22.0.v202105181958. Operation completed in 6119 ms. [INFO] Installing product epp.package.scout for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/win32/win32/x86_64/eclipse Installing epp.package.scout 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.help.source.feature.group 2.3.600.v20210609-0618. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.jdt.source.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.jgit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jst.web_ui.feature.feature.group 3.22.0.v202103200058. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.scout.sdk-feature.feature.group 11.0.20. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.22.0.v202103232331. Installing org.eclipse.wst.web_ui.feature.feature.group 3.22.0.v202105181958. Operation completed in 6174 ms. [INFO] Installing product epp.package.scout for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/macosx/cocoa/x86_64/Eclipse.app Installing epp.package.scout 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.help.source.feature.group 2.3.600.v20210609-0618. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.jdt.source.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.jgit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jst.web_ui.feature.feature.group 3.22.0.v202103200058. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.scout.sdk-feature.feature.group 11.0.20. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.22.0.v202103232331. Installing org.eclipse.wst.web_ui.feature.feature.group 3.22.0.v202105181958. Operation completed in 6371 ms. [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.scout --- [INFO] [Thu Jun 10 00:14:59 UTC 2021] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/macosx/cocoa/x86_64/Eclipse.app'... [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.scout --- [INFO] [Thu Jun 10 00:15:43 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/win32/win32/x86_64/eclipse/eclipsec.exe' [INFO] [Thu Jun 10 00:15:46 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/epp.package.scout/win32/win32/x86_64/eclipse/eclipse.exe' [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:archive-products (archive-products) @ epp.package.scout --- [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/20210609-2320_eclipse-scout-2021-06-RC1-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/20210609-2320_eclipse-scout-2021-06-RC1-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/20210609-2320_eclipse-scout-2021-06-RC1-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/20210609-2320_eclipse-scout-2021-06-RC1-macosx.cocoa.x86_64.tar.gz [INFO] [INFO] --- eclipse-dmg-packager:1.3.2-SNAPSHOT:package-dmg (default) @ epp.package.scout --- [INFO] [Thu Jun 10 00:16:40 UTC 2021] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/target/products/20210609-2320_eclipse-scout-2021-06-RC1-macosx.cocoa.x86_64.tar.gz'... [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-zips-to-archive-folder) @ epp.package.scout --- [INFO] Executing tasks [INFO] [copy] Copying 5 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:2.2.0:mirror (mirror-to-central-epp-repository) @ epp.package.scout --- [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/../../archive/repository... Mirroring: binary,epp.package.scout.executable.win32.win32.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.scout.executable.win32.win32.x86_64,4.20.0.20210609-0618) Mirroring: osgi.bundle,org.eclipse.epp.package.scout,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.scout,4.20.0.20210603-2230) Mirroring: binary,epp.package.scout.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.scout.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.scout.feature,4.20.0.20210609-0618 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.scout.feature,4.20.0.20210609-0618) Mirroring: binary,epp.package.scout.executable.gtk.linux.aarch64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.scout.executable.gtk.linux.aarch64,4.20.0.20210609-0618) Mirroring: binary,epp.package.scout.executable.gtk.linux.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.scout.executable.gtk.linux.x86_64,4.20.0.20210609-0618) Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230) [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/../../archive/repository/.] [INFO] [INFO] ---------< org.eclipse.epp:org.eclipse.epp.package.committers >--------- [INFO] Building org.eclipse.epp.package.committers 4.20.0-SNAPSHOT [34/37] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.committers --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.package.committers --- [INFO] The project's OSGi version is 4.20.0.20210603-2230 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.committers --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.committers --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.committers --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.package.committers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.epp.package.committers --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.package.committers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/src/test/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.epp.package.committers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.committers --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.epp.package.committers --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/target/org.eclipse.epp.package.committers-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.committers --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.committers --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers/target/org.eclipse.epp.package.committers-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.committers --- [INFO] [INFO] -----< org.eclipse.epp:org.eclipse.epp.package.committers.feature >----- [INFO] Building org.eclipse.epp.package.committers.feature 4.20.0-SNAPSHOT [35/37] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.package.committers.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.package.committers.feature --- [INFO] The project's OSGi version is 4.20.0.20210609-0618 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.epp.package.committers.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.epp.package.committers.feature --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp.package.committers.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.epp.package.committers.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.epp.package.committers.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/target/org.eclipse.epp.package.committers.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.package.committers.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.package.committers.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ org.eclipse.epp.package.committers.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/target/org.eclipse.epp.package.committers.feature-4.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.epp.package.committers.feature --- [INFO] [INFO] ---------------< org.eclipse.epp:epp.package.committers >--------------- [INFO] Building epp.package.committers 4.20.0-SNAPSHOT [36/37] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epp.package.committers --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ epp.package.committers --- [INFO] Fetching com.google.gerrit.common_2.1.5.v201112241444.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.gerrit.common_2.1.5.v201112241444.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (36.61kB) [INFO] Unpacking com.google.gerrit.common_2.1.5.v201112241444... [INFO] Fetching com.google.gerrit.reviewdb_2.1.5.v201112241444.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (39.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.gerrit.reviewdb_2.1.5.v201112241444.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (39.47kB) [INFO] Unpacking com.google.gerrit.reviewdb_2.1.5.v201112241444... [INFO] Fetching com.google.gerrit.prettify_2.1.5.v201112241444.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.gerrit.prettify_2.1.5.v201112241444.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.59kB) [INFO] Unpacking com.google.gerrit.prettify_2.1.5.v201112241444... [INFO] Fetching com.google.gwt.servlet_2.0.4.v20100709-0658.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (427.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.gwt.servlet_2.0.4.v20100709-0658.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (427.83kB) [INFO] Unpacking com.google.gwt.servlet_2.0.4.v20100709-0658... [INFO] Fetching com.google.gwtjsonrpc_1.2.5.v201112241444.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (54.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.gwtjsonrpc_1.2.5.v201112241444.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (54.01kB) [INFO] Unpacking com.google.gwtjsonrpc_1.2.5.v201112241444... [INFO] Fetching com.google.gwtorm_1.1.4.v201112241444.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (66.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.gwtorm_1.1.4.v201112241444.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (66.95kB) [INFO] Unpacking com.google.gwtorm_1.1.4.v201112241444... [INFO] Fetching javax.servlet_3.0.0.v201112011016.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (119.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet_3.0.0.v201112011016.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (119.46kB) [INFO] Unpacking javax.servlet_3.0.0.v201112011016... [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (634.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (634.79kB) [INFO] Unpacking net.bytebuddy.byte-buddy_1.9.0.v20181107-1410... [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (23.9kB) [INFO] Unpacking net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534... [INFO] Fetching org.assertj_3.14.0.v20200120-1926.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (915.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.assertj_3.14.0.v20200120-1926.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (915.09kB) [INFO] Unpacking org.assertj_3.14.0.v20200120-1926... [INFO] Fetching org.eclipse.ant.optional.junit_3.3.300.v20180822-0818.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (6.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.optional.junit_3.3.300.v20180822-0818.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (6.78kB) [INFO] Unpacking org.eclipse.ant.optional.junit_3.3.300.v20180822-0818... [INFO] Fetching org.eclipse.core.tests.harness_3.12.0.v20210409-1724.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (39.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.tests.harness_3.12.0.v20210409-1724.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (39.05kB) [INFO] Unpacking org.eclipse.core.tests.harness_3.12.0.v20210409-1724... [INFO] Fetching org.eclipse.mylyn.builds.core_1.17.0.v20200730-1155.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (143.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.builds.core_1.17.0.v20200730-1155.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (143.19kB) [INFO] Unpacking org.eclipse.mylyn.builds.core_1.17.0.v20200730-1155... [INFO] Fetching org.eclipse.mylyn.builds.ui_1.17.0.v20200730-1155.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (217.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.builds.ui_1.17.0.v20200730-1155.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (217.45kB) [INFO] Unpacking org.eclipse.mylyn.builds.ui_1.17.0.v20200730-1155... [INFO] Fetching org.eclipse.mylyn.builds_1.17.0.v20200828-1656.jar from https://download.eclipse.org/staging/2021-06/features/ (19.19kB) [INFO] Fetching org.eclipse.mylyn.versions.core_1.17.0.v20181223-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.versions.core_1.17.0.v20181223-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (22.36kB) [INFO] Unpacking org.eclipse.mylyn.versions.core_1.17.0.v20181223-0759... [INFO] Fetching org.eclipse.mylyn.versions.ui_1.17.0.v20181223-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.versions.ui_1.17.0.v20181223-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (11kB) [INFO] Unpacking org.eclipse.mylyn.versions.ui_1.17.0.v20181223-0759... [INFO] Fetching org.eclipse.mylyn.commons.repositories.http.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.repositories.http.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (25.68kB) [INFO] Unpacking org.eclipse.mylyn.commons.repositories.http.core_1.17.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.repositories.http_1.17.2.v20200813-0821.jar from https://download.eclipse.org/staging/2021-06/features/ (19.17kB) [INFO] Fetching org.eclipse.mylyn.gerrit.core_2.16.1.v20200828-1618.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (197.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.gerrit.core_2.16.1.v20200828-1618.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (197.2kB) [INFO] Unpacking org.eclipse.mylyn.gerrit.core_2.16.1.v20200828-1618... [INFO] Fetching org.eclipse.mylyn.reviews.core_2.16.1.v20200828-1618.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (120.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.reviews.core_2.16.1.v20200828-1618.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (120.58kB) [INFO] Unpacking org.eclipse.mylyn.reviews.core_2.16.1.v20200828-1618... [INFO] Fetching org.eclipse.mylyn.reviews.edit_2.16.1.v20200828-1618.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (50.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.reviews.edit_2.16.1.v20200828-1618.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (50.09kB) [INFO] Unpacking org.eclipse.mylyn.reviews.edit_2.16.1.v20200828-1618... [INFO] Fetching org.eclipse.mylyn.gerrit.dashboard.core_2.16.1.v20200828-1618.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.gerrit.dashboard.core_2.16.1.v20200828-1618.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.1kB) [INFO] Unpacking org.eclipse.mylyn.gerrit.dashboard.core_2.16.1.v20200828-1618... [INFO] Fetching org.eclipse.mylyn.gerrit.dashboard.ui_2.16.1.v20200828-1618.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (72.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.gerrit.dashboard.ui_2.16.1.v20200828-1618.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (72.87kB) [INFO] Unpacking org.eclipse.mylyn.gerrit.dashboard.ui_2.16.1.v20200828-1618... [INFO] Fetching org.eclipse.mylyn.gerrit.dashboard.feature_2.16.1.v20200828-1618.jar from https://download.eclipse.org/staging/2021-06/features/ (19.85kB) [INFO] Fetching org.eclipse.mylyn.gerrit.ui_2.16.1.v20200828-1618.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (110.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.gerrit.ui_2.16.1.v20200828-1618.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (110.78kB) [INFO] Unpacking org.eclipse.mylyn.gerrit.ui_2.16.1.v20200828-1618... [INFO] Fetching org.eclipse.mylyn.gerrit.feature_2.16.1.v20200828-1618.jar from https://download.eclipse.org/staging/2021-06/features/ (19.28kB) [INFO] Fetching org.eclipse.mylyn.reviews.ui_2.16.1.v20200828-1618.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (213.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.reviews.ui_2.16.1.v20200828-1618.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (213.94kB) [INFO] Unpacking org.eclipse.mylyn.reviews.ui_2.16.1.v20200828-1618... [INFO] Fetching org.eclipse.mylyn.git.core_1.17.0.v20181223-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.git.core_1.17.0.v20181223-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (17.5kB) [INFO] Unpacking org.eclipse.mylyn.git.core_1.17.0.v20181223-0759... [INFO] Fetching org.eclipse.mylyn.git.ui_1.17.0.v20181223-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.git.ui_1.17.0.v20181223-0759.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (16.42kB) [INFO] Unpacking org.eclipse.mylyn.git.ui_1.17.0.v20181223-0759... [INFO] Fetching org.eclipse.mylyn.git_1.17.0.v20191002-0716.jar from https://download.eclipse.org/staging/2021-06/features/ (19.19kB) [INFO] Fetching org.eclipse.mylyn.hudson.core_1.17.0.v20200730-1155.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (74.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.hudson.core_1.17.0.v20200730-1155.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (74.02kB) [INFO] Unpacking org.eclipse.mylyn.hudson.core_1.17.0.v20200730-1155... [INFO] Fetching org.eclipse.mylyn.hudson.ui_1.17.0.v20200730-1155.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.hudson.ui_1.17.0.v20200730-1155.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (14.52kB) [INFO] Unpacking org.eclipse.mylyn.hudson.ui_1.17.0.v20200730-1155... [INFO] Fetching org.eclipse.mylyn.hudson_1.17.0.v20200730-1155.jar from https://download.eclipse.org/staging/2021-06/features/ (19.31kB) [INFO] Fetching org.eclipse.mylyn.reviews.feature_2.16.1.v20200828-1618.jar from https://download.eclipse.org/staging/2021-06/features/ (19.2kB) [INFO] Fetching org.eclipse.mylyn.versions_1.17.0.v20191002-0716.jar from https://download.eclipse.org/staging/2021-06/features/ (19.17kB) [INFO] Fetching org.eclipse.swt.tools_3.109.100.v20210415-0748.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (98.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.tools_3.109.100.v20210415-0748.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (98.15kB) [INFO] Unpacking org.eclipse.swt.tools_3.109.100.v20210415-0748... [INFO] Fetching org.eclipse.swt.tools.base_3.107.300.v20190925-1155.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (6.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.tools.base_3.107.300.v20190925-1155.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (6.93kB) [INFO] Unpacking org.eclipse.swt.tools.base_3.107.300.v20190925-1155... [INFO] Fetching org.eclipse.swt.tools.spies_3.108.100.v20210526-1313.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.tools.spies_3.108.100.v20210526-1313.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (24.45kB) [INFO] Unpacking org.eclipse.swt.tools.spies_3.108.100.v20210526-1313... [INFO] Fetching org.eclipse.swt.tools.feature_3.108.100.v20210526-1313.jar from https://download.eclipse.org/staging/2021-06/features/ (18.84kB) [INFO] Fetching org.eclipse.test_3.4.800.v20210428-1559.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.test_3.4.800.v20210428-1559.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (21.83kB) [INFO] Unpacking org.eclipse.test_3.4.800.v20210428-1559... [INFO] Fetching org.eclipse.test.source_3.4.800.v20210428-1559.jar from https://download.eclipse.org/staging/2021-06/plugins/ (26.42kB) [INFO] Fetching org.eclipse.test.performance_3.17.100.v20210108-0914.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.test.performance_3.17.100.v20210108-0914.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (46kB) [INFO] Unpacking org.eclipse.test.performance_3.17.100.v20210108-0914... [INFO] Fetching org.eclipse.test.performance.win32_3.1.400.v20200911-1853.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.test.performance.win32_3.1.400.v20200911-1853.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (38.16kB) [INFO] Unpacking org.eclipse.test.performance.win32_3.1.400.v20200911-1853... [INFO] Fetching org.easymock_2.4.0.v20090202-0900.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.easymock_2.4.0.v20090202-0900.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (34.94kB) [INFO] Unpacking org.easymock_2.4.0.v20090202-0900... [INFO] Fetching org.mockito_2.23.0.v20200310-1642.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (170.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.mockito_2.23.0.v20200310-1642.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (170.66kB) [INFO] Unpacking org.mockito_2.23.0.v20200310-1642... [INFO] Fetching org.eclipse.test_3.7.1500.v20210428-1559.jar from https://download.eclipse.org/staging/2021-06/features/ (19.33kB) [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/staging/2021-06/plugins/ (27.19kB) [INFO] Unpacking org.objenesis_2.6.0.v20180420-1519... [INFO] The project's OSGi version is 4.20.0.20210609-0618 [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ epp.package.committers --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ epp.package.committers --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ epp.package.committers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ epp.package.committers --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ epp.package.committers --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ epp.package.committers --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ epp.package.committers --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ epp.package.committers --- [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:materialize-products (materialize-products) @ epp.package.committers --- [INFO] Installing product epp.package.committers for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/linux/gtk/x86_64/eclipse Installing epp.package.committers 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.pde.feature.group 3.14.800.v20210609-0520. Installing org.eclipse.e4.core.tools.feature.feature.group 4.20.0.v20210427-1802. Installing org.eclipse.platform.source.feature.group 4.20.0.v20210609-0618. Installing org.eclipse.rcp.source.feature.group 4.20.0.v20210609-0520. Installing org.eclipse.jdt.source.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.pde.source.feature.group 3.14.800.v20210609-0520. Installing org.eclipse.buildship.feature.group 3.1.5.v20210113-0929. Installing org.eclipse.eclemma.feature.feature.group 3.1.4.202012082030. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.pde.feature.feature.group 1.17.3.20210406-1049. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.mylyn.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.gitflow.feature.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jgit.http.apache.feature.group 5.12.0.202106070339-r. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.builds.feature.group 1.17.0.v20200828-1656. Installing org.eclipse.mylyn.commons.feature.group 3.25.2.v20200813-0821. Installing org.eclipse.mylyn.commons.identity.feature.group 1.17.2.v20200813-0821. Installing org.eclipse.mylyn.commons.notifications.feature.group 1.17.2.v20200813-0821. Installing org.eclipse.mylyn.commons.repositories.feature.group 1.17.2.v20200813-0821. Installing org.eclipse.mylyn.commons.repositories.http.feature.group 1.17.2.v20200813-0821. Installing org.eclipse.mylyn.discovery.feature.group 3.25.2.v20200813-0821. Installing org.eclipse.mylyn_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.gerrit.dashboard.feature.feature.group 2.16.1.v20200828-1618. Installing org.eclipse.mylyn.gerrit.feature.feature.group 2.16.1.v20200828-1618. Installing org.eclipse.mylyn.git.feature.group 1.17.0.v20191002-0716. Installing org.eclipse.mylyn.hudson.feature.group 1.17.0.v20200730-1155. Installing org.eclipse.mylyn.monitor.feature.group 3.25.2.v20200813-0821. Installing org.eclipse.mylyn.reviews.feature.feature.group 2.16.1.v20200828-1618. Installing org.eclipse.mylyn.team_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn.versions.feature.group 1.17.0.v20191002-0716. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.swt.tools.feature.feature.group 3.108.100.v20210526-1313. Installing org.eclipse.test.feature.group 3.7.1500.v20210428-1559. Installing org.eclipse.wildwebdeveloper.feature.feature.group 0.10.6.202102181620. Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 0.2.2.202102092209. Operation completed in 10507 ms. [INFO] Installing product epp.package.committers for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/linux/gtk/aarch64/eclipse Installing epp.package.committers 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.pde.feature.group 3.14.800.v20210609-0520. Installing org.eclipse.e4.core.tools.feature.feature.group 4.20.0.v20210427-1802. Installing org.eclipse.platform.source.feature.group 4.20.0.v20210609-0618. Installing org.eclipse.rcp.source.feature.group 4.20.0.v20210609-0520. Installing org.eclipse.jdt.source.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.pde.source.feature.group 3.14.800.v20210609-0520. Installing org.eclipse.buildship.feature.group 3.1.5.v20210113-0929. Installing org.eclipse.eclemma.feature.feature.group 3.1.4.202012082030. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.pde.feature.feature.group 1.17.3.20210406-1049. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.mylyn.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.gitflow.feature.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jgit.http.apache.feature.group 5.12.0.202106070339-r. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.builds.feature.group 1.17.0.v20200828-1656. Installing org.eclipse.mylyn.commons.feature.group 3.25.2.v20200813-0821. Installing org.eclipse.mylyn.commons.identity.feature.group 1.17.2.v20200813-0821. Installing org.eclipse.mylyn.commons.notifications.feature.group 1.17.2.v20200813-0821. Installing org.eclipse.mylyn.commons.repositories.feature.group 1.17.2.v20200813-0821. Installing org.eclipse.mylyn.commons.repositories.http.feature.group 1.17.2.v20200813-0821. Installing org.eclipse.mylyn.discovery.feature.group 3.25.2.v20200813-0821. Installing org.eclipse.mylyn_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.gerrit.dashboard.feature.feature.group 2.16.1.v20200828-1618. Installing org.eclipse.mylyn.gerrit.feature.feature.group 2.16.1.v20200828-1618. Installing org.eclipse.mylyn.git.feature.group 1.17.0.v20191002-0716. Installing org.eclipse.mylyn.hudson.feature.group 1.17.0.v20200730-1155. Installing org.eclipse.mylyn.monitor.feature.group 3.25.2.v20200813-0821. Installing org.eclipse.mylyn.reviews.feature.feature.group 2.16.1.v20200828-1618. Installing org.eclipse.mylyn.team_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn.versions.feature.group 1.17.0.v20191002-0716. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.swt.tools.feature.feature.group 3.108.100.v20210526-1313. Installing org.eclipse.test.feature.group 3.7.1500.v20210428-1559. Installing org.eclipse.wildwebdeveloper.feature.feature.group 0.10.6.202102181620. Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 0.2.2.202102092209. Operation completed in 10100 ms. [INFO] Installing product epp.package.committers for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/win32/win32/x86_64/eclipse Installing epp.package.committers 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.pde.feature.group 3.14.800.v20210609-0520. Installing org.eclipse.e4.core.tools.feature.feature.group 4.20.0.v20210427-1802. Installing org.eclipse.platform.source.feature.group 4.20.0.v20210609-0618. Installing org.eclipse.rcp.source.feature.group 4.20.0.v20210609-0520. Installing org.eclipse.jdt.source.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.pde.source.feature.group 3.14.800.v20210609-0520. Installing org.eclipse.buildship.feature.group 3.1.5.v20210113-0929. Installing org.eclipse.eclemma.feature.feature.group 3.1.4.202012082030. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.pde.feature.feature.group 1.17.3.20210406-1049. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.mylyn.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.gitflow.feature.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jgit.http.apache.feature.group 5.12.0.202106070339-r. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.builds.feature.group 1.17.0.v20200828-1656. Installing org.eclipse.mylyn.commons.feature.group 3.25.2.v20200813-0821. Installing org.eclipse.mylyn.commons.identity.feature.group 1.17.2.v20200813-0821. Installing org.eclipse.mylyn.commons.notifications.feature.group 1.17.2.v20200813-0821. Installing org.eclipse.mylyn.commons.repositories.feature.group 1.17.2.v20200813-0821. Installing org.eclipse.mylyn.commons.repositories.http.feature.group 1.17.2.v20200813-0821. Installing org.eclipse.mylyn.discovery.feature.group 3.25.2.v20200813-0821. Installing org.eclipse.mylyn_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.gerrit.dashboard.feature.feature.group 2.16.1.v20200828-1618. Installing org.eclipse.mylyn.gerrit.feature.feature.group 2.16.1.v20200828-1618. Installing org.eclipse.mylyn.git.feature.group 1.17.0.v20191002-0716. Installing org.eclipse.mylyn.hudson.feature.group 1.17.0.v20200730-1155. Installing org.eclipse.mylyn.monitor.feature.group 3.25.2.v20200813-0821. Installing org.eclipse.mylyn.reviews.feature.feature.group 2.16.1.v20200828-1618. Installing org.eclipse.mylyn.team_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn.versions.feature.group 1.17.0.v20191002-0716. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.swt.tools.feature.feature.group 3.108.100.v20210526-1313. Installing org.eclipse.test.feature.group 3.7.1500.v20210428-1559. Installing org.eclipse.wildwebdeveloper.feature.feature.group 0.10.6.202102181620. Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 0.2.2.202102092209. Operation completed in 10488 ms. [INFO] Installing product epp.package.committers for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/macosx/cocoa/x86_64/Eclipse.app Installing epp.package.committers 4.20.0.20210609-0618. Installing org.eclipse.epp.mpc.feature.group 1.9.1.v20210204-1408. Installing org.eclipse.jdt.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.pde.feature.group 3.14.800.v20210609-0520. Installing org.eclipse.e4.core.tools.feature.feature.group 4.20.0.v20210427-1802. Installing org.eclipse.platform.source.feature.group 4.20.0.v20210609-0618. Installing org.eclipse.rcp.source.feature.group 4.20.0.v20210609-0520. Installing org.eclipse.jdt.source.feature.group 3.18.800.v20210609-0549. Installing org.eclipse.pde.source.feature.group 3.14.800.v20210609-0520. Installing org.eclipse.buildship.feature.group 3.1.5.v20210113-0929. Installing org.eclipse.eclemma.feature.feature.group 3.1.4.202012082030. Installing org.eclipse.m2e.feature.feature.group 1.18.0.20210603-1206. Installing org.eclipse.m2e.pde.feature.feature.group 1.17.3.20210406-1049. Installing org.eclipse.m2e.lemminx.feature.feature.group 1.17.2.20210411-0929. Installing org.eclipse.egit.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.mylyn.feature.group 5.12.0.202106070339-r. Installing org.eclipse.egit.gitflow.feature.feature.group 5.12.0.202106070339-r. Installing org.eclipse.jgit.http.apache.feature.group 5.12.0.202106070339-r. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.builds.feature.group 1.17.0.v20200828-1656. Installing org.eclipse.mylyn.commons.feature.group 3.25.2.v20200813-0821. Installing org.eclipse.mylyn.commons.identity.feature.group 1.17.2.v20200813-0821. Installing org.eclipse.mylyn.commons.notifications.feature.group 1.17.2.v20200813-0821. Installing org.eclipse.mylyn.commons.repositories.feature.group 1.17.2.v20200813-0821. Installing org.eclipse.mylyn.commons.repositories.http.feature.group 1.17.2.v20200813-0821. Installing org.eclipse.mylyn.discovery.feature.group 3.25.2.v20200813-0821. Installing org.eclipse.mylyn_feature.feature.group 3.25.2.v20200814-0512. Installing org.eclipse.mylyn.gerrit.dashboard.feature.feature.group 2.16.1.v20200828-1618. Installing org.eclipse.mylyn.gerrit.feature.feature.group 2.16.1.v20200828-1618. Installing org.eclipse.mylyn.git.feature.group 1.17.0.v20191002-0716. Installing org.eclipse.mylyn.hudson.feature.group 1.17.0.v20200730-1155. Installing org.eclipse.mylyn.monitor.feature.group 3.25.2.v20200813-0821. Installing org.eclipse.mylyn.reviews.feature.feature.group 2.16.1.v20200828-1618. Installing org.eclipse.mylyn.team_feature.feature.group 3.25.2.v20200828-1617. Installing org.eclipse.mylyn.versions.feature.group 1.17.0.v20191002-0716. Installing org.eclipse.mylyn.wikitext_feature.feature.group 3.0.38.202008172112. Installing org.eclipse.oomph.setup.feature.group 1.21.0.v20210601-0619. Installing org.eclipse.swt.tools.feature.feature.group 3.108.100.v20210526-1313. Installing org.eclipse.test.feature.group 3.7.1500.v20210428-1559. Installing org.eclipse.wildwebdeveloper.feature.feature.group 0.10.6.202102181620. Installing org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group 0.2.2.202102092209. Operation completed in 11977 ms. [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.committers --- [INFO] [Thu Jun 10 00:19:02 UTC 2021] Signing OS X application '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/macosx/cocoa/x86_64/Eclipse.app'... [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2-SNAPSHOT:sign (sign) @ epp.package.committers --- [INFO] [Thu Jun 10 00:20:16 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/win32/win32/x86_64/eclipse/eclipsec.exe' [INFO] [Thu Jun 10 00:20:17 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/epp.package.committers/win32/win32/x86_64/eclipse/eclipse.exe' [INFO] [INFO] --- tycho-p2-director-plugin:2.2.0:archive-products (archive-products) @ epp.package.committers --- [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/20210609-2320_eclipse-committers-2021-06-RC1-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/20210609-2320_eclipse-committers-2021-06-RC1-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/20210609-2320_eclipse-committers-2021-06-RC1-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/20210609-2320_eclipse-committers-2021-06-RC1-macosx.cocoa.x86_64.tar.gz [INFO] [INFO] --- eclipse-dmg-packager:1.3.2-SNAPSHOT:package-dmg (default) @ epp.package.committers --- [INFO] [Thu Jun 10 00:21:51 UTC 2021] Creating and signing DMG file from '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/target/products/20210609-2320_eclipse-committers-2021-06-RC1-macosx.cocoa.x86_64.tar.gz'... [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-zips-to-archive-folder) @ epp.package.committers --- [INFO] Executing tasks [INFO] [copy] Copying 5 files to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:2.2.0:mirror (mirror-to-central-epp-repository) @ epp.package.committers --- [INFO] Mirroring to /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/../../archive/repository... Mirroring: binary,epp.package.committers.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.committers.executable.cocoa.macosx.x86_64,4.20.0.20210609-0618) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.committers.feature,4.20.0.20210609-0618 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.committers.feature,4.20.0.20210609-0618) Mirroring: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230) Mirroring: binary,epp.package.committers.executable.gtk.linux.aarch64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.committers.executable.gtk.linux.aarch64,4.20.0.20210609-0618) Mirroring: binary,epp.package.committers.executable.win32.win32.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.committers.executable.win32.win32.x86_64,4.20.0.20210609-0618) Mirroring: osgi.bundle,org.eclipse.epp.package.committers,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.committers,4.20.0.20210603-2230) Mirroring: binary,epp.package.committers.executable.gtk.linux.x86_64,4.20.0.20210609-0618 (Descriptor: canonical: binary,epp.package.committers.executable.gtk.linux.x86_64,4.20.0.20210609-0618) Mirroring: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 (Descriptor: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230) [WARNING] Mirror tool: Messages while mirroring artifact descriptors.: [Artifact: canonical: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/../../archive/repository/.; Artifact: canonical: osgi.bundle,org.eclipse.epp.package.common,4.20.0.20210603-2230 already exists in repository: file:/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/../../archive/repository/.] [INFO] [INFO] --------------< org.eclipse.epp:org.eclipse.epp-buildall >-------------- [INFO] Building org.eclipse.epp-buildall 4.20.0-SNAPSHOT [37/37] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp-buildall --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (regex-property) @ org.eclipse.epp-buildall --- [INFO] No match to regex 'epp\.package\.(\d*)' found in 'org.eclipse.epp-buildall'. The initial value 'org.eclipse.epp-buildall' is left as-is... [INFO] [INFO] --- tycho-eclipserun-plugin:2.2.0:eclipse-run (remove-justj-from-p2) @ org.eclipse.epp-buildall --- [INFO] Fetching p2.index from http://download.eclipse.org/releases/latest/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/latest [INFO] Fetching p2.index from https://download.eclipse.org/releases/2021-03/ (122B) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2021-03/202103171000/ (140B) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/simrel.epp-tycho-build/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -install, /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/target/eclipserun-work/data, -data, target/antrun-workspace, -application, org.eclipse.ant.core.antRunner, -buildfile, /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/remove-justj-from-p2.xml] Buildfile: /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/remove-justj-from-p2.xml remove-justj: BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 0 seconds [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for org.eclipse.epp-buildall 4.20.0-SNAPSHOT: [INFO] [INFO] archive-template ................................... SUCCESS [ 39.417 s] [INFO] org.eclipse.epp.package.common ..................... SUCCESS [ 9.997 s] [INFO] org.eclipse.epp.package.common.feature ............. SUCCESS [ 3.015 s] [INFO] org.eclipse.epp.package.cpp ........................ SUCCESS [ 1.524 s] [INFO] org.eclipse.epp.package.cpp.feature ................ SUCCESS [ 30.931 s] [INFO] epp.package.cpp .................................... SUCCESS [05:37 min] [INFO] org.eclipse.epp.package.dsl ........................ SUCCESS [ 1.786 s] [INFO] org.eclipse.epp.package.dsl.feature ................ SUCCESS [01:28 min] [INFO] epp.package.dsl .................................... SUCCESS [05:08 min] [INFO] org.eclipse.epp.package.embedcpp ................... SUCCESS [ 1.895 s] [INFO] org.eclipse.epp.package.embedcpp.feature ........... SUCCESS [ 2.558 s] [INFO] epp.package.embedcpp ............................... SUCCESS [05:16 min] [INFO] org.eclipse.epp.package.java ....................... SUCCESS [ 1.851 s] [INFO] org.eclipse.epp.package.java.feature ............... SUCCESS [ 2.048 s] [INFO] epp.package.java ................................... SUCCESS [03:34 min] [INFO] org.eclipse.epp.package.jee ........................ SUCCESS [ 1.694 s] [INFO] org.eclipse.epp.package.jee.feature ................ SUCCESS [ 2.975 s] [INFO] epp.package.jee .................................... SUCCESS [08:11 min] [INFO] org.eclipse.epp.package.modeling ................... SUCCESS [ 1.521 s] [INFO] org.eclipse.epp.package.modeling.feature ........... SUCCESS [ 2.337 s] [INFO] epp.package.modeling ............................... SUCCESS [07:56 min] [INFO] org.eclipse.epp.package.parallel ................... SUCCESS [ 1.393 s] [INFO] org.eclipse.epp.package.parallel.feature ........... SUCCESS [ 7.603 s] [INFO] epp.package.parallel ............................... SUCCESS [03:52 min] [INFO] org.eclipse.epp.package.php ........................ SUCCESS [ 1.863 s] [INFO] org.eclipse.epp.package.php.feature ................ SUCCESS [ 2.832 s] [INFO] epp.package.php .................................... SUCCESS [04:12 min] [INFO] org.eclipse.epp.package.rcp ........................ SUCCESS [ 1.740 s] [INFO] org.eclipse.epp.package.rcp.feature ................ SUCCESS [ 2.764 s] [INFO] epp.package.rcp .................................... SUCCESS [04:01 min] [INFO] org.eclipse.epp.package.scout ...................... SUCCESS [ 1.502 s] [INFO] org.eclipse.epp.package.scout.feature .............. SUCCESS [ 2.860 s] [INFO] epp.package.scout .................................. SUCCESS [03:24 min] [INFO] org.eclipse.epp.package.committers ................. SUCCESS [ 1.576 s] [INFO] org.eclipse.epp.package.committers.feature ......... SUCCESS [ 3.058 s] [INFO] epp.package.committers ............................. SUCCESS [05:43 min] [INFO] org.eclipse.epp-buildall ........................... SUCCESS [ 5.134 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:02 h [INFO] Finished at: 2021-06-10T00:23:25Z [INFO] ------------------------------------------------------------------------ [simrel.epp-tycho-build] $ /bin/sh -xe /tmp/jenkins9298963508508740199.sh + cd org.eclipse.epp.packages/archive/ + /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/check-incubating.sh Checking all EPPs for incubating components The below report shows what bundles look like they may be incubating in each project 20210609-2320_eclipse-committers-2021-06-RC1-linux.gtk.x86_64.tar.gz org.eclipse.lsp4e_0.13.5.202103011336 org.eclipse.lsp4e.debug_0.12.3.202102121348 org.eclipse.lsp4j_0.10.0.v20201105-1103 org.eclipse.lsp4j.debug_0.10.0.v20201105-1103 org.eclipse.lsp4j.jsonrpc_0.10.0.v20201105-1103 org.eclipse.lsp4j.jsonrpc.debug_0.10.0.v20201105-1103 org.eclipse.tm4e.core_0.4.1.202006041920 org.eclipse.tm4e.languageconfiguration_0.3.5.202007200903 org.eclipse.tm4e.registry_0.4.0.201911130739 org.eclipse.tm4e.ui_0.4.1.202008270629 org.eclipse.wildwebdeveloper_0.5.14.202102181620 org.eclipse.wildwebdeveloper.embedder.node_0.2.2.202102092209 org.eclipse.wildwebdeveloper.embedder.node.linux.x86_64_0.1.2.202102091935 org.eclipse.wildwebdeveloper.xml_0.11.0.202102250843 20210609-2320_eclipse-cpp-2021-06-RC1-linux.gtk.x86_64.tar.gz org.eclipse.swtchart_0.14.0.202106070431 org.eclipse.swtchart.extensions_0.14.0.202106070431 org.eclipse.tm4e.core_0.4.1.202006041920 org.eclipse.tm4e.registry_0.4.0.201911130739 org.eclipse.tm4e.ui_0.4.1.202008270629 20210609-2320_eclipse-dsl-2021-06-RC1-linux.gtk.x86_64.tar.gz org.eclipse.lsp4e_0.13.5.202103011336 org.eclipse.lsp4j_0.10.0.v20201105-1103 org.eclipse.lsp4j_0.12.0.v20210402-1305 org.eclipse.lsp4j.debug_0.12.0.v20210402-1305 org.eclipse.lsp4j.debug.source_0.12.0.v20210402-1305 org.eclipse.lsp4j.generator_0.12.0.v20210402-1305 org.eclipse.lsp4j.generator.source_0.12.0.v20210402-1305 org.eclipse.lsp4j.jsonrpc_0.10.0.v20201105-1103 org.eclipse.lsp4j.jsonrpc_0.12.0.v20210402-1305 org.eclipse.lsp4j.jsonrpc.debug_0.12.0.v20210402-1305 org.eclipse.lsp4j.jsonrpc.debug.source_0.12.0.v20210402-1305 org.eclipse.lsp4j.jsonrpc.source_0.12.0.v20210402-1305 org.eclipse.lsp4j.source_0.12.0.v20210402-1305 org.eclipse.lsp4j.websocket_0.12.0.v20210402-1305 org.eclipse.lsp4j.websocket.jakarta_0.12.0.v20210402-1305 org.eclipse.lsp4j.websocket.jakarta.source_0.12.0.v20210402-1305 org.eclipse.lsp4j.websocket.source_0.12.0.v20210402-1305 org.eclipse.tm4e.core_0.4.1.202006041920 org.eclipse.tm4e.registry_0.4.0.201911130739 org.eclipse.tm4e.ui_0.4.1.202008270629 org.eclipse.wildwebdeveloper.xml_0.11.0.202102250843 20210609-2320_eclipse-embedcpp-2021-06-RC1-linux.gtk.x86_64.tar.gz org.eclipse.swtchart_0.14.0.202106070431 org.eclipse.swtchart.extensions_0.14.0.202106070431 org.eclipse.tm4e.core_0.4.1.202006041920 org.eclipse.tm4e.registry_0.4.0.201911130739 org.eclipse.tm4e.ui_0.4.1.202008270629 20210609-2320_eclipse-java-2021-06-RC1-linux.gtk.x86_64.tar.gz org.eclipse.lsp4e_0.13.5.202103011336 org.eclipse.lsp4j_0.10.0.v20201105-1103 org.eclipse.lsp4j.jsonrpc_0.10.0.v20201105-1103 org.eclipse.tm4e.core_0.4.1.202006041920 org.eclipse.tm4e.registry_0.4.0.201911130739 org.eclipse.tm4e.ui_0.4.1.202008270629 org.eclipse.wildwebdeveloper.xml_0.11.0.202102250843 20210609-2320_eclipse-jee-2021-06-RC1-linux.gtk.x86_64.tar.gz org.eclipse.lsp4e_0.13.5.202103011336 org.eclipse.lsp4e.debug_0.12.3.202102121348 org.eclipse.lsp4j_0.10.0.v20201105-1103 org.eclipse.lsp4j.debug_0.10.0.v20201105-1103 org.eclipse.lsp4j.jsonrpc_0.10.0.v20201105-1103 org.eclipse.lsp4j.jsonrpc.debug_0.10.0.v20201105-1103 org.eclipse.tm4e.core_0.4.1.202006041920 org.eclipse.tm4e.languageconfiguration_0.3.5.202007200903 org.eclipse.tm4e.registry_0.4.0.201911130739 org.eclipse.tm4e.ui_0.4.1.202008270629 org.eclipse.wildwebdeveloper_0.5.14.202102181620 org.eclipse.wildwebdeveloper.embedder.node_0.2.2.202102092209 org.eclipse.wildwebdeveloper.embedder.node.linux.x86_64_0.1.2.202102091935 org.eclipse.wildwebdeveloper.xml_0.11.0.202102250843 20210609-2320_eclipse-modeling-2021-06-RC1-linux.gtk.x86_64.tar.gz No incubating plug-ins identified 20210609-2320_eclipse-parallel-2021-06-RC1-linux.gtk.x86_64.tar.gz org.eclipse.swtchart_0.14.0.202106070431 org.eclipse.swtchart.extensions_0.14.0.202106070431 20210609-2320_eclipse-php-2021-06-RC1-linux.gtk.x86_64.tar.gz org.eclipse.lsp4e_0.13.5.202103011336 org.eclipse.lsp4e.debug_0.12.3.202102121348 org.eclipse.lsp4j_0.10.0.v20201105-1103 org.eclipse.lsp4j.debug_0.10.0.v20201105-1103 org.eclipse.lsp4j.jsonrpc_0.10.0.v20201105-1103 org.eclipse.lsp4j.jsonrpc.debug_0.10.0.v20201105-1103 org.eclipse.tm4e.core_0.4.1.202006041920 org.eclipse.tm4e.languageconfiguration_0.3.5.202007200903 org.eclipse.tm4e.registry_0.4.0.201911130739 org.eclipse.tm4e.ui_0.4.1.202008270629 org.eclipse.wildwebdeveloper_0.5.14.202102181620 org.eclipse.wildwebdeveloper.embedder.node_0.2.2.202102092209 org.eclipse.wildwebdeveloper.embedder.node.linux.x86_64_0.1.2.202102091935 org.eclipse.wildwebdeveloper.xml_0.11.0.202102250843 20210609-2320_eclipse-rcp-2021-06-RC1-linux.gtk.x86_64.tar.gz org.eclipse.lsp4e_0.13.5.202103011336 org.eclipse.lsp4j_0.10.0.v20201105-1103 org.eclipse.lsp4j.jsonrpc_0.10.0.v20201105-1103 org.eclipse.tm4e.core_0.4.1.202006041920 org.eclipse.tm4e.registry_0.4.0.201911130739 org.eclipse.tm4e.ui_0.4.1.202008270629 org.eclipse.wildwebdeveloper.xml_0.11.0.202102250843 20210609-2320_eclipse-scout-2021-06-RC1-linux.gtk.x86_64.tar.gz org.eclipse.lsp4e_0.13.5.202103011336 org.eclipse.lsp4j_0.10.0.v20201105-1103 org.eclipse.lsp4j.jsonrpc_0.10.0.v20201105-1103 org.eclipse.tm4e.core_0.4.1.202006041920 org.eclipse.tm4e.registry_0.4.0.201911130739 org.eclipse.tm4e.ui_0.4.1.202008270629 org.eclipse.wildwebdeveloper.xml_0.11.0.202102250843 [simrel.epp-tycho-build] $ /bin/sh -xe /tmp/jenkins13473859171309492177.sh + set -x + export 'PS4=+$$+ ' + PS4='+$$+ ' +2512+ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/upload-to-staging.sh +2514+ EXITCODE=0 +2514+ SSHUSER=genie.packaging@projects-storage.eclipse.org +2514+ SSH='ssh genie.packaging@projects-storage.eclipse.org' +2514+ SCP=scp +2514+ RELEASE_NAME=2021-06 +2514+ RELEASE_MILESTONE=RC1 +2514+ WORKSPACE=/home/jenkins/agent/workspace/simrel.epp-tycho-build +2514+ GIT_REPOSITORY=org.eclipse.epp.packages ++2514+ cat packages.txt +2514+ BUILT_PACKAGES='committers cpp dsl embedcpp java jee modeling parallel php rcp scout' +2514+ PACKAGES='committers cpp dsl embedcpp java jee modeling parallel php rcp scout' +2514+ PLATFORMS='linux.gtk.aarch64.tar.gz linux.gtk.x86_64.tar.gz macosx.cocoa.x86_64.dmg macosx.cocoa.x86_64.tar.gz win32.win32.x86_64.zip' +2514+ STAGING=/home/data/httpd/download.eclipse.org/technology/epp/staging +2514+ cd /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive +2514+ for PACKAGE in $PACKAGES +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-committers-2021-06-RC1-linux.gtk.aarch64.tar.gz +2514+ NAME=20210609-2320_eclipse-committers-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ echo 20210609-2320_eclipse-committers-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-committers-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ mv 20210609-2320_eclipse-committers-2021-06-RC1-linux.gtk.aarch64.tar.gz eclipse-committers-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-committers-2021-06-RC1-linux.gtk.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-committers-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-committers-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-committers-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-committers-2021-06-RC1-linux.gtk.x86_64.tar.gz eclipse-committers-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-committers-2021-06-RC1-macosx.cocoa.x86_64.dmg +2514+ NAME=20210609-2320_eclipse-committers-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ echo 20210609-2320_eclipse-committers-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ mv 20210609-2320_eclipse-committers-2021-06-RC1-macosx.cocoa.x86_64.dmg eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-committers-2021-06-RC1-macosx.cocoa.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-committers-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-committers-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-committers-2021-06-RC1-macosx.cocoa.x86_64.tar.gz eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-committers-2021-06-RC1-win32.win32.x86_64.zip +2514+ NAME=20210609-2320_eclipse-committers-2021-06-RC1-win32.win32.x86_64.zip ++2514+ echo 20210609-2320_eclipse-committers-2021-06-RC1-win32.win32.x86_64.zip ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-committers-2021-06-RC1-win32-x86_64.zip +2514+ mv 20210609-2320_eclipse-committers-2021-06-RC1-win32.win32.x86_64.zip eclipse-committers-2021-06-RC1-win32-x86_64.zip +2514+ for PACKAGE in $PACKAGES +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-cpp-2021-06-RC1-linux.gtk.aarch64.tar.gz +2514+ NAME=20210609-2320_eclipse-cpp-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ echo 20210609-2320_eclipse-cpp-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-cpp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ mv 20210609-2320_eclipse-cpp-2021-06-RC1-linux.gtk.aarch64.tar.gz eclipse-cpp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-cpp-2021-06-RC1-linux.gtk.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-cpp-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-cpp-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-cpp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-cpp-2021-06-RC1-linux.gtk.x86_64.tar.gz eclipse-cpp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-cpp-2021-06-RC1-macosx.cocoa.x86_64.dmg +2514+ NAME=20210609-2320_eclipse-cpp-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ echo 20210609-2320_eclipse-cpp-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ mv 20210609-2320_eclipse-cpp-2021-06-RC1-macosx.cocoa.x86_64.dmg eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-cpp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-cpp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-cpp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-cpp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-cpp-2021-06-RC1-win32.win32.x86_64.zip +2514+ NAME=20210609-2320_eclipse-cpp-2021-06-RC1-win32.win32.x86_64.zip ++2514+ echo 20210609-2320_eclipse-cpp-2021-06-RC1-win32.win32.x86_64.zip ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-cpp-2021-06-RC1-win32-x86_64.zip +2514+ mv 20210609-2320_eclipse-cpp-2021-06-RC1-win32.win32.x86_64.zip eclipse-cpp-2021-06-RC1-win32-x86_64.zip +2514+ for PACKAGE in $PACKAGES +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-dsl-2021-06-RC1-linux.gtk.aarch64.tar.gz +2514+ NAME=20210609-2320_eclipse-dsl-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ echo 20210609-2320_eclipse-dsl-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-dsl-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ mv 20210609-2320_eclipse-dsl-2021-06-RC1-linux.gtk.aarch64.tar.gz eclipse-dsl-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-dsl-2021-06-RC1-linux.gtk.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-dsl-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-dsl-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-dsl-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-dsl-2021-06-RC1-linux.gtk.x86_64.tar.gz eclipse-dsl-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-dsl-2021-06-RC1-macosx.cocoa.x86_64.dmg +2514+ NAME=20210609-2320_eclipse-dsl-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ echo 20210609-2320_eclipse-dsl-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ mv 20210609-2320_eclipse-dsl-2021-06-RC1-macosx.cocoa.x86_64.dmg eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-dsl-2021-06-RC1-macosx.cocoa.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-dsl-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-dsl-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-dsl-2021-06-RC1-macosx.cocoa.x86_64.tar.gz eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-dsl-2021-06-RC1-win32.win32.x86_64.zip +2514+ NAME=20210609-2320_eclipse-dsl-2021-06-RC1-win32.win32.x86_64.zip ++2514+ echo 20210609-2320_eclipse-dsl-2021-06-RC1-win32.win32.x86_64.zip ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-dsl-2021-06-RC1-win32-x86_64.zip +2514+ mv 20210609-2320_eclipse-dsl-2021-06-RC1-win32.win32.x86_64.zip eclipse-dsl-2021-06-RC1-win32-x86_64.zip +2514+ for PACKAGE in $PACKAGES +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-embedcpp-2021-06-RC1-linux.gtk.aarch64.tar.gz +2514+ NAME=20210609-2320_eclipse-embedcpp-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ echo 20210609-2320_eclipse-embedcpp-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-embedcpp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ mv 20210609-2320_eclipse-embedcpp-2021-06-RC1-linux.gtk.aarch64.tar.gz eclipse-embedcpp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-embedcpp-2021-06-RC1-linux.gtk.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-embedcpp-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-embedcpp-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-embedcpp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-embedcpp-2021-06-RC1-linux.gtk.x86_64.tar.gz eclipse-embedcpp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-embedcpp-2021-06-RC1-macosx.cocoa.x86_64.dmg +2514+ NAME=20210609-2320_eclipse-embedcpp-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ echo 20210609-2320_eclipse-embedcpp-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ mv 20210609-2320_eclipse-embedcpp-2021-06-RC1-macosx.cocoa.x86_64.dmg eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-embedcpp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-embedcpp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-embedcpp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-embedcpp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-embedcpp-2021-06-RC1-win32.win32.x86_64.zip +2514+ NAME=20210609-2320_eclipse-embedcpp-2021-06-RC1-win32.win32.x86_64.zip ++2514+ echo 20210609-2320_eclipse-embedcpp-2021-06-RC1-win32.win32.x86_64.zip ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-embedcpp-2021-06-RC1-win32-x86_64.zip +2514+ mv 20210609-2320_eclipse-embedcpp-2021-06-RC1-win32.win32.x86_64.zip eclipse-embedcpp-2021-06-RC1-win32-x86_64.zip +2514+ for PACKAGE in $PACKAGES +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-java-2021-06-RC1-linux.gtk.aarch64.tar.gz +2514+ NAME=20210609-2320_eclipse-java-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ echo 20210609-2320_eclipse-java-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-java-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ mv 20210609-2320_eclipse-java-2021-06-RC1-linux.gtk.aarch64.tar.gz eclipse-java-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-java-2021-06-RC1-linux.gtk.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-java-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-java-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-java-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-java-2021-06-RC1-linux.gtk.x86_64.tar.gz eclipse-java-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-java-2021-06-RC1-macosx.cocoa.x86_64.dmg +2514+ NAME=20210609-2320_eclipse-java-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ echo 20210609-2320_eclipse-java-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ mv 20210609-2320_eclipse-java-2021-06-RC1-macosx.cocoa.x86_64.dmg eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-java-2021-06-RC1-macosx.cocoa.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-java-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-java-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-java-2021-06-RC1-macosx.cocoa.x86_64.tar.gz eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-java-2021-06-RC1-win32.win32.x86_64.zip +2514+ NAME=20210609-2320_eclipse-java-2021-06-RC1-win32.win32.x86_64.zip ++2514+ echo 20210609-2320_eclipse-java-2021-06-RC1-win32.win32.x86_64.zip ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-java-2021-06-RC1-win32-x86_64.zip +2514+ mv 20210609-2320_eclipse-java-2021-06-RC1-win32.win32.x86_64.zip eclipse-java-2021-06-RC1-win32-x86_64.zip +2514+ for PACKAGE in $PACKAGES +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-jee-2021-06-RC1-linux.gtk.aarch64.tar.gz +2514+ NAME=20210609-2320_eclipse-jee-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ echo 20210609-2320_eclipse-jee-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-jee-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ mv 20210609-2320_eclipse-jee-2021-06-RC1-linux.gtk.aarch64.tar.gz eclipse-jee-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-jee-2021-06-RC1-linux.gtk.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-jee-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-jee-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-jee-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-jee-2021-06-RC1-linux.gtk.x86_64.tar.gz eclipse-jee-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-jee-2021-06-RC1-macosx.cocoa.x86_64.dmg +2514+ NAME=20210609-2320_eclipse-jee-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ echo 20210609-2320_eclipse-jee-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ mv 20210609-2320_eclipse-jee-2021-06-RC1-macosx.cocoa.x86_64.dmg eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-jee-2021-06-RC1-macosx.cocoa.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-jee-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-jee-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-jee-2021-06-RC1-macosx.cocoa.x86_64.tar.gz eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-jee-2021-06-RC1-win32.win32.x86_64.zip +2514+ NAME=20210609-2320_eclipse-jee-2021-06-RC1-win32.win32.x86_64.zip ++2514+ echo 20210609-2320_eclipse-jee-2021-06-RC1-win32.win32.x86_64.zip ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-jee-2021-06-RC1-win32-x86_64.zip +2514+ mv 20210609-2320_eclipse-jee-2021-06-RC1-win32.win32.x86_64.zip eclipse-jee-2021-06-RC1-win32-x86_64.zip +2514+ for PACKAGE in $PACKAGES +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-modeling-2021-06-RC1-linux.gtk.aarch64.tar.gz +2514+ NAME=20210609-2320_eclipse-modeling-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ echo 20210609-2320_eclipse-modeling-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-modeling-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ mv 20210609-2320_eclipse-modeling-2021-06-RC1-linux.gtk.aarch64.tar.gz eclipse-modeling-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-modeling-2021-06-RC1-linux.gtk.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-modeling-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-modeling-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-modeling-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-modeling-2021-06-RC1-linux.gtk.x86_64.tar.gz eclipse-modeling-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-modeling-2021-06-RC1-macosx.cocoa.x86_64.dmg +2514+ NAME=20210609-2320_eclipse-modeling-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ echo 20210609-2320_eclipse-modeling-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ mv 20210609-2320_eclipse-modeling-2021-06-RC1-macosx.cocoa.x86_64.dmg eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-modeling-2021-06-RC1-macosx.cocoa.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-modeling-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-modeling-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-modeling-2021-06-RC1-macosx.cocoa.x86_64.tar.gz eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-modeling-2021-06-RC1-win32.win32.x86_64.zip +2514+ NAME=20210609-2320_eclipse-modeling-2021-06-RC1-win32.win32.x86_64.zip ++2514+ echo 20210609-2320_eclipse-modeling-2021-06-RC1-win32.win32.x86_64.zip ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-modeling-2021-06-RC1-win32-x86_64.zip +2514+ mv 20210609-2320_eclipse-modeling-2021-06-RC1-win32.win32.x86_64.zip eclipse-modeling-2021-06-RC1-win32-x86_64.zip +2514+ for PACKAGE in $PACKAGES +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-parallel-2021-06-RC1-linux.gtk.aarch64.tar.gz +2514+ NAME=20210609-2320_eclipse-parallel-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ echo 20210609-2320_eclipse-parallel-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-parallel-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ mv 20210609-2320_eclipse-parallel-2021-06-RC1-linux.gtk.aarch64.tar.gz eclipse-parallel-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-parallel-2021-06-RC1-linux.gtk.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-parallel-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-parallel-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-parallel-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-parallel-2021-06-RC1-linux.gtk.x86_64.tar.gz eclipse-parallel-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-parallel-2021-06-RC1-macosx.cocoa.x86_64.dmg +2514+ NAME=20210609-2320_eclipse-parallel-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ echo 20210609-2320_eclipse-parallel-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ mv 20210609-2320_eclipse-parallel-2021-06-RC1-macosx.cocoa.x86_64.dmg eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-parallel-2021-06-RC1-macosx.cocoa.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-parallel-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-parallel-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-parallel-2021-06-RC1-macosx.cocoa.x86_64.tar.gz eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-parallel-2021-06-RC1-win32.win32.x86_64.zip +2514+ NAME=20210609-2320_eclipse-parallel-2021-06-RC1-win32.win32.x86_64.zip ++2514+ echo 20210609-2320_eclipse-parallel-2021-06-RC1-win32.win32.x86_64.zip ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-parallel-2021-06-RC1-win32-x86_64.zip +2514+ mv 20210609-2320_eclipse-parallel-2021-06-RC1-win32.win32.x86_64.zip eclipse-parallel-2021-06-RC1-win32-x86_64.zip +2514+ for PACKAGE in $PACKAGES +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-php-2021-06-RC1-linux.gtk.aarch64.tar.gz +2514+ NAME=20210609-2320_eclipse-php-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ echo 20210609-2320_eclipse-php-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-php-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ mv 20210609-2320_eclipse-php-2021-06-RC1-linux.gtk.aarch64.tar.gz eclipse-php-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-php-2021-06-RC1-linux.gtk.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-php-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-php-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-php-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-php-2021-06-RC1-linux.gtk.x86_64.tar.gz eclipse-php-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-php-2021-06-RC1-macosx.cocoa.x86_64.dmg +2514+ NAME=20210609-2320_eclipse-php-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ echo 20210609-2320_eclipse-php-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ mv 20210609-2320_eclipse-php-2021-06-RC1-macosx.cocoa.x86_64.dmg eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-php-2021-06-RC1-macosx.cocoa.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-php-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-php-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-php-2021-06-RC1-macosx.cocoa.x86_64.tar.gz eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-php-2021-06-RC1-win32.win32.x86_64.zip +2514+ NAME=20210609-2320_eclipse-php-2021-06-RC1-win32.win32.x86_64.zip ++2514+ echo 20210609-2320_eclipse-php-2021-06-RC1-win32.win32.x86_64.zip ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-php-2021-06-RC1-win32-x86_64.zip +2514+ mv 20210609-2320_eclipse-php-2021-06-RC1-win32.win32.x86_64.zip eclipse-php-2021-06-RC1-win32-x86_64.zip +2514+ for PACKAGE in $PACKAGES +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-rcp-2021-06-RC1-linux.gtk.aarch64.tar.gz +2514+ NAME=20210609-2320_eclipse-rcp-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ echo 20210609-2320_eclipse-rcp-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-rcp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ mv 20210609-2320_eclipse-rcp-2021-06-RC1-linux.gtk.aarch64.tar.gz eclipse-rcp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-rcp-2021-06-RC1-linux.gtk.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-rcp-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-rcp-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-rcp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-rcp-2021-06-RC1-linux.gtk.x86_64.tar.gz eclipse-rcp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-rcp-2021-06-RC1-macosx.cocoa.x86_64.dmg +2514+ NAME=20210609-2320_eclipse-rcp-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ echo 20210609-2320_eclipse-rcp-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ mv 20210609-2320_eclipse-rcp-2021-06-RC1-macosx.cocoa.x86_64.dmg eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-rcp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-rcp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-rcp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-rcp-2021-06-RC1-macosx.cocoa.x86_64.tar.gz eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-rcp-2021-06-RC1-win32.win32.x86_64.zip +2514+ NAME=20210609-2320_eclipse-rcp-2021-06-RC1-win32.win32.x86_64.zip ++2514+ echo 20210609-2320_eclipse-rcp-2021-06-RC1-win32.win32.x86_64.zip ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-rcp-2021-06-RC1-win32-x86_64.zip +2514+ mv 20210609-2320_eclipse-rcp-2021-06-RC1-win32.win32.x86_64.zip eclipse-rcp-2021-06-RC1-win32-x86_64.zip +2514+ for PACKAGE in $PACKAGES +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-scout-2021-06-RC1-linux.gtk.aarch64.tar.gz +2514+ NAME=20210609-2320_eclipse-scout-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ echo 20210609-2320_eclipse-scout-2021-06-RC1-linux.gtk.aarch64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-scout-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ mv 20210609-2320_eclipse-scout-2021-06-RC1-linux.gtk.aarch64.tar.gz eclipse-scout-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-scout-2021-06-RC1-linux.gtk.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-scout-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-scout-2021-06-RC1-linux.gtk.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-scout-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-scout-2021-06-RC1-linux.gtk.x86_64.tar.gz eclipse-scout-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-scout-2021-06-RC1-macosx.cocoa.x86_64.dmg +2514+ NAME=20210609-2320_eclipse-scout-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ echo 20210609-2320_eclipse-scout-2021-06-RC1-macosx.cocoa.x86_64.dmg ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ mv 20210609-2320_eclipse-scout-2021-06-RC1-macosx.cocoa.x86_64.dmg eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-scout-2021-06-RC1-macosx.cocoa.x86_64.tar.gz +2514+ NAME=20210609-2320_eclipse-scout-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ echo 20210609-2320_eclipse-scout-2021-06-RC1-macosx.cocoa.x86_64.tar.gz ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ mv 20210609-2320_eclipse-scout-2021-06-RC1-macosx.cocoa.x86_64.tar.gz eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for PLATFORM in $PLATFORMS ++2514+ echo 20210609-2320_eclipse-scout-2021-06-RC1-win32.win32.x86_64.zip +2514+ NAME=20210609-2320_eclipse-scout-2021-06-RC1-win32.win32.x86_64.zip ++2514+ echo 20210609-2320_eclipse-scout-2021-06-RC1-win32.win32.x86_64.zip ++2514+ cut -d _ -f 2- ++2514+ sed 's/linux\.gtk\.aarch64/linux-gtk-aarch64/' ++2514+ sed 's/linux\.gtk\.x86\_64/linux-gtk-x86\_64/' ++2514+ sed 's/win32\.win32\.x86\_64\./win32\-x86\_64\./' ++2514+ sed 's/macosx\.cocoa\.x86\_64/macosx\-cocoa-x86\_64/' ++2514+ sed s/macosx-cocoa-x86_64.dmg/macosx-cocoa-x86_64.dmg-tonotarize/ +2514+ NEWNAME=eclipse-scout-2021-06-RC1-win32-x86_64.zip +2514+ mv 20210609-2320_eclipse-scout-2021-06-RC1-win32.win32.x86_64.zip eclipse-scout-2021-06-RC1-win32-x86_64.zip +2514+ for PACKAGE in $PACKAGES +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/epp.website.xml committers.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.feature/feature.xml committers.feature.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.committers.product/epp.product committers.product.xml +2514+ for PACKAGE in $PACKAGES +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/epp.website.xml cpp.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.feature/feature.xml cpp.feature.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.cpp.product/epp.product cpp.product.xml +2514+ for PACKAGE in $PACKAGES +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/epp.website.xml dsl.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.feature/feature.xml dsl.feature.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.dsl.product/epp.product dsl.product.xml +2514+ for PACKAGE in $PACKAGES +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/epp.website.xml embedcpp.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.feature/feature.xml embedcpp.feature.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.embedcpp.product/epp.product embedcpp.product.xml +2514+ for PACKAGE in $PACKAGES +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/epp.website.xml java.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.feature/feature.xml java.feature.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.java.product/epp.product java.product.xml +2514+ for PACKAGE in $PACKAGES +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/epp.website.xml jee.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.feature/feature.xml jee.feature.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.jee.product/epp.product jee.product.xml +2514+ for PACKAGE in $PACKAGES +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/epp.website.xml modeling.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.feature/feature.xml modeling.feature.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.modeling.product/epp.product modeling.product.xml +2514+ for PACKAGE in $PACKAGES +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.feature/epp.website.xml parallel.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.feature/feature.xml parallel.feature.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.parallel.product/epp.product parallel.product.xml +2514+ for PACKAGE in $PACKAGES +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/epp.website.xml php.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.feature/feature.xml php.feature.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.php.product/epp.product php.product.xml +2514+ for PACKAGE in $PACKAGES +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/epp.website.xml rcp.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.feature/feature.xml rcp.feature.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.rcp.product/epp.product rcp.product.xml +2514+ for PACKAGE in $PACKAGES +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/epp.website.xml scout.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.feature/feature.xml scout.feature.xml +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/packages/org.eclipse.epp.package.scout.product/epp.product scout.product.xml ++2514+ date +2514+ echo 'TIMESTAMP: Thu 10 Jun 2021 12:24:08 AM UTC' +2514+ echo 'CI URL: https://ci.eclipse.org/packaging/job/simrel.epp-tycho-build/1791/' +2514+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/_mirrors.php _mirrors.php +2514+ cd /home/jenkins/agent/workspace/simrel.epp-tycho-build ++2514+ find /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive -name '*.dmg-tonotarize' +2514+ for i in $(find ${WORKSPACE}/${GIT_REPOSITORY}/archive -name '*.dmg-tonotarize') +2514+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg ++2514+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ LOG=eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +2514+ echo 'Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg' +2514+ tee /home/jenkins/agent/workspace/simrel.epp-tycho-build/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sleep 18s +2514+ tee --append eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +3105+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3105+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3105+ DMG=eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3105+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3105+ echo eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3105+ sed s/-macosx.cocoa.x86_64.dmg//g ++3105+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +3105+ PRIMARY_BUNDLE_ID=eclipse-cpp-2021-06-RC1 +3105+ retryCount=5 +3105+ '[' 5 -gt 0 ']' ++3105+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +2514+ for i in $(find ${WORKSPACE}/${GIT_REPOSITORY}/archive -name '*.dmg-tonotarize') +2514+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg ++2514+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ LOG=eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +2514+ echo 'Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg' +2514+ tee /home/jenkins/agent/workspace/simrel.epp-tycho-build/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sleep 18s +2514+ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ tee --append eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +3119+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3119+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg +3119+ DMG=eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg +3119+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3119+ echo eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3119+ sed s/-macosx.cocoa.x86_64.dmg//g ++3119+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +3119+ PRIMARY_BUNDLE_ID=eclipse-dsl-2021-06-RC1 +3119+ retryCount=5 +3119+ '[' 5 -gt 0 ']' ++3119+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3105+ head -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3105+ tail -n1 +3105+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3105+ jq -r .uuid +3105+ UUID=5081ed89-a7c6-44ce-8e3e-b5d23ab2866c ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3105+ jq -r .notarizationStatus.status +3105+ STATUS=IN_PROGRESS +3105+ [[ 200 == \5\0\3 ]] +3105+ [[ 200 == \5\0\2 ]] +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m +2514+ for i in $(find ${WORKSPACE}/${GIT_REPOSITORY}/archive -name '*.dmg-tonotarize') +2514+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg ++2514+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ LOG=eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +2514+ echo 'Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg' +2514+ tee /home/jenkins/agent/workspace/simrel.epp-tycho-build/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sleep 18s +2514+ tee --append eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +3144+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3144+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3144+ DMG=eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3144+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3144+ echo eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3144+ sed s/-macosx.cocoa.x86_64.dmg//g ++3144+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +3144+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2021-06-RC1 +3144+ retryCount=5 +3144+ '[' 5 -gt 0 ']' ++3144+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3119+ jq -r .uuid +3119+ UUID=49ae00ac-d170-4c4a-9ac3-d6750e5e71aa ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ 200 == \5\0\3 ]] +3119+ [[ 200 == \5\0\2 ]] +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m +2514+ for i in $(find ${WORKSPACE}/${GIT_REPOSITORY}/archive -name '*.dmg-tonotarize') +2514+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg ++2514+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ LOG=eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +2514+ echo 'Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg' +2514+ tee /home/jenkins/agent/workspace/simrel.epp-tycho-build/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sleep 18s +2514+ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ tee --append eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +3170+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3170+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg +3170+ DMG=eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg +3170+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3170+ echo eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3170+ sed s/-macosx.cocoa.x86_64.dmg//g ++3170+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +3170+ PRIMARY_BUNDLE_ID=eclipse-java-2021-06-RC1 +3170+ retryCount=5 +3170+ '[' 5 -gt 0 ']' ++3170+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-java-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3144+ head -n1 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3144+ tail -n1 +3144+ STATUS_CODE=200 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3144+ jq -r .uuid +3144+ UUID=5fe355e9-af17-4c51-9be3-277ddeea7385 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3144+ jq -r .notarizationStatus.status +3144+ STATUS=IN_PROGRESS +3144+ [[ 200 == \5\0\3 ]] +3144+ [[ 200 == \5\0\2 ]] +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m +2514+ for i in $(find ${WORKSPACE}/${GIT_REPOSITORY}/archive -name '*.dmg-tonotarize') +2514+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg ++2514+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ LOG=eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +2514+ echo 'Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg' +2514+ tee /home/jenkins/agent/workspace/simrel.epp-tycho-build/eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sleep 18s +2514+ tee --append eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +3195+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3195+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg +3195+ DMG=eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg +3195+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3195+ echo eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3195+ sed s/-macosx.cocoa.x86_64.dmg//g ++3195+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +3195+ PRIMARY_BUNDLE_ID=eclipse-jee-2021-06-RC1 +3195+ retryCount=5 +3195+ '[' 5 -gt 0 ']' ++3195+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3105+ head -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3105+ tail -n1 +3105+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3105+ jq -r .notarizationStatus.status +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3170+ head -n1 +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3170+ tail -n1 +3170+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3170+ jq -r .uuid +3170+ UUID=37218f7e-daa7-4d85-8ee1-93176ef1788b ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3170+ jq -r .notarizationStatus.status +3170+ STATUS=IN_PROGRESS +3170+ [[ 200 == \5\0\3 ]] +3170+ [[ 200 == \5\0\2 ]] +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m +2514+ for i in $(find ${WORKSPACE}/${GIT_REPOSITORY}/archive -name '*.dmg-tonotarize') +2514+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg ++2514+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ LOG=eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +2514+ echo 'Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg' +2514+ tee /home/jenkins/agent/workspace/simrel.epp-tycho-build/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sleep 18s +2514+ tee --append eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +3230+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3230+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg +3230+ DMG=eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg +3230+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3230+ echo eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3230+ sed s/-macosx.cocoa.x86_64.dmg//g ++3230+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +3230+ PRIMARY_BUNDLE_ID=eclipse-modeling-2021-06-RC1 +3230+ retryCount=5 +3230+ '[' 5 -gt 0 ']' ++3230+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m +2514+ for i in $(find ${WORKSPACE}/${GIT_REPOSITORY}/archive -name '*.dmg-tonotarize') +2514+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg ++2514+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ LOG=eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +2514+ echo 'Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg' +2514+ tee /home/jenkins/agent/workspace/simrel.epp-tycho-build/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sleep 18s +2514+ tee --append eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +3254+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3254+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg +3254+ DMG=eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg +3254+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3254+ echo eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3254+ sed s/-macosx.cocoa.x86_64.dmg//g ++3254+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +3254+ PRIMARY_BUNDLE_ID=eclipse-parallel-2021-06-RC1 +3254+ retryCount=5 +3254+ '[' 5 -gt 0 ']' ++3254+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-parallel-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ jq -r .uuid +3195+ UUID=25a958b0-57d2-472c-b7b8-41a96c49b704 ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ 200 == \5\0\3 ]] +3195+ [[ 200 == \5\0\2 ]] +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m +2514+ for i in $(find ${WORKSPACE}/${GIT_REPOSITORY}/archive -name '*.dmg-tonotarize') +2514+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg ++2514+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ LOG=eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +2514+ echo 'Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg' +2514+ tee /home/jenkins/agent/workspace/simrel.epp-tycho-build/eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sleep 18s +2514+ tee --append eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +3279+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3279+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg +3279+ DMG=eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg +3279+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3279+ echo eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3279+ sed s/-macosx.cocoa.x86_64.dmg//g ++3279+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +3279+ PRIMARY_BUNDLE_ID=eclipse-php-2021-06-RC1 +3279+ retryCount=5 +3279+ '[' 5 -gt 0 ']' ++3279+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-php-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3144+ head -n1 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3144+ tail -n1 +3144+ STATUS_CODE=200 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3144+ jq -r .notarizationStatus.status +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ jq -r .uuid +3230+ UUID=3d1bb597-71af-486f-a222-c357eed9f797 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ 200 == \5\0\3 ]] +3230+ [[ 200 == \5\0\2 ]] +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3105+ head -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3105+ tail -n1 +3105+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3105+ jq -r .notarizationStatus.status +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3254+ jq -r .uuid +3254+ UUID=2b629455-c659-42e2-958e-6c24ea678fdc ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ 200 == \5\0\3 ]] +3254+ [[ 200 == \5\0\2 ]] +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3170+ head -n1 +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3170+ tail -n1 +3170+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3170+ jq -r .notarizationStatus.status +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m +2514+ for i in $(find ${WORKSPACE}/${GIT_REPOSITORY}/archive -name '*.dmg-tonotarize') +2514+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg ++2514+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ LOG=eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +2514+ echo 'Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg' +2514+ tee /home/jenkins/agent/workspace/simrel.epp-tycho-build/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sleep 18s +2514+ tee --append eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +3347+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3347+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3347+ DMG=eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3347+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3347+ echo eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3347+ sed s/-macosx.cocoa.x86_64.dmg//g ++3347+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +3347+ PRIMARY_BUNDLE_ID=eclipse-rcp-2021-06-RC1 +3347+ retryCount=5 +3347+ '[' 5 -gt 0 ']' ++3347+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +3279+ RESPONSE_RAW='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ jq -r .uuid +3279+ UUID=e6be96c3-302e-4348-a22c-ab5efae57beb ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ 200 == \5\0\3 ]] +3279+ [[ 200 == \5\0\2 ]] +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m +2514+ for i in $(find ${WORKSPACE}/${GIT_REPOSITORY}/archive -name '*.dmg-tonotarize') +2514+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg ++2514+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ LOG=eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +2514+ echo 'Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg' +2514+ tee /home/jenkins/agent/workspace/simrel.epp-tycho-build/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sleep 18s +2514+ tee --append eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +3372+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3372+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg +3372+ DMG=eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg +3372+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3372+ sed s/-macosx.cocoa.x86_64.dmg//g ++3372+ echo eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3372+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +3372+ PRIMARY_BUNDLE_ID=eclipse-scout-2021-06-RC1 +3372+ retryCount=5 +3372+ '[' 5 -gt 0 ']' ++3372+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status +2514+ for i in $(find ${WORKSPACE}/${GIT_REPOSITORY}/archive -name '*.dmg-tonotarize') +2514+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg ++2514+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ LOG=eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +2514+ echo 'Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg' +2514+ tee /home/jenkins/agent/workspace/simrel.epp-tycho-build/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log Starting /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sleep 18s +2514+ tee --append eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.log +3390+ DMG_FILE=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3390+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg +3390+ DMG=eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg +3390+ cp /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3390+ echo eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg ++3390+ sed s/-macosx.cocoa.x86_64.dmg//g ++3390+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +3390+ PRIMARY_BUNDLE_ID=eclipse-committers-2021-06-RC1 +3390+ retryCount=5 +3390+ '[' 5 -gt 0 ']' ++3390+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +3119+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3119+ head -n1 +3119+ RESPONSE=' ' ++3119+ tail -n1 +3119+ STATUS_CODE=503 ++3119+ echo ' ' ++3119+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3119+ STATUS= +3119+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ [[ 503 == \5\0\3 ]] +3119+ sleep 1m +3372+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3372+ head -n1 +3372+ RESPONSE=' ' ++3372+ tail -n1 +3372+ STATUS_CODE=503 ++3372+ echo ' ' ++3372+ jq -r .uuid parse error: Invalid numeric literal at line 1, column 7 +3372+ UUID= ++3372+ echo ' ' ++3372+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3372+ STATUS= +3372+ [[ 503 == \5\0\3 ]] +3372+ echo Initial upload failed, Retrying Initial upload failed, Retrying +3372+ [[ '' != \C\O\M\P\L\E\T\E ]] +3372+ echo 'Notarization failed: ' Notarization failed: ++3372+ expr 5 - 1 +3372+ retryCount=4 +3372+ '[' 4 -eq 0 ']' +3372+ echo Retrying... Retrying... +3372+ '[' 4 -gt 0 ']' ++3372+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status +3195+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3195+ head -n1 +3195+ RESPONSE=' ' ++3195+ tail -n1 +3195+ STATUS_CODE=503 ++3195+ echo ' ' ++3195+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3195+ STATUS= +3195+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ [[ 503 == \5\0\3 ]] +3195+ sleep 1m +2514+ jobs -p 3105 3119 3144 3170 3195 3230 3254 3279 3347 3372 3390 +2514+ wait ++2514+ jobs -p +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3144+ head -n1 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3144+ tail -n1 +3144+ STATUS_CODE=200 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3144+ jq -r .notarizationStatus.status +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3254+ head -n1 ++3105+ head -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3105+ tail -n1 ++3254+ tail -n1 +3105+ STATUS_CODE=200 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3254+ jq -r .notarizationStatus.status ++3105+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3105+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m +3105+ sleep 1m +3372+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3372+ head -n1 +3372+ RESPONSE=' ' ++3372+ tail -n1 +3372+ STATUS_CODE=503 ++3372+ echo ' ' ++3372+ jq -r .uuid +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' parse error: Invalid numeric literal at line 1, column 7 ++3170+ head -n1 +3372+ UUID= ++3372+ echo ' ' ++3372+ jq -r .notarizationStatus.status +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3170+ tail -n1 +3170+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3170+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3372+ STATUS= +3372+ [[ 503 == \5\0\3 ]] +3372+ echo Initial upload failed, Retrying Initial upload failed, Retrying +3372+ [[ '' != \C\O\M\P\L\E\T\E ]] +3372+ echo 'Notarization failed: ' Notarization failed: ++3372+ expr 4 - 1 +3372+ retryCount=3 +3372+ '[' 3 -eq 0 ']' +3372+ echo Retrying... Retrying... +3372+ '[' 3 -gt 0 ']' ++3372+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m +3279+ RESPONSE_RAW='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3195+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3195+ head -n1 +3195+ RESPONSE=' ' ++3195+ tail -n1 +3195+ STATUS_CODE=503 ++3195+ echo ' ' ++3195+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3195+ STATUS= +3195+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ [[ 503 == \5\0\3 ]] +3195+ sleep 1m +3230+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3230+ head -n1 +3230+ RESPONSE=' ' ++3230+ tail -n1 +3144+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3144+ head -n1 +3230+ STATUS_CODE=503 ++3230+ echo ' ' ++3230+ jq -r .notarizationStatus.status +3144+ RESPONSE=' ' ++3144+ tail -n1 +3144+ STATUS_CODE=503 ++3144+ echo ' ' ++3144+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3230+ STATUS= +3230+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ [[ 503 == \5\0\3 ]] +3230+ sleep 1m parse error: Invalid numeric literal at line 1, column 7 +3144+ STATUS= +3144+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ [[ 503 == \5\0\3 ]] +3144+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3105+ head -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3105+ tail -n1 +3105+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3105+ jq -r .notarizationStatus.status +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status +3279+ RESPONSE_RAW='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m +3372+ RESPONSE_RAW=' 502 Bad Gateway

502 Bad Gateway


nginx
502' ++3372+ head -n1 +3372+ RESPONSE=' ' ++3372+ tail -n1 +3372+ STATUS_CODE=502 ++3372+ echo ' ' ++3372+ jq -r .uuid parse error: Invalid numeric literal at line 1, column 7 +3372+ UUID= ++3372+ echo ' ' ++3372+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3372+ STATUS= +3372+ [[ 502 == \5\0\3 ]] +3372+ [[ 502 == \5\0\2 ]] +3372+ echo Initial upload failed, Retrying Initial upload failed, Retrying +3372+ [[ '' != \C\O\M\P\L\E\T\E ]] +3372+ echo 'Notarization failed: ' Notarization failed: ++3372+ expr 3 - 1 +3372+ retryCount=2 +3372+ '[' 2 -eq 0 ']' +3372+ echo Retrying... Retrying... +3372+ '[' 2 -gt 0 ']' ++3372+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3254+ jq -r .notarizationStatus.status +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3170+ head -n1 +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3170+ tail -n1 +3170+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3170+ jq -r .notarizationStatus.status +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status +3105+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3105+ head -n1 +3105+ RESPONSE=' ' ++3105+ tail -n1 +3105+ STATUS_CODE=503 ++3105+ echo ' ' ++3105+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3105+ STATUS= +3105+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ [[ 503 == \5\0\3 ]] +3105+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status +3279+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3279+ head -n1 +3279+ RESPONSE=' ' ++3279+ tail -n1 +3279+ STATUS_CODE=503 ++3279+ echo ' ' ++3279+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3279+ STATUS= +3279+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ [[ 503 == \5\0\3 ]] +3279+ sleep 1m +3390+ RESPONSE_RAW=' 502 Bad Gateway

502 Bad Gateway


nginx
502' ++3390+ head -n1 +3390+ RESPONSE=' ' ++3390+ tail -n1 +3390+ STATUS_CODE=502 ++3390+ echo ' ' ++3390+ jq -r .uuid parse error: Invalid numeric literal at line 1, column 7 +3390+ UUID= ++3390+ echo ' ' ++3390+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3390+ STATUS= +3390+ [[ 502 == \5\0\3 ]] +3390+ [[ 502 == \5\0\2 ]] +3390+ echo Initial upload failed, Retrying Initial upload failed, Retrying +3390+ [[ '' != \C\O\M\P\L\E\T\E ]] +3390+ echo 'Notarization failed: ' Notarization failed: ++3390+ expr 5 - 1 +3390+ retryCount=4 +3390+ '[' 4 -eq 0 ']' +3390+ echo Retrying... Retrying... +3390+ '[' 4 -gt 0 ']' ++3390+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 ++3230+ head -n1 ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3254+ tail -n1 ++3195+ tail -n1 ++3230+ tail -n1 +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3144+ head -n1 +3254+ STATUS_CODE=200 +3195+ STATUS_CODE=200 +3230+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3254+ jq -r .notarizationStatus.status ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3144+ tail -n1 ++3195+ jq -r .notarizationStatus.status ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3144+ STATUS_CODE=200 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3144+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3170+ head -n1 +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3170+ tail -n1 +3170+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3170+ jq -r .notarizationStatus.status +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status +3105+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3105+ head -n1 +3105+ RESPONSE=' ' ++3105+ tail -n1 +3105+ STATUS_CODE=503 ++3105+ echo ' ' ++3105+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3105+ STATUS= +3105+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ [[ 503 == \5\0\3 ]] +3105+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status +3279+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3279+ head -n1 +3279+ RESPONSE=' ' ++3279+ tail -n1 +3279+ STATUS_CODE=503 ++3279+ echo ' ' ++3279+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3279+ STATUS= +3279+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ [[ 503 == \5\0\3 ]] +3279+ sleep 1m ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status +3372+ RESPONSE_RAW=' 502 Bad Gateway

502 Bad Gateway


nginx
502' ++3372+ head -n1 +3372+ RESPONSE=' ' ++3372+ tail -n1 +3372+ STATUS_CODE=502 ++3372+ echo ' ' ++3372+ jq -r .uuid parse error: Invalid numeric literal at line 1, column 7 +3372+ UUID= ++3372+ echo ' ' ++3372+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3372+ STATUS= +3372+ [[ 502 == \5\0\3 ]] +3372+ [[ 502 == \5\0\2 ]] +3372+ echo Initial upload failed, Retrying Initial upload failed, Retrying +3372+ [[ '' != \C\O\M\P\L\E\T\E ]] +3372+ echo 'Notarization failed: ' Notarization failed: ++3372+ expr 2 - 1 +3372+ retryCount=1 +3372+ '[' 1 -eq 0 ']' +3372+ echo Retrying... Retrying... +3372+ '[' 1 -gt 0 ']' ++3372+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3144+ head -n1 ++3195+ head -n1 +3230+ STATUS_CODE=200 +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status ++3195+ tail -n1 ++3144+ tail -n1 +3195+ STATUS_CODE=200 +3144+ STATUS_CODE=200 ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status ++3144+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3254+ head -n1 +3144+ STATUS=IN_PROGRESS +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3170+ head -n1 +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3170+ tail -n1 +3170+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3170+ jq -r .notarizationStatus.status +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m +3347+ RESPONSE_RAW=' 504 Gateway Time-out

504 Gateway Time-out


nginx
504' ++3347+ head -n1 +3347+ RESPONSE=' ' ++3347+ tail -n1 +3347+ STATUS_CODE=504 ++3347+ echo ' ' ++3347+ jq -r .uuid parse error: Invalid numeric literal at line 1, column 7 +3347+ UUID= ++3347+ echo ' ' ++3347+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3347+ STATUS= +3347+ [[ 504 == \5\0\3 ]] +3347+ [[ 504 == \5\0\2 ]] +3347+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ [[ 504 == \5\0\3 ]] +3347+ [[ 504 == \5\0\2 ]] +3347+ [[ '' != \C\O\M\P\L\E\T\E ]] +3347+ echo 'Notarization failed: ' Notarization failed: ++3347+ expr 5 - 1 +3347+ retryCount=4 +3347+ '[' 4 -eq 0 ']' +3347+ echo Retrying... Retrying... +3347+ '[' 4 -gt 0 ']' ++3347+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ jq -r .uuid +3390+ UUID=5ea534e6-3463-4566-8004-ec892bd8af2a ++3390+ jq -r .notarizationStatus.status ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3390+ STATUS=IN_PROGRESS +3390+ [[ 200 == \5\0\3 ]] +3390+ [[ 200 == \5\0\2 ]] +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3105+ head -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3105+ tail -n1 +3105+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3105+ jq -r .notarizationStatus.status +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ jq -r .uuid +3372+ UUID=6f970c4e-801f-481e-8ed3-38c2122b081a ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ 200 == \5\0\3 ]] +3372+ [[ 200 == \5\0\2 ]] +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3347+ jq -r .uuid +3347+ UUID=102585ba-0ef4-418e-a05b-eb1e47aa9324 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ 200 == \5\0\3 ]] +3347+ [[ 200 == \5\0\2 ]] +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status +3279+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3279+ head -n1 +3279+ RESPONSE=' ' ++3279+ tail -n1 +3279+ STATUS_CODE=503 ++3279+ echo ' ' ++3279+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3279+ STATUS= +3279+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ [[ 503 == \5\0\3 ]] +3279+ sleep 1m +3119+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3119+ head -n1 +3119+ RESPONSE=' ' ++3119+ tail -n1 +3119+ STATUS_CODE=503 ++3119+ echo ' ' ++3119+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3119+ STATUS= +3119+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ [[ 503 == \5\0\3 ]] +3119+ sleep 1m +3195+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' +3144+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3195+ head -n1 ++3144+ head -n1 +3195+ RESPONSE=' ' +3144+ RESPONSE=' ' ++3195+ tail -n1 ++3144+ tail -n1 +3195+ STATUS_CODE=503 +3144+ STATUS_CODE=503 ++3195+ echo ' ' ++3195+ jq -r .notarizationStatus.status ++3144+ echo ' ' ++3144+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 parse error: Invalid numeric literal at line 1, column 7 +3195+ STATUS= +3195+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ [[ 503 == \5\0\3 ]] +3195+ sleep 1m +3144+ STATUS= +3144+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ [[ 503 == \5\0\3 ]] +3144+ sleep 1m +3254+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3254+ head -n1 +3230+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' +3170+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3230+ head -n1 ++3170+ head -n1 +3254+ RESPONSE=' ' ++3254+ tail -n1 +3230+ RESPONSE=' ' +3170+ RESPONSE=' ' ++3230+ tail -n1 ++3170+ tail -n1 +3254+ STATUS_CODE=503 ++3254+ echo ' ' ++3254+ jq -r .notarizationStatus.status +3230+ STATUS_CODE=503 +3170+ STATUS_CODE=503 ++3230+ echo ' ' ++3170+ echo ' ' ++3230+ jq -r .notarizationStatus.status ++3170+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3254+ STATUS= +3254+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ [[ 503 == \5\0\3 ]] +3254+ sleep 1m parse error: Invalid numeric literal at line 1, column 7 parse error: Invalid numeric literal at line 1, column 7 +3230+ STATUS= +3230+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ [[ 503 == \5\0\3 ]] +3230+ sleep 1m +3170+ STATUS= +3170+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ [[ 503 == \5\0\3 ]] +3170+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3105+ head -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3105+ tail -n1 +3105+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3105+ jq -r .notarizationStatus.status +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m +3347+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3347+ head -n1 +3347+ RESPONSE=' ' ++3347+ tail -n1 +3347+ STATUS_CODE=503 ++3347+ echo ' ' ++3347+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3347+ STATUS= +3347+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ [[ 503 == \5\0\3 ]] +3347+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3279+ RESPONSE_RAW='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3254+ head -n1 ++3195+ head -n1 ++3230+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3254+ tail -n1 ++3230+ tail -n1 ++3195+ tail -n1 +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3144+ head -n1 +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3170+ head -n1 +3230+ STATUS_CODE=200 +3254+ STATUS_CODE=200 +3195+ STATUS_CODE=200 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3144+ tail -n1 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3170+ tail -n1 ++3230+ jq -r .notarizationStatus.status ++3254+ jq -r .notarizationStatus.status ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3144+ STATUS_CODE=200 +3170+ STATUS_CODE=200 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3144+ jq -r .notarizationStatus.status ++3170+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3105+ head -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3105+ tail -n1 +3105+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3105+ jq -r .notarizationStatus.status +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3347+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3347+ head -n1 +3347+ RESPONSE=' ' ++3347+ tail -n1 +3347+ STATUS_CODE=503 ++3347+ echo ' ' ++3347+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3347+ STATUS= +3347+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ [[ 503 == \5\0\3 ]] +3347+ sleep 1m +3279+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3279+ head -n1 +3279+ RESPONSE=' ' ++3279+ tail -n1 +3279+ STATUS_CODE=503 ++3279+ echo ' ' ++3279+ jq -r .notarizationStatus.status +3119+ RESPONSE_RAW='

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

503' ++3119+ head -n1 parse error: Invalid numeric literal at line 1, column 7 +3119+ RESPONSE=' ' +3279+ STATUS= +3279+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ [[ 503 == \5\0\3 ]] +3279+ sleep 1m ++3119+ tail -n1 +3119+ STATUS_CODE=503 ++3119+ echo ' ' ++3119+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +3119+ STATUS= +3119+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ [[ 503 == \5\0\3 ]] +3119+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 ++3144+ head -n1 ++3105+ head -n1 ++3230+ head -n1 +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 ++3144+ tail -n1 ++3105+ tail -n1 ++3230+ tail -n1 +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3254+ head -n1 ++3170+ head -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3144+ STATUS_CODE=200 +3105+ STATUS_CODE=200 +3230+ STATUS_CODE=200 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3170+ tail -n1 ++3254+ tail -n1 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3144+ jq -r .notarizationStatus.status ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status ++3105+ jq -r .notarizationStatus.status +3254+ STATUS_CODE=200 +3170+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3254+ jq -r .notarizationStatus.status ++3170+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ STATUS=IN_PROGRESS +3170+ sleep 1m +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3279+ RESPONSE_RAW='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3254+ head -n1 +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3254+ tail -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3254+ STATUS_CODE=200 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3254+ jq -r .notarizationStatus.status +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3105+ head -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3105+ tail -n1 +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m +3105+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3105+ jq -r .notarizationStatus.status +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3170+ head -n1 +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3144+ head -n1 +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3170+ tail -n1 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3144+ tail -n1 +3170+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3170+ jq -r .notarizationStatus.status +3144+ STATUS_CODE=200 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3144+ jq -r .notarizationStatus.status +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3347+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3347+ tail -n1 +3372+ STATUS_CODE=200 +3347+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3347+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3279+ RESPONSE_RAW='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 ++3195+ head -n1 +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3105+ head -n1 +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3170+ head -n1 +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3144+ head -n1 ++3195+ tail -n1 +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ tail -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3254+ head -n1 ++3105+ tail -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 ++3170+ tail -n1 +3390+ STATUS_CODE=200 +3195+ STATUS_CODE=200 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3144+ tail -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3105+ STATUS_CODE=200 ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status ++3195+ jq -r .notarizationStatus.status ++3254+ tail -n1 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3105+ jq -r .notarizationStatus.status +3170+ STATUS_CODE=200 +3230+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3170+ jq -r .notarizationStatus.status +3144+ STATUS_CODE=200 +3254+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3144+ jq -r .notarizationStatus.status ++3254+ jq -r .notarizationStatus.status ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m +3279+ RESPONSE_RAW='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3170+ head -n1 ++3195+ head -n1 ++3390+ head -n1 +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3170+ tail -n1 ++3390+ tail -n1 ++3195+ tail -n1 +3170+ STATUS_CODE=200 +3390+ STATUS_CODE=200 +3195+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status ++3170+ jq -r .notarizationStatus.status ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m +3170+ sleep 1m +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3105+ head -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3105+ tail -n1 +3105+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3105+ jq -r .notarizationStatus.status +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3254+ head -n1 ++3144+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3254+ tail -n1 ++3144+ tail -n1 +3254+ STATUS_CODE=200 +3144+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3254+ jq -r .notarizationStatus.status ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3144+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status +3279+ RESPONSE_RAW='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3170+ head -n1 +3390+ STATUS_CODE=200 ++3195+ head -n1 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3170+ tail -n1 ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status ++3195+ tail -n1 +3170+ STATUS_CODE=200 +3195+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3170+ jq -r .notarizationStatus.status ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] ++3195+ jq -r .notarizationStatus.status +3390+ sleep 1m +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3105+ head -n1 +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3105+ tail -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3105+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3105+ jq -r .notarizationStatus.status +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3254+ tail -n1 ++3144+ head -n1 +3254+ STATUS_CODE=200 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3144+ tail -n1 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3254+ jq -r .notarizationStatus.status +3144+ STATUS_CODE=200 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3144+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3279+ RESPONSE_RAW='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3119+ head -n1 ++3279+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3279+ RESPONSE='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 ++3119+ tail -n1 +3279+ STATUS_CODE=200 +3119+ STATUS_CODE=200 ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 ++3170+ head -n1 +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 ++3170+ tail -n1 +3195+ STATUS_CODE=200 +3170+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3170+ jq -r .notarizationStatus.status ++3195+ jq -r .notarizationStatus.status +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3105+ head -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3105+ tail -n1 +3105+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3105+ jq -r .notarizationStatus.status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3144+ head -n1 +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3254+ head -n1 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3144+ tail -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3254+ tail -n1 +3144+ STATUS_CODE=200 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3144+ jq -r .notarizationStatus.status +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3254+ jq -r .notarizationStatus.status +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m +3279+ RESPONSE_RAW='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}} 200' ++3105+ head -n1 +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}}' ++3105+ tail -n1 +3105+ STATUS_CODE=200 +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}}' ++3105+ jq -r .notarizationStatus.status ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3230+ STATUS_CODE=200 ++3195+ head -n1 +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}} 200' ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3170+ head -n1 +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ tail -n1 +3170+ STATUS_CODE=200 +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ jq -r .notarizationStatus.status +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}} 200' ++3144+ head -n1 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}}' ++3144+ tail -n1 +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3254+ head -n1 +3144+ STATUS_CODE=200 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}}' ++3144+ jq -r .notarizationStatus.status +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3254+ jq -r .notarizationStatus.status +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status +3279+ RESPONSE_RAW='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}} 200' +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m ++3105+ head -n1 +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}}' ++3105+ tail -n1 +3105+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}}' ++3105+ jq -r .notarizationStatus.status +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}} 200' ++3170+ head -n1 +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ tail -n1 +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m +3170+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ jq -r .notarizationStatus.status +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}} 200' ++3144+ head -n1 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}}' ++3144+ tail -n1 +3144+ STATUS_CODE=200 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}}' ++3144+ jq -r .notarizationStatus.status +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status +3279+ RESPONSE_RAW='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}} 200' ++3105+ head -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}}' ++3105+ tail -n1 +3105+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}}' ++3105+ jq -r .notarizationStatus.status +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}} 200' ++3170+ head -n1 +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ tail -n1 +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m ++3195+ tail -n1 +3170+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ jq -r .notarizationStatus.status +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}} 200' ++3144+ head -n1 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}}' ++3144+ tail -n1 +3144+ STATUS_CODE=200 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}}' ++3144+ jq -r .notarizationStatus.status +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status +3279+ RESPONSE_RAW='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}} 200' ++3390+ head -n1 ++3105+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}}' ++3105+ tail -n1 ++3390+ tail -n1 +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}} 200' ++3170+ head -n1 +3105+ STATUS_CODE=200 +3390+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}}' ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3105+ jq -r .notarizationStatus.status ++3390+ jq -r .notarizationStatus.status +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3195+ tail -n1 ++3170+ tail -n1 +3195+ STATUS_CODE=200 +3170+ STATUS_CODE=200 ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ STATUS=IN_PROGRESS +3390+ sleep 1m +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}} 200' ++3144+ head -n1 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}}' ++3144+ tail -n1 +3144+ STATUS_CODE=200 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}}' ++3144+ jq -r .notarizationStatus.status +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status +3279+ RESPONSE_RAW='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}} 200' +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}} 200' ++3105+ head -n1 ++3170+ head -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}}' +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3105+ tail -n1 ++3170+ tail -n1 +3105+ STATUS_CODE=200 +3170+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}}' ++3105+ jq -r .notarizationStatus.status ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}} 200' ++3144+ head -n1 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}}' ++3144+ tail -n1 +3144+ STATUS_CODE=200 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}}' ++3144+ jq -r .notarizationStatus.status +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status +3279+ RESPONSE_RAW='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}} 200' ++3105+ head -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}}' ++3105+ tail -n1 +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}} 200' ++3170+ head -n1 +3105+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}}' ++3105+ jq -r .notarizationStatus.status +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ tail -n1 +3170+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ jq -r .notarizationStatus.status +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}} 200' ++3144+ head -n1 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}}' ++3144+ tail -n1 +3144+ STATUS_CODE=200 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}}' ++3144+ jq -r .notarizationStatus.status +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e6be96c3-302e-4348-a22c-ab5efae57beb/status +3279+ RESPONSE_RAW='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"ERROR","message":"Issue' happened while uploading file to Apple notarization 'service","moreInfo":"Failed' to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this 'package"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=ERROR +3279+ [[ ERROR == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ [[ 200 == \5\0\3 ]] +3279+ [[ 200 == \5\0\2 ]] +3279+ [[ ERROR != \C\O\M\P\L\E\T\E ]] +3279+ echo 'Notarization failed: {"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' Notarization failed: {"uuid":"e6be96c3-302e-4348-a22c-ab5efae57beb","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} ++3279+ expr 5 - 1 +3279+ retryCount=4 +3279+ '[' 4 -eq 0 ']' +3279+ echo Retrying... Retrying... +3279+ '[' 4 -gt 0 ']' ++3279+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-php-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}} 200' +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3105+ head -n1 ++3390+ tail -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}}' +3390+ STATUS_CODE=200 ++3105+ tail -n1 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3105+ STATUS_CODE=200 ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg'\''."}}' ++3105+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m +3105+ STATUS=IN_PROGRESS +3105+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ sleep 1m +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}} 200' ++3170+ head -n1 +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ tail -n1 +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3170+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ jq -r .notarizationStatus.status +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m +3279+ RESPONSE_RAW='{"uuid":"60954e7b-0a08-4965-878c-f8d5792edced","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"60954e7b-0a08-4965-878c-f8d5792edced","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"60954e7b-0a08-4965-878c-f8d5792edced","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ jq -r .uuid +3279+ UUID=60954e7b-0a08-4965-878c-f8d5792edced ++3279+ echo '{"uuid":"60954e7b-0a08-4965-878c-f8d5792edced","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ 200 == \5\0\3 ]] +3279+ [[ 200 == \5\0\2 ]] +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}} 200' ++3144+ head -n1 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}}' ++3144+ tail -n1 +3144+ STATUS_CODE=200 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}}' ++3144+ jq -r .notarizationStatus.status +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status ++3105+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m +3105+ RESPONSE_RAW='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"de4cbc9a-cdbc-4594-a64b-5a4d908ce351\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg\",\n \"uploadDate\": \"2021-06-10T00:41:56Z\",\n \"sha256\": \"52879c7e11407bf3b60244b00daf6d7cc35b9a24ebe2d6b0edaccc58f4881005\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da27765f7d21ac11d1a903cb2368301a3594777e\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0eb8138583ab341381a54344674caabe3c1e503a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0c8483a9e4b3b1f4f0c4e88cf85cd085235fb133\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1fb03397426fd8ab96ed51851253f3389ebbea3\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d27f806856db5f10cb6338c6791d49c9f26facd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"636de20c64c4eff4ac39afce9d29ced1ae384dfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202106080120.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b291eb90851520f9087e82672ea7eff3edb0d1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28a29f053373082ff7054209021d251c4a0cb72c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cf9afe7c632ad6d9e1b09a3a368c4f0ae0ba155\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5395ce282ba708cc9f69faee9c2d4f31888b9216\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b790696cf8a7bf1a685258f79d9a5d94313610bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b313b1c8dab2596ba19df8d539721502bdae459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79be9863d9f857a69250ff2c88afdb32baad3661\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2590f4f5904404a26353f24573106051a5270260\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b0c218129f81d32a7d92f9094f10dbcefb47536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c7e3df9ca14a614861559c1c168e7d4b8e1deb77\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a481dde3ee98df453dee8dcd28b2799ed2aa70e2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0a152dfdd7bc2bb86414389871fba915f6b224\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bafa45a0626f4a2763ad8229fec340b41fb5e981\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9a3afa6e8dc9f975af03cbb21954426f46653e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f60a99e1e0ba1c123e3c0441f6c83e1848f13b0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"797522b15fa3d7a62026baca8b36a3fd281a4499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f7341c55ad1660fc72b5974cba526c7fead1fa3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17f118fb88575ae68bb88c5d65604f94e74d0f11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8c6e5e73b2f60f66b6a1e1f2d8c2ac07781a0b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be857eadaf59553eea654fd37ba0e808bbe450e0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"891046149f006a618a8f52ab76037144500f0612\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aed00be4b2a36bd4d08a6157d32803b97b98c346\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"504ce7a85d9db77d6ded5c804ef059788b4ccfb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b595be5c051bcc49559635a586517b178d91fd0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7abe757117ad30e940ec4dd8ab32ed8f6965d3e7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2b88bf413e8e292dd00cd81f5ff351f3dbfbf97\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20b7ebd56e48925a2eeab0b0f96c1c8806ce95d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmid\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cb295424cf50495ae956b91d3dbc441af4f8eef2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9a7b30a9ebf0120a2db75d20a34133ca69b3e079\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80e89b86e113bb6d597f4270eac1ddf906e97ed9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"894193326e2eaf87ddd325df7220a8085085f9a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3c3c08c86d7f18914170184b8b16f28e57387b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24da30ab0bf2974a6b61232fcd47a41b4ef9a05d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfacb63dae31f2b5abdceec3cdcc5caf0ef4567b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"255a7252e82c1dc8b65c7259c1ab84259d4c0c42\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"026a7f69011b3464e14a29012f62022cd44174fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d955f48159fdd8712818d329bd9fcf190a8fb7e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2af99211310f3b17fb340dc521e14526d1eb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libharfbuzz.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24656dede6bb5b8a2d329f376c8ad18557704843\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8f8a78de0972372d74de61eda5b648c1db20bee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459060da55d524de3379c35b9c323cf49e009549\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5ac81125ffc7d02106c79158c48e57d64d6176f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a5a25882a957b12259acff98caf4df8428c376\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b051695212f475c07b084e144a3c52d49f83aafd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f904b97f07aa648bea1b4a1af569becf2f86e3ee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2ad15cc30b09d005c7ec931029dbad69a346180\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecf6297c98305e357d6af4f322d76c16ad72fa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c834f4423c79d72bbf2ec385faf9f9c71b2714a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cad1ce683cebeca083d8f65b032ef48e30c7766\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b19724fd6d516e61226677d52fbd064fd81df55b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d98aa226ea48f09d3a616ce891ba3d7a5d3525\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c44e30c48e62a606e1cb2f8f99ef2b8619edf804\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39a694745cac4e493c878884227a6bab336522a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea779bc6a894117bf5b2100b77fd391f00ef33a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"020c5c14c51c6f21054d3d6b045d965ac3612a92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b891caeda076428eccc09ae218e1ade487e9911\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a189ad37ec28f250f1838babfe3effcfd10384dc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9910bb45448ff13a4b546858dff1e86193ef3ceb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d7ea58570e697192f833eb786280a70743f759b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4977f0802974af8fcd8dd313600ddfb6b0d23ff2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a3b71a0794d50e2d3370f8ec86aa24abffe312e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"73393d011155642b77b6d56bd964f3d754c956bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36949aa1ba16e03f6bc88d07abee79ce99e1b712\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c90b893a031699004a8eb63c3b8eef7d2902cea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5dff57306db987dd35472ee65b0f16b29cc615b1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e96d44c98e3bf8ffe9dcbf6a8ca44a68d89fc1db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbaa483d7350547c4691e8f96a0d09ae2af867c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"582373b4ee397bf29f169f145a8f4f2382d46317\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f47c805fa9b16f54967000a6b2fbd2f30b65d16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc38a331260d345c5324195022974bf9cd8a1b5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0eb8138583ab341381a54344674caabe3c1e503a\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++3105+ head -n1 +3105+ RESPONSE='{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"de4cbc9a-cdbc-4594-a64b-5a4d908ce351\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg\",\n \"uploadDate\": \"2021-06-10T00:41:56Z\",\n \"sha256\": \"52879c7e11407bf3b60244b00daf6d7cc35b9a24ebe2d6b0edaccc58f4881005\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da27765f7d21ac11d1a903cb2368301a3594777e\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0eb8138583ab341381a54344674caabe3c1e503a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0c8483a9e4b3b1f4f0c4e88cf85cd085235fb133\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1fb03397426fd8ab96ed51851253f3389ebbea3\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d27f806856db5f10cb6338c6791d49c9f26facd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"636de20c64c4eff4ac39afce9d29ced1ae384dfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202106080120.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b291eb90851520f9087e82672ea7eff3edb0d1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28a29f053373082ff7054209021d251c4a0cb72c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cf9afe7c632ad6d9e1b09a3a368c4f0ae0ba155\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5395ce282ba708cc9f69faee9c2d4f31888b9216\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b790696cf8a7bf1a685258f79d9a5d94313610bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b313b1c8dab2596ba19df8d539721502bdae459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79be9863d9f857a69250ff2c88afdb32baad3661\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2590f4f5904404a26353f24573106051a5270260\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b0c218129f81d32a7d92f9094f10dbcefb47536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c7e3df9ca14a614861559c1c168e7d4b8e1deb77\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a481dde3ee98df453dee8dcd28b2799ed2aa70e2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0a152dfdd7bc2bb86414389871fba915f6b224\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bafa45a0626f4a2763ad8229fec340b41fb5e981\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9a3afa6e8dc9f975af03cbb21954426f46653e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f60a99e1e0ba1c123e3c0441f6c83e1848f13b0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"797522b15fa3d7a62026baca8b36a3fd281a4499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f7341c55ad1660fc72b5974cba526c7fead1fa3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17f118fb88575ae68bb88c5d65604f94e74d0f11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8c6e5e73b2f60f66b6a1e1f2d8c2ac07781a0b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be857eadaf59553eea654fd37ba0e808bbe450e0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"891046149f006a618a8f52ab76037144500f0612\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aed00be4b2a36bd4d08a6157d32803b97b98c346\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"504ce7a85d9db77d6ded5c804ef059788b4ccfb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b595be5c051bcc49559635a586517b178d91fd0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7abe757117ad30e940ec4dd8ab32ed8f6965d3e7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2b88bf413e8e292dd00cd81f5ff351f3dbfbf97\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20b7ebd56e48925a2eeab0b0f96c1c8806ce95d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmid\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cb295424cf50495ae956b91d3dbc441af4f8eef2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9a7b30a9ebf0120a2db75d20a34133ca69b3e079\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80e89b86e113bb6d597f4270eac1ddf906e97ed9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"894193326e2eaf87ddd325df7220a8085085f9a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3c3c08c86d7f18914170184b8b16f28e57387b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24da30ab0bf2974a6b61232fcd47a41b4ef9a05d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfacb63dae31f2b5abdceec3cdcc5caf0ef4567b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"255a7252e82c1dc8b65c7259c1ab84259d4c0c42\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"026a7f69011b3464e14a29012f62022cd44174fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d955f48159fdd8712818d329bd9fcf190a8fb7e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2af99211310f3b17fb340dc521e14526d1eb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libharfbuzz.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24656dede6bb5b8a2d329f376c8ad18557704843\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8f8a78de0972372d74de61eda5b648c1db20bee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459060da55d524de3379c35b9c323cf49e009549\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5ac81125ffc7d02106c79158c48e57d64d6176f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a5a25882a957b12259acff98caf4df8428c376\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b051695212f475c07b084e144a3c52d49f83aafd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f904b97f07aa648bea1b4a1af569becf2f86e3ee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2ad15cc30b09d005c7ec931029dbad69a346180\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecf6297c98305e357d6af4f322d76c16ad72fa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c834f4423c79d72bbf2ec385faf9f9c71b2714a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cad1ce683cebeca083d8f65b032ef48e30c7766\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b19724fd6d516e61226677d52fbd064fd81df55b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d98aa226ea48f09d3a616ce891ba3d7a5d3525\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c44e30c48e62a606e1cb2f8f99ef2b8619edf804\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39a694745cac4e493c878884227a6bab336522a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea779bc6a894117bf5b2100b77fd391f00ef33a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"020c5c14c51c6f21054d3d6b045d965ac3612a92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b891caeda076428eccc09ae218e1ade487e9911\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a189ad37ec28f250f1838babfe3effcfd10384dc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9910bb45448ff13a4b546858dff1e86193ef3ceb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d7ea58570e697192f833eb786280a70743f759b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4977f0802974af8fcd8dd313600ddfb6b0d23ff2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a3b71a0794d50e2d3370f8ec86aa24abffe312e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"73393d011155642b77b6d56bd964f3d754c956bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36949aa1ba16e03f6bc88d07abee79ce99e1b712\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c90b893a031699004a8eb63c3b8eef7d2902cea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5dff57306db987dd35472ee65b0f16b29cc615b1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e96d44c98e3bf8ffe9dcbf6a8ca44a68d89fc1db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbaa483d7350547c4691e8f96a0d09ae2af867c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"582373b4ee397bf29f169f145a8f4f2382d46317\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f47c805fa9b16f54967000a6b2fbd2f30b65d16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc38a331260d345c5324195022974bf9cd8a1b5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0eb8138583ab341381a54344674caabe3c1e503a\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++3105+ tail -n1 +3105+ STATUS_CODE=200 ++3105+ jq -r .notarizationStatus.status +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}} 200' ++3170+ head -n1 +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ tail -n1 +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3170+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' +3195+ STATUS_CODE=200 ++3170+ jq -r .notarizationStatus.status ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3105+ echo '{"uuid":"5081ed89-a7c6-44ce-8e3e-b5d23ab2866c","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"de4cbc9a-cdbc-4594-a64b-5a4d908ce351\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg\",\n' '\"uploadDate\":' '\"2021-06-10T00:41:56Z\",\n' '\"sha256\":' '\"52879c7e11407bf3b60244b00daf6d7cc35b9a24ebe2d6b0edaccc58f4881005\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da27765f7d21ac11d1a903cb2368301a3594777e\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0eb8138583ab341381a54344674caabe3c1e503a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0c8483a9e4b3b1f4f0c4e88cf85cd085235fb133\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1fb03397426fd8ab96ed51851253f3389ebbea3\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6d27f806856db5f10cb6338c6791d49c9f26facd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"636de20c64c4eff4ac39afce9d29ced1ae384dfa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202106080120.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b291eb90851520f9087e82672ea7eff3edb0d1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28a29f053373082ff7054209021d251c4a0cb72c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cf9afe7c632ad6d9e1b09a3a368c4f0ae0ba155\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5395ce282ba708cc9f69faee9c2d4f31888b9216\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b790696cf8a7bf1a685258f79d9a5d94313610bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b313b1c8dab2596ba19df8d539721502bdae459\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"79be9863d9f857a69250ff2c88afdb32baad3661\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2590f4f5904404a26353f24573106051a5270260\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b0c218129f81d32a7d92f9094f10dbcefb47536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c7e3df9ca14a614861559c1c168e7d4b8e1deb77\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a481dde3ee98df453dee8dcd28b2799ed2aa70e2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0a152dfdd7bc2bb86414389871fba915f6b224\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bafa45a0626f4a2763ad8229fec340b41fb5e981\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9a3afa6e8dc9f975af03cbb21954426f46653e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f60a99e1e0ba1c123e3c0441f6c83e1848f13b0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"797522b15fa3d7a62026baca8b36a3fd281a4499\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f7341c55ad1660fc72b5974cba526c7fead1fa3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17f118fb88575ae68bb88c5d65604f94e74d0f11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8c6e5e73b2f60f66b6a1e1f2d8c2ac07781a0b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be857eadaf59553eea654fd37ba0e808bbe450e0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"891046149f006a618a8f52ab76037144500f0612\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aed00be4b2a36bd4d08a6157d32803b97b98c346\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"504ce7a85d9db77d6ded5c804ef059788b4ccfb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b595be5c051bcc49559635a586517b178d91fd0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7abe757117ad30e940ec4dd8ab32ed8f6965d3e7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2b88bf413e8e292dd00cd81f5ff351f3dbfbf97\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20b7ebd56e48925a2eeab0b0f96c1c8806ce95d8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmid\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cb295424cf50495ae956b91d3dbc441af4f8eef2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9a7b30a9ebf0120a2db75d20a34133ca69b3e079\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80e89b86e113bb6d597f4270eac1ddf906e97ed9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"894193326e2eaf87ddd325df7220a8085085f9a7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3c3c08c86d7f18914170184b8b16f28e57387b6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24da30ab0bf2974a6b61232fcd47a41b4ef9a05d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfacb63dae31f2b5abdceec3cdcc5caf0ef4567b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"255a7252e82c1dc8b65c7259c1ab84259d4c0c42\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"026a7f69011b3464e14a29012f62022cd44174fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d955f48159fdd8712818d329bd9fcf190a8fb7e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2af99211310f3b17fb340dc521e14526d1eb6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libharfbuzz.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24656dede6bb5b8a2d329f376c8ad18557704843\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8f8a78de0972372d74de61eda5b648c1db20bee\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459060da55d524de3379c35b9c323cf49e009549\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5ac81125ffc7d02106c79158c48e57d64d6176f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"83a5a25882a957b12259acff98caf4df8428c376\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b051695212f475c07b084e144a3c52d49f83aafd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f904b97f07aa648bea1b4a1af569becf2f86e3ee\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b2ad15cc30b09d005c7ec931029dbad69a346180\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecf6297c98305e357d6af4f322d76c16ad72fa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c834f4423c79d72bbf2ec385faf9f9c71b2714a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cad1ce683cebeca083d8f65b032ef48e30c7766\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b19724fd6d516e61226677d52fbd064fd81df55b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0d98aa226ea48f09d3a616ce891ba3d7a5d3525\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c44e30c48e62a606e1cb2f8f99ef2b8619edf804\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39a694745cac4e493c878884227a6bab336522a2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea779bc6a894117bf5b2100b77fd391f00ef33a7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"020c5c14c51c6f21054d3d6b045d965ac3612a92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b891caeda076428eccc09ae218e1ade487e9911\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a189ad37ec28f250f1838babfe3effcfd10384dc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9910bb45448ff13a4b546858dff1e86193ef3ceb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d7ea58570e697192f833eb786280a70743f759b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4977f0802974af8fcd8dd313600ddfb6b0d23ff2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a3b71a0794d50e2d3370f8ec86aa24abffe312e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"73393d011155642b77b6d56bd964f3d754c956bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36949aa1ba16e03f6bc88d07abee79ce99e1b712\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4c90b893a031699004a8eb63c3b8eef7d2902cea\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5dff57306db987dd35472ee65b0f16b29cc615b1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e96d44c98e3bf8ffe9dcbf6a8ca44a68d89fc1db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbaa483d7350547c4691e8f96a0d09ae2af867c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"582373b4ee397bf29f169f145a8f4f2382d46317\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f47c805fa9b16f54967000a6b2fbd2f30b65d16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fc38a331260d345c5324195022974bf9cd8a1b5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64-7413423175978898966.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0eb8138583ab341381a54344674caabe3c1e503a\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +3105+ STATUS=COMPLETE +3105+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +3105+ [[ 200 == \5\0\3 ]] +3105+ [[ 200 == \5\0\2 ]] +3105+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +3105+ break +3105+ rm eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3105+ curl -JO https://cbi.eclipse.org/macos/xcrun/5081ed89-a7c6-44ce-8e3e-b5d23ab2866c/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30.7M 0 30.7M 0 0 35.5M 0 --:--:-- --:--:-- --:--:-- 35.5M 100 71.1M 0 71.1M 0 0 38.2M 0 --:--:-- 0:00:01 --:--:-- 38.1M 100 105M 0 105M 0 0 37.0M 0 --:--:-- 0:00:02 --:--:-- 37.0M++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/60954e7b-0a08-4965-878c-f8d5792edced/status +3279+ RESPONSE_RAW='{"uuid":"60954e7b-0a08-4965-878c-f8d5792edced","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"60954e7b-0a08-4965-878c-f8d5792edced","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"60954e7b-0a08-4965-878c-f8d5792edced","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}} 200' ++3144+ head -n1 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}}' ++3144+ tail -n1 +3144+ STATUS_CODE=200 ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg'\''."}}' ++3144+ jq -r .notarizationStatus.status +3144+ STATUS=IN_PROGRESS +3144+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ sleep 1m +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m 100 150M 0 150M 0 0 38.8M 0 --:--:-- 0:00:03 --:--:-- 38.8M 100 189M 0 189M 0 0 38.9M 0 --:--:-- 0:00:04 --:--:-- 38.9M 100 228M 0 228M 0 0 38.8M 0 --:--:-- 0:00:05 --:--:-- 39.4M 100 267M 0 267M 0 0 39.0M 0 --:--:-- 0:00:06 --:--:-- 39.3M 100 308M 0 308M 0 0 39.2M 0 --:--:-- 0:00:07 --:--:-- 40.4M 100 345M 0 345M 0 0 39.4M 0 --:--:-- 0:00:08 --:--:-- 39.8M curl: Saved to filename 'eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg' +3105+ cp -vf eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg 'eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg' ++3105+ dirname /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3105+ d=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive ++3105+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3105+ b=eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3105+ cd /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive +3105+ md5sum eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3105+ sha1sum eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3105+ sha512sum -b eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3105+ rm eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +3105+ rm -f eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +3105+ rm -f eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +3105+ rm -f eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/25a958b0-57d2-472c-b7b8-41a96c49b704/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m +3195+ RESPONSE_RAW='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} 200' +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}} 200' ++3195+ head -n1 ++3170+ head -n1 +3195+ RESPONSE='{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' ++3195+ tail -n1 +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ tail -n1 +3195+ STATUS_CODE=200 +3170+ STATUS_CODE=200 ++3195+ echo '{"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"ERROR","message":"Issue' happened while uploading file to Apple notarization 'service","moreInfo":"Failed' to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this 'package"}}' ++3195+ jq -r .notarizationStatus.status ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ jq -r .notarizationStatus.status +3195+ STATUS=ERROR +3195+ [[ ERROR == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ [[ 200 == \5\0\3 ]] +3195+ [[ 200 == \5\0\2 ]] +3195+ [[ ERROR != \C\O\M\P\L\E\T\E ]] +3195+ echo 'Notarization failed: {"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' Notarization failed: {"uuid":"25a958b0-57d2-472c-b7b8-41a96c49b704","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m ++3195+ expr 5 - 1 +3195+ retryCount=4 +3195+ '[' 4 -eq 0 ']' +3195+ echo Retrying... Retrying... +3195+ '[' 4 -gt 0 ']' ++3195+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/60954e7b-0a08-4965-878c-f8d5792edced/status +3279+ RESPONSE_RAW='{"uuid":"60954e7b-0a08-4965-878c-f8d5792edced","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"60954e7b-0a08-4965-878c-f8d5792edced","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"60954e7b-0a08-4965-878c-f8d5792edced","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3144+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/status ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3144+ RESPONSE_RAW='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"022aca70-72cd-4071-a77c-6e42c71c2bfb\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg\",\n \"uploadDate\": \"2021-06-10T00:41:36Z\",\n \"sha256\": \"da814172d7e6ca4f982f7322c7236b8edacf1d3f4e40fbd8c8e9b5d95ebd89fa\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9d9955f0c58cbda2fb92dd4169185ebfc360a9e\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3237534d980d235b45831e13ffc9d8136fdc128\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0c8483a9e4b3b1f4f0c4e88cf85cd085235fb133\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1fb03397426fd8ab96ed51851253f3389ebbea3\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d27f806856db5f10cb6338c6791d49c9f26facd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"636de20c64c4eff4ac39afce9d29ced1ae384dfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202106080120.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b291eb90851520f9087e82672ea7eff3edb0d1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28a29f053373082ff7054209021d251c4a0cb72c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cf9afe7c632ad6d9e1b09a3a368c4f0ae0ba155\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5395ce282ba708cc9f69faee9c2d4f31888b9216\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b790696cf8a7bf1a685258f79d9a5d94313610bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b313b1c8dab2596ba19df8d539721502bdae459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79be9863d9f857a69250ff2c88afdb32baad3661\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2590f4f5904404a26353f24573106051a5270260\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b0c218129f81d32a7d92f9094f10dbcefb47536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c7e3df9ca14a614861559c1c168e7d4b8e1deb77\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a481dde3ee98df453dee8dcd28b2799ed2aa70e2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0a152dfdd7bc2bb86414389871fba915f6b224\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bafa45a0626f4a2763ad8229fec340b41fb5e981\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9a3afa6e8dc9f975af03cbb21954426f46653e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f60a99e1e0ba1c123e3c0441f6c83e1848f13b0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"797522b15fa3d7a62026baca8b36a3fd281a4499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f7341c55ad1660fc72b5974cba526c7fead1fa3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17f118fb88575ae68bb88c5d65604f94e74d0f11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8c6e5e73b2f60f66b6a1e1f2d8c2ac07781a0b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be857eadaf59553eea654fd37ba0e808bbe450e0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"891046149f006a618a8f52ab76037144500f0612\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aed00be4b2a36bd4d08a6157d32803b97b98c346\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"504ce7a85d9db77d6ded5c804ef059788b4ccfb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b595be5c051bcc49559635a586517b178d91fd0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7abe757117ad30e940ec4dd8ab32ed8f6965d3e7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2b88bf413e8e292dd00cd81f5ff351f3dbfbf97\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20b7ebd56e48925a2eeab0b0f96c1c8806ce95d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmid\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cb295424cf50495ae956b91d3dbc441af4f8eef2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9a7b30a9ebf0120a2db75d20a34133ca69b3e079\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80e89b86e113bb6d597f4270eac1ddf906e97ed9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"894193326e2eaf87ddd325df7220a8085085f9a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3c3c08c86d7f18914170184b8b16f28e57387b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24da30ab0bf2974a6b61232fcd47a41b4ef9a05d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfacb63dae31f2b5abdceec3cdcc5caf0ef4567b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"255a7252e82c1dc8b65c7259c1ab84259d4c0c42\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"026a7f69011b3464e14a29012f62022cd44174fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d955f48159fdd8712818d329bd9fcf190a8fb7e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2af99211310f3b17fb340dc521e14526d1eb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libharfbuzz.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24656dede6bb5b8a2d329f376c8ad18557704843\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8f8a78de0972372d74de61eda5b648c1db20bee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459060da55d524de3379c35b9c323cf49e009549\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5ac81125ffc7d02106c79158c48e57d64d6176f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a5a25882a957b12259acff98caf4df8428c376\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b051695212f475c07b084e144a3c52d49f83aafd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f904b97f07aa648bea1b4a1af569becf2f86e3ee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2ad15cc30b09d005c7ec931029dbad69a346180\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecf6297c98305e357d6af4f322d76c16ad72fa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c834f4423c79d72bbf2ec385faf9f9c71b2714a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cad1ce683cebeca083d8f65b032ef48e30c7766\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b19724fd6d516e61226677d52fbd064fd81df55b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d98aa226ea48f09d3a616ce891ba3d7a5d3525\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c44e30c48e62a606e1cb2f8f99ef2b8619edf804\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39a694745cac4e493c878884227a6bab336522a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea779bc6a894117bf5b2100b77fd391f00ef33a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"020c5c14c51c6f21054d3d6b045d965ac3612a92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b891caeda076428eccc09ae218e1ade487e9911\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a189ad37ec28f250f1838babfe3effcfd10384dc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9910bb45448ff13a4b546858dff1e86193ef3ceb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d7ea58570e697192f833eb786280a70743f759b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4977f0802974af8fcd8dd313600ddfb6b0d23ff2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a3b71a0794d50e2d3370f8ec86aa24abffe312e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"73393d011155642b77b6d56bd964f3d754c956bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36949aa1ba16e03f6bc88d07abee79ce99e1b712\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c90b893a031699004a8eb63c3b8eef7d2902cea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5dff57306db987dd35472ee65b0f16b29cc615b1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e96d44c98e3bf8ffe9dcbf6a8ca44a68d89fc1db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbaa483d7350547c4691e8f96a0d09ae2af867c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"582373b4ee397bf29f169f145a8f4f2382d46317\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f47c805fa9b16f54967000a6b2fbd2f30b65d16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc38a331260d345c5324195022974bf9cd8a1b5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3237534d980d235b45831e13ffc9d8136fdc128\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++3144+ head -n1 +3144+ RESPONSE='{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"022aca70-72cd-4071-a77c-6e42c71c2bfb\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg\",\n \"uploadDate\": \"2021-06-10T00:41:36Z\",\n \"sha256\": \"da814172d7e6ca4f982f7322c7236b8edacf1d3f4e40fbd8c8e9b5d95ebd89fa\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9d9955f0c58cbda2fb92dd4169185ebfc360a9e\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3237534d980d235b45831e13ffc9d8136fdc128\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0c8483a9e4b3b1f4f0c4e88cf85cd085235fb133\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1fb03397426fd8ab96ed51851253f3389ebbea3\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d27f806856db5f10cb6338c6791d49c9f26facd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"636de20c64c4eff4ac39afce9d29ced1ae384dfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202106080120.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b291eb90851520f9087e82672ea7eff3edb0d1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28a29f053373082ff7054209021d251c4a0cb72c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cf9afe7c632ad6d9e1b09a3a368c4f0ae0ba155\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5395ce282ba708cc9f69faee9c2d4f31888b9216\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b790696cf8a7bf1a685258f79d9a5d94313610bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b313b1c8dab2596ba19df8d539721502bdae459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79be9863d9f857a69250ff2c88afdb32baad3661\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2590f4f5904404a26353f24573106051a5270260\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b0c218129f81d32a7d92f9094f10dbcefb47536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c7e3df9ca14a614861559c1c168e7d4b8e1deb77\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a481dde3ee98df453dee8dcd28b2799ed2aa70e2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0a152dfdd7bc2bb86414389871fba915f6b224\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bafa45a0626f4a2763ad8229fec340b41fb5e981\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9a3afa6e8dc9f975af03cbb21954426f46653e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f60a99e1e0ba1c123e3c0441f6c83e1848f13b0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"797522b15fa3d7a62026baca8b36a3fd281a4499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f7341c55ad1660fc72b5974cba526c7fead1fa3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17f118fb88575ae68bb88c5d65604f94e74d0f11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8c6e5e73b2f60f66b6a1e1f2d8c2ac07781a0b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be857eadaf59553eea654fd37ba0e808bbe450e0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"891046149f006a618a8f52ab76037144500f0612\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aed00be4b2a36bd4d08a6157d32803b97b98c346\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"504ce7a85d9db77d6ded5c804ef059788b4ccfb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b595be5c051bcc49559635a586517b178d91fd0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7abe757117ad30e940ec4dd8ab32ed8f6965d3e7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2b88bf413e8e292dd00cd81f5ff351f3dbfbf97\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20b7ebd56e48925a2eeab0b0f96c1c8806ce95d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmid\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cb295424cf50495ae956b91d3dbc441af4f8eef2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9a7b30a9ebf0120a2db75d20a34133ca69b3e079\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80e89b86e113bb6d597f4270eac1ddf906e97ed9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"894193326e2eaf87ddd325df7220a8085085f9a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3c3c08c86d7f18914170184b8b16f28e57387b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24da30ab0bf2974a6b61232fcd47a41b4ef9a05d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfacb63dae31f2b5abdceec3cdcc5caf0ef4567b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"255a7252e82c1dc8b65c7259c1ab84259d4c0c42\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"026a7f69011b3464e14a29012f62022cd44174fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d955f48159fdd8712818d329bd9fcf190a8fb7e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2af99211310f3b17fb340dc521e14526d1eb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libharfbuzz.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24656dede6bb5b8a2d329f376c8ad18557704843\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8f8a78de0972372d74de61eda5b648c1db20bee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459060da55d524de3379c35b9c323cf49e009549\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5ac81125ffc7d02106c79158c48e57d64d6176f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a5a25882a957b12259acff98caf4df8428c376\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b051695212f475c07b084e144a3c52d49f83aafd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f904b97f07aa648bea1b4a1af569becf2f86e3ee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2ad15cc30b09d005c7ec931029dbad69a346180\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecf6297c98305e357d6af4f322d76c16ad72fa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c834f4423c79d72bbf2ec385faf9f9c71b2714a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cad1ce683cebeca083d8f65b032ef48e30c7766\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b19724fd6d516e61226677d52fbd064fd81df55b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d98aa226ea48f09d3a616ce891ba3d7a5d3525\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c44e30c48e62a606e1cb2f8f99ef2b8619edf804\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39a694745cac4e493c878884227a6bab336522a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea779bc6a894117bf5b2100b77fd391f00ef33a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"020c5c14c51c6f21054d3d6b045d965ac3612a92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b891caeda076428eccc09ae218e1ade487e9911\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a189ad37ec28f250f1838babfe3effcfd10384dc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9910bb45448ff13a4b546858dff1e86193ef3ceb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d7ea58570e697192f833eb786280a70743f759b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4977f0802974af8fcd8dd313600ddfb6b0d23ff2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a3b71a0794d50e2d3370f8ec86aa24abffe312e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"73393d011155642b77b6d56bd964f3d754c956bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36949aa1ba16e03f6bc88d07abee79ce99e1b712\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c90b893a031699004a8eb63c3b8eef7d2902cea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5dff57306db987dd35472ee65b0f16b29cc615b1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e96d44c98e3bf8ffe9dcbf6a8ca44a68d89fc1db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbaa483d7350547c4691e8f96a0d09ae2af867c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"582373b4ee397bf29f169f145a8f4f2382d46317\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f47c805fa9b16f54967000a6b2fbd2f30b65d16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc38a331260d345c5324195022974bf9cd8a1b5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3237534d980d235b45831e13ffc9d8136fdc128\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++3144+ tail -n1 +3144+ STATUS_CODE=200 ++3144+ jq -r .notarizationStatus.status ++3144+ echo '{"uuid":"5fe355e9-af17-4c51-9be3-277ddeea7385","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"022aca70-72cd-4071-a77c-6e42c71c2bfb\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg\",\n' '\"uploadDate\":' '\"2021-06-10T00:41:36Z\",\n' '\"sha256\":' '\"da814172d7e6ca4f982f7322c7236b8edacf1d3f4e40fbd8c8e9b5d95ebd89fa\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9d9955f0c58cbda2fb92dd4169185ebfc360a9e\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3237534d980d235b45831e13ffc9d8136fdc128\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0c8483a9e4b3b1f4f0c4e88cf85cd085235fb133\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1fb03397426fd8ab96ed51851253f3389ebbea3\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6d27f806856db5f10cb6338c6791d49c9f26facd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"636de20c64c4eff4ac39afce9d29ced1ae384dfa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202106080120.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b291eb90851520f9087e82672ea7eff3edb0d1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28a29f053373082ff7054209021d251c4a0cb72c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cf9afe7c632ad6d9e1b09a3a368c4f0ae0ba155\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5395ce282ba708cc9f69faee9c2d4f31888b9216\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b790696cf8a7bf1a685258f79d9a5d94313610bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b313b1c8dab2596ba19df8d539721502bdae459\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"79be9863d9f857a69250ff2c88afdb32baad3661\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2590f4f5904404a26353f24573106051a5270260\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b0c218129f81d32a7d92f9094f10dbcefb47536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c7e3df9ca14a614861559c1c168e7d4b8e1deb77\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a481dde3ee98df453dee8dcd28b2799ed2aa70e2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0a152dfdd7bc2bb86414389871fba915f6b224\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bafa45a0626f4a2763ad8229fec340b41fb5e981\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9a3afa6e8dc9f975af03cbb21954426f46653e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f60a99e1e0ba1c123e3c0441f6c83e1848f13b0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"797522b15fa3d7a62026baca8b36a3fd281a4499\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f7341c55ad1660fc72b5974cba526c7fead1fa3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17f118fb88575ae68bb88c5d65604f94e74d0f11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8c6e5e73b2f60f66b6a1e1f2d8c2ac07781a0b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be857eadaf59553eea654fd37ba0e808bbe450e0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"891046149f006a618a8f52ab76037144500f0612\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aed00be4b2a36bd4d08a6157d32803b97b98c346\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"504ce7a85d9db77d6ded5c804ef059788b4ccfb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b595be5c051bcc49559635a586517b178d91fd0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7abe757117ad30e940ec4dd8ab32ed8f6965d3e7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2b88bf413e8e292dd00cd81f5ff351f3dbfbf97\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20b7ebd56e48925a2eeab0b0f96c1c8806ce95d8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmid\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cb295424cf50495ae956b91d3dbc441af4f8eef2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9a7b30a9ebf0120a2db75d20a34133ca69b3e079\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80e89b86e113bb6d597f4270eac1ddf906e97ed9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"894193326e2eaf87ddd325df7220a8085085f9a7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3c3c08c86d7f18914170184b8b16f28e57387b6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24da30ab0bf2974a6b61232fcd47a41b4ef9a05d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfacb63dae31f2b5abdceec3cdcc5caf0ef4567b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"255a7252e82c1dc8b65c7259c1ab84259d4c0c42\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"026a7f69011b3464e14a29012f62022cd44174fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d955f48159fdd8712818d329bd9fcf190a8fb7e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2af99211310f3b17fb340dc521e14526d1eb6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libharfbuzz.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24656dede6bb5b8a2d329f376c8ad18557704843\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8f8a78de0972372d74de61eda5b648c1db20bee\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459060da55d524de3379c35b9c323cf49e009549\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5ac81125ffc7d02106c79158c48e57d64d6176f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"83a5a25882a957b12259acff98caf4df8428c376\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b051695212f475c07b084e144a3c52d49f83aafd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f904b97f07aa648bea1b4a1af569becf2f86e3ee\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b2ad15cc30b09d005c7ec931029dbad69a346180\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecf6297c98305e357d6af4f322d76c16ad72fa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c834f4423c79d72bbf2ec385faf9f9c71b2714a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cad1ce683cebeca083d8f65b032ef48e30c7766\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b19724fd6d516e61226677d52fbd064fd81df55b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0d98aa226ea48f09d3a616ce891ba3d7a5d3525\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c44e30c48e62a606e1cb2f8f99ef2b8619edf804\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39a694745cac4e493c878884227a6bab336522a2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea779bc6a894117bf5b2100b77fd391f00ef33a7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"020c5c14c51c6f21054d3d6b045d965ac3612a92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b891caeda076428eccc09ae218e1ade487e9911\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a189ad37ec28f250f1838babfe3effcfd10384dc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9910bb45448ff13a4b546858dff1e86193ef3ceb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d7ea58570e697192f833eb786280a70743f759b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4977f0802974af8fcd8dd313600ddfb6b0d23ff2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a3b71a0794d50e2d3370f8ec86aa24abffe312e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"73393d011155642b77b6d56bd964f3d754c956bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36949aa1ba16e03f6bc88d07abee79ce99e1b712\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4c90b893a031699004a8eb63c3b8eef7d2902cea\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5dff57306db987dd35472ee65b0f16b29cc615b1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e96d44c98e3bf8ffe9dcbf6a8ca44a68d89fc1db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbaa483d7350547c4691e8f96a0d09ae2af867c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"582373b4ee397bf29f169f145a8f4f2382d46317\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f47c805fa9b16f54967000a6b2fbd2f30b65d16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fc38a331260d345c5324195022974bf9cd8a1b5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64-3832677832300599621.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3237534d980d235b45831e13ffc9d8136fdc128\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +3144+ STATUS=COMPLETE +3144+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +3144+ [[ 200 == \5\0\3 ]] +3144+ [[ 200 == \5\0\2 ]] +3144+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +3144+ break +3144+ rm eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3144+ curl -JO https://cbi.eclipse.org/macos/xcrun/5fe355e9-af17-4c51-9be3-277ddeea7385/download +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0+3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m 100 9588k 0 9588k 0 0 24.0M 0 --:--:-- --:--:-- --:--:-- 24.0M 100 33.4M 0 33.4M 0 0 24.1M 0 --:--:-- 0:00:01 --:--:-- 24.1M 100 52.0M 0 52.0M 0 0 21.8M 0 --:--:-- 0:00:02 --:--:-- 21.8M 100 71.5M 0 71.5M 0 0 20.5M 0 --:--:-- 0:00:03 --:--:-- 20.4M 100 79.0M 0 79.0M 0 0 18.0M 0 --:--:-- 0:00:04 --:--:-- 18.0M 100 98.9M 0 98.9M 0 0 18.3M 0 --:--:-- 0:00:05 --:--:-- 17.9M 100 118M 0 118M 0 0 18.6M 0 --:--:-- 0:00:06 --:--:-- 17.0M 100 134M 0 134M 0 0 18.2M 0 --:--:-- 0:00:07 --:--:-- 16.4M 100 146M 0 146M 0 0 17.4M 0 --:--:-- 0:00:08 --:--:-- 15.2M 100 155M 0 155M 0 0 16.5M 0 --:--:-- 0:00:09 --:--:-- 15.2M 100 168M 0 168M 0 0 16.1M 0 --:--:-- 0:00:10 --:--:-- 13.8M 100 185M 0 185M 0 0 16.2M 0 --:--:-- 0:00:11 --:--:-- 13.2M 100 203M 0 203M 0 0 16.4M 0 --:--:-- 0:00:12 --:--:-- 13.8M 100 219M 0 219M 0 0 16.4M 0 --:--:-- 0:00:13 --:--:-- 14.6M 100 243M 0 243M 0 0 16.7M 0 --:--:-- 0:00:14 --:--:-- 17.1M 100 261M 0 261M 0 0 17.0M 0 --:--:-- 0:00:15 --:--:-- 18.7M 100 278M 0 278M 0 0 17.0M 0 --:--:-- 0:00:16 --:--:-- 18.6M 100 291M 0 291M 0 0 16.7M 0 --:--:-- 0:00:17 --:--:-- 17.5M 100 310M 0 310M 0 0 16.8M 0 --:--:-- 0:00:18 --:--:-- 18.1M 100 327M 0 327M 0 0 16.8M 0 --:--:-- 0:00:19 --:--:-- 16.9M 100 342M 0 342M 0 0 16.8M 0 --:--:-- 0:00:20 --:--:-- 16.1M 100 360M 0 360M 0 0 16.8M 0 --:--:-- 0:00:21 --:--:-- 16.3M 100 365M 0 365M 0 0 16.6M 0 --:--:-- 0:00:21 --:--:-- 16.4M curl: Saved to filename 'eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg' +3144+ cp -vf eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg 'eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg' ++3144+ dirname /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3144+ d=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive ++3144+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3144+ b=eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3144+ cd /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive +3144+ md5sum eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3144+ sha1sum eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3144+ sha512sum -b eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3144+ rm eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +3144+ rm -f eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +3144+ rm -f eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +3144+ rm -f eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 +3195+ RESPONSE_RAW='{"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ jq -r .uuid +3195+ UUID=cd4607a9-17fc-4ce9-b0ac-16f938aa585f ++3195+ echo '{"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ 200 == \5\0\3 ]] +3195+ [[ 200 == \5\0\2 ]] +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}} 200' ++3170+ head -n1 +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ tail -n1 +3170+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ jq -r .notarizationStatus.status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/60954e7b-0a08-4965-878c-f8d5792edced/status +3279+ RESPONSE_RAW='{"uuid":"60954e7b-0a08-4965-878c-f8d5792edced","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"60954e7b-0a08-4965-878c-f8d5792edced","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"60954e7b-0a08-4965-878c-f8d5792edced","notarizationStatus":{"status":"ERROR","message":"Issue' happened while uploading file to Apple notarization 'service","moreInfo":"Failed' to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this 'package"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=ERROR +3279+ [[ ERROR == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ [[ 200 == \5\0\3 ]] +3279+ [[ 200 == \5\0\2 ]] +3279+ [[ ERROR != \C\O\M\P\L\E\T\E ]] +3279+ echo 'Notarization failed: {"uuid":"60954e7b-0a08-4965-878c-f8d5792edced","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' Notarization failed: {"uuid":"60954e7b-0a08-4965-878c-f8d5792edced","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} ++3279+ expr 4 - 1 +3279+ retryCount=3 +3279+ '[' 3 -eq 0 ']' +3279+ echo Retrying... Retrying... +3279+ '[' 3 -gt 0 ']' ++3279+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-php-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m +3279+ RESPONSE_RAW='{"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ jq -r .uuid +3279+ UUID=1553fba3-05fd-45d8-9bc0-8855e904bd66 ++3279+ echo '{"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ 200 == \5\0\3 ]] +3279+ [[ 200 == \5\0\2 ]] +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cd4607a9-17fc-4ce9-b0ac-16f938aa585f/status +3195+ RESPONSE_RAW='{"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}} 200' ++3170+ head -n1 +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ tail -n1 +3170+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ jq -r .notarizationStatus.status +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1553fba3-05fd-45d8-9bc0-8855e904bd66/status +3279+ RESPONSE_RAW='{"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cd4607a9-17fc-4ce9-b0ac-16f938aa585f/status +3195+ RESPONSE_RAW='{"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg'\''."}}' ++3119+ jq -r .notarizationStatus.status +3119+ STATUS=IN_PROGRESS +3119+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}} 200' ++3170+ head -n1 +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ tail -n1 +3170+ STATUS_CODE=200 ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg'\''."}}' ++3170+ jq -r .notarizationStatus.status +3170+ STATUS=IN_PROGRESS +3170+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ sleep 1m +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1553fba3-05fd-45d8-9bc0-8855e904bd66/status +3279+ RESPONSE_RAW='{"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cd4607a9-17fc-4ce9-b0ac-16f938aa585f/status +3195+ RESPONSE_RAW='{"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3119+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/status +3119+ RESPONSE_RAW='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"3b5c9dc3-038a-493b-a7d4-88c79dd0b671\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg\",\n \"uploadDate\": \"2021-06-10T00:43:13Z\",\n \"sha256\": \"f19a2b790eedd463d7877ad91cae7331ebb54a640b82ad8eaee6c16f1e33131f\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8c73fee4f4615349e51097ad17648fbad1683e38\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27ee2b8fabef2da271790d46e8f0b229ec03ac81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27ee2b8fabef2da271790d46e8f0b229ec03ac81\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++3119+ head -n1 +3119+ RESPONSE='{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"3b5c9dc3-038a-493b-a7d4-88c79dd0b671\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg\",\n \"uploadDate\": \"2021-06-10T00:43:13Z\",\n \"sha256\": \"f19a2b790eedd463d7877ad91cae7331ebb54a640b82ad8eaee6c16f1e33131f\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8c73fee4f4615349e51097ad17648fbad1683e38\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27ee2b8fabef2da271790d46e8f0b229ec03ac81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27ee2b8fabef2da271790d46e8f0b229ec03ac81\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++3119+ tail -n1 +3119+ STATUS_CODE=200 ++3119+ jq -r .notarizationStatus.status ++3119+ echo '{"uuid":"49ae00ac-d170-4c4a-9ac3-d6750e5e71aa","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"3b5c9dc3-038a-493b-a7d4-88c79dd0b671\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg\",\n' '\"uploadDate\":' '\"2021-06-10T00:43:13Z\",\n' '\"sha256\":' '\"f19a2b790eedd463d7877ad91cae7331ebb54a640b82ad8eaee6c16f1e33131f\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8c73fee4f4615349e51097ad17648fbad1683e38\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"27ee2b8fabef2da271790d46e8f0b229ec03ac81\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64-7685498090633761845.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"27ee2b8fabef2da271790d46e8f0b229ec03ac81\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +3119+ STATUS=COMPLETE +3119+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +3119+ [[ 200 == \5\0\3 ]] +3119+ [[ 200 == \5\0\2 ]] +3119+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +3119+ break +3119+ rm eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg +3119+ curl -JO https://cbi.eclipse.org/macos/xcrun/49ae00ac-d170-4c4a-9ac3-d6750e5e71aa/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 35.1M 0 35.1M 0 0 37.9M 0 --:--:-- --:--:-- --:--:-- 37.9M++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status 100 76.1M 0 76.1M 0 0 39.5M 0 --:--:-- 0:00:01 --:--:-- 39.5M+3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m 100 118M 0 118M 0 0 40.5M 0 --:--:-- 0:00:02 --:--:-- 40.5M++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m 100 157M 0 157M 0 0 40.1M 0 --:--:-- 0:00:03 --:--:-- 40.0M 100 195M 0 195M 0 0 39.7M 0 --:--:-- 0:00:04 --:--:-- 39.7M 100 233M 0 233M 0 0 39.4M 0 --:--:-- 0:00:05 --:--:-- 39.7M++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status ++3170+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m +3170+ RESPONSE_RAW='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ae152678-3681-402b-be71-9c79e0d8d42a\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg\",\n \"uploadDate\": \"2021-06-10T00:41:48Z\",\n \"sha256\": \"3b4d03dac208823c01a66e763288b4f8eb4410360c1871abfa5ef0b06a07285d\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4997a07e3c7c65f4b2a8614ec42a4601b542ad1b\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"893d55ea92bbaa51db55b4a1c59844197b02a52c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0c8483a9e4b3b1f4f0c4e88cf85cd085235fb133\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1fb03397426fd8ab96ed51851253f3389ebbea3\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d27f806856db5f10cb6338c6791d49c9f26facd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"636de20c64c4eff4ac39afce9d29ced1ae384dfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28a29f053373082ff7054209021d251c4a0cb72c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cf9afe7c632ad6d9e1b09a3a368c4f0ae0ba155\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5395ce282ba708cc9f69faee9c2d4f31888b9216\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b790696cf8a7bf1a685258f79d9a5d94313610bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b313b1c8dab2596ba19df8d539721502bdae459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79be9863d9f857a69250ff2c88afdb32baad3661\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2590f4f5904404a26353f24573106051a5270260\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b0c218129f81d32a7d92f9094f10dbcefb47536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c7e3df9ca14a614861559c1c168e7d4b8e1deb77\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a481dde3ee98df453dee8dcd28b2799ed2aa70e2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0a152dfdd7bc2bb86414389871fba915f6b224\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bafa45a0626f4a2763ad8229fec340b41fb5e981\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9a3afa6e8dc9f975af03cbb21954426f46653e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f60a99e1e0ba1c123e3c0441f6c83e1848f13b0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"797522b15fa3d7a62026baca8b36a3fd281a4499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f7341c55ad1660fc72b5974cba526c7fead1fa3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17f118fb88575ae68bb88c5d65604f94e74d0f11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8c6e5e73b2f60f66b6a1e1f2d8c2ac07781a0b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be857eadaf59553eea654fd37ba0e808bbe450e0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"891046149f006a618a8f52ab76037144500f0612\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aed00be4b2a36bd4d08a6157d32803b97b98c346\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"504ce7a85d9db77d6ded5c804ef059788b4ccfb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b595be5c051bcc49559635a586517b178d91fd0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7abe757117ad30e940ec4dd8ab32ed8f6965d3e7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2b88bf413e8e292dd00cd81f5ff351f3dbfbf97\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20b7ebd56e48925a2eeab0b0f96c1c8806ce95d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmid\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cb295424cf50495ae956b91d3dbc441af4f8eef2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9a7b30a9ebf0120a2db75d20a34133ca69b3e079\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80e89b86e113bb6d597f4270eac1ddf906e97ed9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"894193326e2eaf87ddd325df7220a8085085f9a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3c3c08c86d7f18914170184b8b16f28e57387b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24da30ab0bf2974a6b61232fcd47a41b4ef9a05d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfacb63dae31f2b5abdceec3cdcc5caf0ef4567b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"255a7252e82c1dc8b65c7259c1ab84259d4c0c42\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"026a7f69011b3464e14a29012f62022cd44174fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d955f48159fdd8712818d329bd9fcf190a8fb7e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2af99211310f3b17fb340dc521e14526d1eb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libharfbuzz.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24656dede6bb5b8a2d329f376c8ad18557704843\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8f8a78de0972372d74de61eda5b648c1db20bee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459060da55d524de3379c35b9c323cf49e009549\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5ac81125ffc7d02106c79158c48e57d64d6176f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a5a25882a957b12259acff98caf4df8428c376\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b051695212f475c07b084e144a3c52d49f83aafd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f904b97f07aa648bea1b4a1af569becf2f86e3ee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2ad15cc30b09d005c7ec931029dbad69a346180\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecf6297c98305e357d6af4f322d76c16ad72fa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c834f4423c79d72bbf2ec385faf9f9c71b2714a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cad1ce683cebeca083d8f65b032ef48e30c7766\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b19724fd6d516e61226677d52fbd064fd81df55b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d98aa226ea48f09d3a616ce891ba3d7a5d3525\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c44e30c48e62a606e1cb2f8f99ef2b8619edf804\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39a694745cac4e493c878884227a6bab336522a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea779bc6a894117bf5b2100b77fd391f00ef33a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"020c5c14c51c6f21054d3d6b045d965ac3612a92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b891caeda076428eccc09ae218e1ade487e9911\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a189ad37ec28f250f1838babfe3effcfd10384dc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9910bb45448ff13a4b546858dff1e86193ef3ceb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d7ea58570e697192f833eb786280a70743f759b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4977f0802974af8fcd8dd313600ddfb6b0d23ff2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a3b71a0794d50e2d3370f8ec86aa24abffe312e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"73393d011155642b77b6d56bd964f3d754c956bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36949aa1ba16e03f6bc88d07abee79ce99e1b712\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c90b893a031699004a8eb63c3b8eef7d2902cea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5dff57306db987dd35472ee65b0f16b29cc615b1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e96d44c98e3bf8ffe9dcbf6a8ca44a68d89fc1db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbaa483d7350547c4691e8f96a0d09ae2af867c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"582373b4ee397bf29f169f145a8f4f2382d46317\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f47c805fa9b16f54967000a6b2fbd2f30b65d16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc38a331260d345c5324195022974bf9cd8a1b5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"893d55ea92bbaa51db55b4a1c59844197b02a52c\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++3170+ head -n1 +3170+ RESPONSE='{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ae152678-3681-402b-be71-9c79e0d8d42a\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg\",\n \"uploadDate\": \"2021-06-10T00:41:48Z\",\n \"sha256\": \"3b4d03dac208823c01a66e763288b4f8eb4410360c1871abfa5ef0b06a07285d\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4997a07e3c7c65f4b2a8614ec42a4601b542ad1b\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"893d55ea92bbaa51db55b4a1c59844197b02a52c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0c8483a9e4b3b1f4f0c4e88cf85cd085235fb133\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1fb03397426fd8ab96ed51851253f3389ebbea3\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d27f806856db5f10cb6338c6791d49c9f26facd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"636de20c64c4eff4ac39afce9d29ced1ae384dfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"28a29f053373082ff7054209021d251c4a0cb72c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cf9afe7c632ad6d9e1b09a3a368c4f0ae0ba155\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5395ce282ba708cc9f69faee9c2d4f31888b9216\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b790696cf8a7bf1a685258f79d9a5d94313610bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b313b1c8dab2596ba19df8d539721502bdae459\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79be9863d9f857a69250ff2c88afdb32baad3661\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2590f4f5904404a26353f24573106051a5270260\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b0c218129f81d32a7d92f9094f10dbcefb47536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c7e3df9ca14a614861559c1c168e7d4b8e1deb77\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a481dde3ee98df453dee8dcd28b2799ed2aa70e2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3a0a152dfdd7bc2bb86414389871fba915f6b224\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bafa45a0626f4a2763ad8229fec340b41fb5e981\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9a3afa6e8dc9f975af03cbb21954426f46653e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f60a99e1e0ba1c123e3c0441f6c83e1848f13b0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"797522b15fa3d7a62026baca8b36a3fd281a4499\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f7341c55ad1660fc72b5974cba526c7fead1fa3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17f118fb88575ae68bb88c5d65604f94e74d0f11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8c6e5e73b2f60f66b6a1e1f2d8c2ac07781a0b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be857eadaf59553eea654fd37ba0e808bbe450e0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"891046149f006a618a8f52ab76037144500f0612\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aed00be4b2a36bd4d08a6157d32803b97b98c346\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"504ce7a85d9db77d6ded5c804ef059788b4ccfb2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b595be5c051bcc49559635a586517b178d91fd0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7abe757117ad30e940ec4dd8ab32ed8f6965d3e7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2b88bf413e8e292dd00cd81f5ff351f3dbfbf97\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20b7ebd56e48925a2eeab0b0f96c1c8806ce95d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmid\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cb295424cf50495ae956b91d3dbc441af4f8eef2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9a7b30a9ebf0120a2db75d20a34133ca69b3e079\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80e89b86e113bb6d597f4270eac1ddf906e97ed9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"894193326e2eaf87ddd325df7220a8085085f9a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3c3c08c86d7f18914170184b8b16f28e57387b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24da30ab0bf2974a6b61232fcd47a41b4ef9a05d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dfacb63dae31f2b5abdceec3cdcc5caf0ef4567b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"255a7252e82c1dc8b65c7259c1ab84259d4c0c42\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"026a7f69011b3464e14a29012f62022cd44174fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d955f48159fdd8712818d329bd9fcf190a8fb7e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2af99211310f3b17fb340dc521e14526d1eb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libharfbuzz.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24656dede6bb5b8a2d329f376c8ad18557704843\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8f8a78de0972372d74de61eda5b648c1db20bee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"459060da55d524de3379c35b9c323cf49e009549\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5ac81125ffc7d02106c79158c48e57d64d6176f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a5a25882a957b12259acff98caf4df8428c376\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b051695212f475c07b084e144a3c52d49f83aafd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f904b97f07aa648bea1b4a1af569becf2f86e3ee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2ad15cc30b09d005c7ec931029dbad69a346180\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecf6297c98305e357d6af4f322d76c16ad72fa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c834f4423c79d72bbf2ec385faf9f9c71b2714a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cad1ce683cebeca083d8f65b032ef48e30c7766\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b19724fd6d516e61226677d52fbd064fd81df55b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d98aa226ea48f09d3a616ce891ba3d7a5d3525\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c44e30c48e62a606e1cb2f8f99ef2b8619edf804\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39a694745cac4e493c878884227a6bab336522a2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea779bc6a894117bf5b2100b77fd391f00ef33a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"020c5c14c51c6f21054d3d6b045d965ac3612a92\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b891caeda076428eccc09ae218e1ade487e9911\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a189ad37ec28f250f1838babfe3effcfd10384dc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9910bb45448ff13a4b546858dff1e86193ef3ceb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d7ea58570e697192f833eb786280a70743f759b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4977f0802974af8fcd8dd313600ddfb6b0d23ff2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a3b71a0794d50e2d3370f8ec86aa24abffe312e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"73393d011155642b77b6d56bd964f3d754c956bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36949aa1ba16e03f6bc88d07abee79ce99e1b712\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c90b893a031699004a8eb63c3b8eef7d2902cea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5dff57306db987dd35472ee65b0f16b29cc615b1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e96d44c98e3bf8ffe9dcbf6a8ca44a68d89fc1db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbaa483d7350547c4691e8f96a0d09ae2af867c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"582373b4ee397bf29f169f145a8f4f2382d46317\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f47c805fa9b16f54967000a6b2fbd2f30b65d16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc38a331260d345c5324195022974bf9cd8a1b5e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"893d55ea92bbaa51db55b4a1c59844197b02a52c\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++3170+ tail -n1 +3170+ STATUS_CODE=200 ++3170+ jq -r .notarizationStatus.status ++3170+ echo '{"uuid":"37218f7e-daa7-4d85-8ee1-93176ef1788b","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"ae152678-3681-402b-be71-9c79e0d8d42a\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg\",\n' '\"uploadDate\":' '\"2021-06-10T00:41:48Z\",\n' '\"sha256\":' '\"3b4d03dac208823c01a66e763288b4f8eb4410360c1871abfa5ef0b06a07285d\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4997a07e3c7c65f4b2a8614ec42a4601b542ad1b\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"893d55ea92bbaa51db55b4a1c59844197b02a52c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0c8483a9e4b3b1f4f0c4e88cf85cd085235fb133\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1fb03397426fd8ab96ed51851253f3389ebbea3\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6d27f806856db5f10cb6338c6791d49c9f26facd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"636de20c64c4eff4ac39afce9d29ced1ae384dfa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"28a29f053373082ff7054209021d251c4a0cb72c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cf9afe7c632ad6d9e1b09a3a368c4f0ae0ba155\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5395ce282ba708cc9f69faee9c2d4f31888b9216\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b790696cf8a7bf1a685258f79d9a5d94313610bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b313b1c8dab2596ba19df8d539721502bdae459\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"79be9863d9f857a69250ff2c88afdb32baad3661\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2590f4f5904404a26353f24573106051a5270260\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b0c218129f81d32a7d92f9094f10dbcefb47536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c7e3df9ca14a614861559c1c168e7d4b8e1deb77\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a481dde3ee98df453dee8dcd28b2799ed2aa70e2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3a0a152dfdd7bc2bb86414389871fba915f6b224\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bafa45a0626f4a2763ad8229fec340b41fb5e981\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9a3afa6e8dc9f975af03cbb21954426f46653e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f60a99e1e0ba1c123e3c0441f6c83e1848f13b0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"797522b15fa3d7a62026baca8b36a3fd281a4499\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f7341c55ad1660fc72b5974cba526c7fead1fa3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17f118fb88575ae68bb88c5d65604f94e74d0f11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8c6e5e73b2f60f66b6a1e1f2d8c2ac07781a0b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be857eadaf59553eea654fd37ba0e808bbe450e0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"891046149f006a618a8f52ab76037144500f0612\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aed00be4b2a36bd4d08a6157d32803b97b98c346\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"504ce7a85d9db77d6ded5c804ef059788b4ccfb2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b595be5c051bcc49559635a586517b178d91fd0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7abe757117ad30e940ec4dd8ab32ed8f6965d3e7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2b88bf413e8e292dd00cd81f5ff351f3dbfbf97\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20b7ebd56e48925a2eeab0b0f96c1c8806ce95d8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmid\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cb295424cf50495ae956b91d3dbc441af4f8eef2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9a7b30a9ebf0120a2db75d20a34133ca69b3e079\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80e89b86e113bb6d597f4270eac1ddf906e97ed9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"894193326e2eaf87ddd325df7220a8085085f9a7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3c3c08c86d7f18914170184b8b16f28e57387b6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24da30ab0bf2974a6b61232fcd47a41b4ef9a05d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dfacb63dae31f2b5abdceec3cdcc5caf0ef4567b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"255a7252e82c1dc8b65c7259c1ab84259d4c0c42\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"026a7f69011b3464e14a29012f62022cd44174fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d955f48159fdd8712818d329bd9fcf190a8fb7e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2af99211310f3b17fb340dc521e14526d1eb6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libharfbuzz.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24656dede6bb5b8a2d329f376c8ad18557704843\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8f8a78de0972372d74de61eda5b648c1db20bee\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"459060da55d524de3379c35b9c323cf49e009549\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5ac81125ffc7d02106c79158c48e57d64d6176f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"83a5a25882a957b12259acff98caf4df8428c376\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b051695212f475c07b084e144a3c52d49f83aafd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f904b97f07aa648bea1b4a1af569becf2f86e3ee\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b2ad15cc30b09d005c7ec931029dbad69a346180\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecf6297c98305e357d6af4f322d76c16ad72fa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c834f4423c79d72bbf2ec385faf9f9c71b2714a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cad1ce683cebeca083d8f65b032ef48e30c7766\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b19724fd6d516e61226677d52fbd064fd81df55b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0d98aa226ea48f09d3a616ce891ba3d7a5d3525\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c44e30c48e62a606e1cb2f8f99ef2b8619edf804\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39a694745cac4e493c878884227a6bab336522a2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea779bc6a894117bf5b2100b77fd391f00ef33a7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"020c5c14c51c6f21054d3d6b045d965ac3612a92\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b891caeda076428eccc09ae218e1ade487e9911\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a189ad37ec28f250f1838babfe3effcfd10384dc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9910bb45448ff13a4b546858dff1e86193ef3ceb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d7ea58570e697192f833eb786280a70743f759b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4977f0802974af8fcd8dd313600ddfb6b0d23ff2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a3b71a0794d50e2d3370f8ec86aa24abffe312e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"73393d011155642b77b6d56bd964f3d754c956bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36949aa1ba16e03f6bc88d07abee79ce99e1b712\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4c90b893a031699004a8eb63c3b8eef7d2902cea\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5dff57306db987dd35472ee65b0f16b29cc615b1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e96d44c98e3bf8ffe9dcbf6a8ca44a68d89fc1db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbaa483d7350547c4691e8f96a0d09ae2af867c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"582373b4ee397bf29f169f145a8f4f2382d46317\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f47c805fa9b16f54967000a6b2fbd2f30b65d16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c1a88762368358e0e6e76fce3d32ce4cd7235c9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_16.0.1.v20210528-1205/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fc38a331260d345c5324195022974bf9cd8a1b5e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-RC1-macosx-cocoa-x86_64-6598626965983620033.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"893d55ea92bbaa51db55b4a1c59844197b02a52c\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +3170+ STATUS=COMPLETE +3170+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +3170+ [[ 200 == \5\0\3 ]] +3170+ [[ 200 == \5\0\2 ]] +3170+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +3170+ break +3170+ rm eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg +3170+ curl -JO https://cbi.eclipse.org/macos/xcrun/37218f7e-daa7-4d85-8ee1-93176ef1788b/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10.5M 0 10.5M 0 0 18.3M 0 --:--:-- --:--:-- --:--:-- 18.3M 100 266M 0 266M 0 0 38.4M 0 --:--:-- 0:00:06 --:--:-- 38.0M++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m 100 285M 0 285M 0 0 36.0M 0 --:--:-- 0:00:07 --:--:-- 33.3M 100 35.0M 0 35.0M 0 0 22.0M 0 --:--:-- 0:00:01 --:--:-- 22.0M 100 58.8M 0 58.8M 0 0 22.7M 0 --:--:-- 0:00:02 --:--:-- 22.7M 100 302M 0 302M 0 0 33.8M 0 --:--:-- 0:00:08 --:--:-- 28.9M++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m 100 78.9M 0 78.9M 0 0 22.0M 0 --:--:-- 0:00:03 --:--:-- 22.0M 100 325M 0 325M 0 0 32.7M 0 --:--:-- 0:00:09 --:--:-- 25.8M 100 102M 0 102M 0 0 22.5M 0 --:--:-- 0:00:04 --:--:-- 22.5M 100 346M 0 346M 0 0 31.5M 0 --:--:-- 0:00:10 --:--:-- 22.2M 100 128M 0 128M 0 0 23.0M 0 --:--:-- 0:00:05 --:--:-- 23.6M 100 364M 0 364M 0 0 30.5M 0 --:--:-- 0:00:11 --:--:-- 19.6M 100 386M 0 386M 0 0 30.3M 0 --:--:-- 0:00:12 --:--:-- 21.0M curl: Saved to filename 'eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg' +3119+ cp -vf eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg 100 156M 0 156M 0 0 23.7M 0 --:--:-- 0:00:06 --:--:-- 24.2M'eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg' ++3119+ dirname /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg +3119+ d=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive ++3119+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg +3119+ b=eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg +3119+ cd /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive +3119+ md5sum eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg 100 193M 0 193M 0 0 25.5M 0 --:--:-- 0:00:07 --:--:-- 26.9M+3119+ sha1sum eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg 100 229M 0 229M 0 0 26.4M 0 --:--:-- 0:00:08 --:--:-- 29.6M+3119+ sha512sum -b eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg 100 265M 0 265M 0 0 27.7M 0 --:--:-- 0:00:09 --:--:-- 32.5M+3119+ rm eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +3119+ rm -f eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +3119+ rm -f eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +3119+ rm -f eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 301M 0 301M 0 0 28.5M 0 --:--:-- 0:00:10 --:--:-- 34.6M 100 318M 0 318M 0 0 29.0M 0 --:--:-- 0:00:10 --:--:-- 36.9M curl: Saved to filename 'eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg' +3170+ cp -vf eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg 'eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg' ++3170+ dirname /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg +3170+ d=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive ++3170+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg +3170+ b=eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg +3170+ cd /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive +3170+ md5sum eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg +3170+ sha1sum eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg +3170+ sha512sum -b eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg +3170+ rm eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +3170+ rm -f eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +3170+ rm -f eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +3170+ rm -f eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1553fba3-05fd-45d8-9bc0-8855e904bd66/status +3279+ RESPONSE_RAW='{"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cd4607a9-17fc-4ce9-b0ac-16f938aa585f/status +3195+ RESPONSE_RAW='{"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"ERROR","message":"Issue' happened while uploading file to Apple notarization 'service","moreInfo":"Failed' to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this 'package"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=ERROR +3195+ [[ ERROR == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ [[ 200 == \5\0\3 ]] +3195+ [[ 200 == \5\0\2 ]] +3195+ [[ ERROR != \C\O\M\P\L\E\T\E ]] +3195+ echo 'Notarization failed: {"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' Notarization failed: {"uuid":"cd4607a9-17fc-4ce9-b0ac-16f938aa585f","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} ++3195+ expr 4 - 1 +3195+ retryCount=3 +3195+ '[' 3 -eq 0 ']' +3195+ echo Retrying... Retrying... +3195+ '[' 3 -gt 0 ']' ++3195+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +3195+ RESPONSE_RAW='{"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ jq -r .uuid +3195+ UUID=a9fd70ca-af6b-4154-b250-089c329883bb ++3195+ echo '{"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ 200 == \5\0\3 ]] +3195+ [[ 200 == \5\0\2 ]] +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg'\''."}}' ++3347+ jq -r .notarizationStatus.status +3347+ STATUS=IN_PROGRESS +3347+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1553fba3-05fd-45d8-9bc0-8855e904bd66/status +3279+ RESPONSE_RAW='{"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"ERROR","message":"Issue' happened while uploading file to Apple notarization 'service","moreInfo":"Failed' to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this 'package"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=ERROR +3279+ [[ ERROR == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ [[ 200 == \5\0\3 ]] +3279+ [[ 200 == \5\0\2 ]] +3279+ [[ ERROR != \C\O\M\P\L\E\T\E ]] +3279+ echo 'Notarization failed: {"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' Notarization failed: {"uuid":"1553fba3-05fd-45d8-9bc0-8855e904bd66","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} ++3279+ expr 3 - 1 +3279+ retryCount=2 +3279+ '[' 2 -eq 0 ']' +3279+ echo Retrying... Retrying... +3279+ '[' 2 -gt 0 ']' ++3279+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-php-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +3279+ RESPONSE_RAW='{"uuid":"c63b3329-a79d-427e-9057-72ee6a3e4788","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"c63b3329-a79d-427e-9057-72ee6a3e4788","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"c63b3329-a79d-427e-9057-72ee6a3e4788","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ jq -r .uuid +3279+ UUID=c63b3329-a79d-427e-9057-72ee6a3e4788 ++3279+ echo '{"uuid":"c63b3329-a79d-427e-9057-72ee6a3e4788","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ 200 == \5\0\3 ]] +3279+ [[ 200 == \5\0\2 ]] +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9fd70ca-af6b-4154-b250-089c329883bb/status +3195+ RESPONSE_RAW='{"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3347+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/status +3347+ RESPONSE_RAW='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"0d85b7ae-3fb4-440c-98cd-2bbe4813d277\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg\",\n \"uploadDate\": \"2021-06-10T00:50:00Z\",\n \"sha256\": \"53af22fe0d37c3ab878c9a08919a4da4042ac8cf2f37f066f78126143824e36a\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1c3f30ed5fc5a38c009927674c9f5861e19fc60\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8d375304fbded60dc6cdcdcc53cc69f6f29558\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.20.0.20210609-1422/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8d375304fbded60dc6cdcdcc53cc69f6f29558\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++3347+ head -n1 +3347+ RESPONSE='{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"0d85b7ae-3fb4-440c-98cd-2bbe4813d277\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg\",\n \"uploadDate\": \"2021-06-10T00:50:00Z\",\n \"sha256\": \"53af22fe0d37c3ab878c9a08919a4da4042ac8cf2f37f066f78126143824e36a\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1c3f30ed5fc5a38c009927674c9f5861e19fc60\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8d375304fbded60dc6cdcdcc53cc69f6f29558\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.20.0.20210609-1422/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8d375304fbded60dc6cdcdcc53cc69f6f29558\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++3347+ tail -n1 +3347+ STATUS_CODE=200 ++3347+ jq -r .notarizationStatus.status ++3347+ echo '{"uuid":"102585ba-0ef4-418e-a05b-eb1e47aa9324","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"0d85b7ae-3fb4-440c-98cd-2bbe4813d277\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg\",\n' '\"uploadDate\":' '\"2021-06-10T00:50:00Z\",\n' '\"sha256\":' '\"53af22fe0d37c3ab878c9a08919a4da4042ac8cf2f37f066f78126143824e36a\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1c3f30ed5fc5a38c009927674c9f5861e19fc60\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8d375304fbded60dc6cdcdcc53cc69f6f29558\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.20.0.20210609-1422/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64-7035480747257186158.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8d375304fbded60dc6cdcdcc53cc69f6f29558\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +3347+ STATUS=COMPLETE +3347+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +3347+ [[ 200 == \5\0\3 ]] +3347+ [[ 200 == \5\0\2 ]] +3347+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +3347+ break +3347+ rm eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3347+ curl -JO https://cbi.eclipse.org/macos/xcrun/102585ba-0ef4-418e-a05b-eb1e47aa9324/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.8M 0 22.8M 0 0 30.8M 0 --:--:-- --:--:-- --:--:-- 30.8M 100 49.7M 0 49.7M 0 0 28.5M 0 --:--:-- 0:00:01 --:--:-- 28.5M 100 79.7M 0 79.7M 0 0 29.1M 0 --:--:-- 0:00:02 --:--:-- 29.0M++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m 100 116M 0 116M 0 0 31.0M 0 --:--:-- 0:00:03 --:--:-- 31.0M++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m 100 145M 0 145M 0 0 30.6M 0 --:--:-- 0:00:04 --:--:-- 30.6M 100 185M 0 185M 0 0 32.3M 0 --:--:-- 0:00:05 --:--:-- 32.5M++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m 100 216M 0 216M 0 0 32.1M 0 --:--:-- 0:00:06 --:--:-- 33.3M 100 252M 0 252M 0 0 32.5M 0 --:--:-- 0:00:07 --:--:-- 34.4M 100 283M 0 283M 0 0 32.3M 0 --:--:-- 0:00:08 --:--:-- 33.3M 100 320M 0 320M 0 0 32.8M 0 --:--:-- 0:00:09 --:--:-- 35.0M 100 320M 0 320M 0 0 32.9M 0 --:--:-- 0:00:09 --:--:-- 33.8M curl: Saved to filename 'eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg' +3347+ cp -vf eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg 'eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg' ++3347+ dirname /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3347+ d=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive ++3347+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3347+ b=eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3347+ cd /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive +3347+ md5sum eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3347+ sha1sum eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3347+ sha512sum -b eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg +3347+ rm eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +3347+ rm -f eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +3347+ rm -f eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +3347+ rm -f eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c63b3329-a79d-427e-9057-72ee6a3e4788/status +3279+ RESPONSE_RAW='{"uuid":"c63b3329-a79d-427e-9057-72ee6a3e4788","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"c63b3329-a79d-427e-9057-72ee6a3e4788","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"c63b3329-a79d-427e-9057-72ee6a3e4788","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9fd70ca-af6b-4154-b250-089c329883bb/status +3195+ RESPONSE_RAW='{"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c63b3329-a79d-427e-9057-72ee6a3e4788/status +3279+ RESPONSE_RAW='{"uuid":"c63b3329-a79d-427e-9057-72ee6a3e4788","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"c63b3329-a79d-427e-9057-72ee6a3e4788","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"c63b3329-a79d-427e-9057-72ee6a3e4788","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9fd70ca-af6b-4154-b250-089c329883bb/status +3195+ RESPONSE_RAW='{"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c63b3329-a79d-427e-9057-72ee6a3e4788/status +3279+ RESPONSE_RAW='{"uuid":"c63b3329-a79d-427e-9057-72ee6a3e4788","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"c63b3329-a79d-427e-9057-72ee6a3e4788","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"c63b3329-a79d-427e-9057-72ee6a3e4788","notarizationStatus":{"status":"ERROR","message":"Issue' happened while uploading file to Apple notarization 'service","moreInfo":"Failed' to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this 'package"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=ERROR +3279+ [[ ERROR == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ [[ 200 == \5\0\3 ]] +3279+ [[ 200 == \5\0\2 ]] +3279+ [[ ERROR != \C\O\M\P\L\E\T\E ]] +3279+ echo 'Notarization failed: {"uuid":"c63b3329-a79d-427e-9057-72ee6a3e4788","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' Notarization failed: {"uuid":"c63b3329-a79d-427e-9057-72ee6a3e4788","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} ++3279+ expr 2 - 1 +3279+ retryCount=1 +3279+ '[' 1 -eq 0 ']' +3279+ echo Retrying... Retrying... +3279+ '[' 1 -gt 0 ']' ++3279+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-php-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +3279+ RESPONSE_RAW='{"uuid":"d7110f97-5229-4c13-b504-89e094e57ff1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"d7110f97-5229-4c13-b504-89e094e57ff1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"d7110f97-5229-4c13-b504-89e094e57ff1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ jq -r .uuid +3279+ UUID=d7110f97-5229-4c13-b504-89e094e57ff1 ++3279+ echo '{"uuid":"d7110f97-5229-4c13-b504-89e094e57ff1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ 200 == \5\0\3 ]] +3279+ [[ 200 == \5\0\2 ]] +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9fd70ca-af6b-4154-b250-089c329883bb/status +3195+ RESPONSE_RAW='{"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"ERROR","message":"Issue' happened while uploading file to Apple notarization 'service","moreInfo":"Failed' to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this 'package"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=ERROR +3195+ [[ ERROR == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ [[ 200 == \5\0\3 ]] +3195+ [[ 200 == \5\0\2 ]] +3195+ [[ ERROR != \C\O\M\P\L\E\T\E ]] +3195+ echo 'Notarization failed: {"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' Notarization failed: {"uuid":"a9fd70ca-af6b-4154-b250-089c329883bb","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} ++3195+ expr 3 - 1 +3195+ retryCount=2 +3195+ '[' 2 -eq 0 ']' +3195+ echo Retrying... Retrying... +3195+ '[' 2 -gt 0 ']' ++3195+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg'\''."}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg'\''."}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg'\''."}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m +3195+ RESPONSE_RAW='{"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ jq -r .uuid +3195+ UUID=9306a5da-a9e2-44b4-97f9-b3f0f80e8b50 ++3195+ echo '{"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ 200 == \5\0\3 ]] +3195+ [[ 200 == \5\0\2 ]] +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7110f97-5229-4c13-b504-89e094e57ff1/status +3279+ RESPONSE_RAW='{"uuid":"d7110f97-5229-4c13-b504-89e094e57ff1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"d7110f97-5229-4c13-b504-89e094e57ff1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"d7110f97-5229-4c13-b504-89e094e57ff1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg'\''."}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg'\''."}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg'\''."}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9306a5da-a9e2-44b4-97f9-b3f0f80e8b50/status +3195+ RESPONSE_RAW='{"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7110f97-5229-4c13-b504-89e094e57ff1/status +3279+ RESPONSE_RAW='{"uuid":"d7110f97-5229-4c13-b504-89e094e57ff1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"d7110f97-5229-4c13-b504-89e094e57ff1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"d7110f97-5229-4c13-b504-89e094e57ff1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=IN_PROGRESS +3279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg'\''."}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg'\''."}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg'\''."}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9306a5da-a9e2-44b4-97f9-b3f0f80e8b50/status +3195+ RESPONSE_RAW='{"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d7110f97-5229-4c13-b504-89e094e57ff1/status +3279+ RESPONSE_RAW='{"uuid":"d7110f97-5229-4c13-b504-89e094e57ff1","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} 200' ++3279+ head -n1 +3279+ RESPONSE='{"uuid":"d7110f97-5229-4c13-b504-89e094e57ff1","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' ++3279+ tail -n1 +3279+ STATUS_CODE=200 ++3279+ echo '{"uuid":"d7110f97-5229-4c13-b504-89e094e57ff1","notarizationStatus":{"status":"ERROR","message":"Issue' happened while uploading file to Apple notarization 'service","moreInfo":"Failed' to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this 'package"}}' ++3279+ jq -r .notarizationStatus.status +3279+ STATUS=ERROR +3279+ [[ ERROR == \I\N\_\P\R\O\G\R\E\S\S ]] +3279+ [[ 200 == \5\0\3 ]] +3279+ [[ 200 == \5\0\2 ]] +3279+ [[ ERROR != \C\O\M\P\L\E\T\E ]] +3279+ echo 'Notarization failed: {"uuid":"d7110f97-5229-4c13-b504-89e094e57ff1","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' Notarization failed: {"uuid":"d7110f97-5229-4c13-b504-89e094e57ff1","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} ++3279+ expr 1 - 1 +3279+ retryCount=0 +3279+ '[' 0 -eq 0 ']' +3279+ echo 'Notarization failed 3 times. Exiting' Notarization failed 3 times. Exiting +3279+ exit 1 ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg'\''."}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg'\''."}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg'\''."}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9306a5da-a9e2-44b4-97f9-b3f0f80e8b50/status +3195+ RESPONSE_RAW='{"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg'\''."}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg'\''."}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg'\''."}}' ++3372+ jq -r .notarizationStatus.status +3372+ STATUS=IN_PROGRESS +3372+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9306a5da-a9e2-44b4-97f9-b3f0f80e8b50/status +3195+ RESPONSE_RAW='{"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"ERROR","message":"Issue' happened while uploading file to Apple notarization 'service","moreInfo":"Failed' to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this 'package"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=ERROR +3195+ [[ ERROR == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ [[ 200 == \5\0\3 ]] +3195+ [[ 200 == \5\0\2 ]] +3195+ [[ ERROR != \C\O\M\P\L\E\T\E ]] +3195+ echo 'Notarization failed: {"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' Notarization failed: {"uuid":"9306a5da-a9e2-44b4-97f9-b3f0f80e8b50","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} ++3195+ expr 2 - 1 +3195+ retryCount=1 +3195+ '[' 1 -eq 0 ']' +3195+ echo Retrying... Retrying... +3195+ '[' 1 -gt 0 ']' ++3195+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2021-06-RC1", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +3195+ RESPONSE_RAW='{"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ jq -r .uuid +3195+ UUID=ae14471e-0cfe-4820-9555-3a37bde126c1 ++3195+ echo '{"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ 200 == \5\0\3 ]] +3195+ [[ 200 == \5\0\2 ]] +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3372+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/status +3372+ RESPONSE_RAW='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"cdd547f3-4466-48eb-ab3c-ca0e17e22af4\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg\",\n \"uploadDate\": \"2021-06-10T00:58:17Z\",\n \"sha256\": \"576f3e27e3c4af71b27dadb90591f04086bc8ef17416a9ae29a4eae87146aef8\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a44835798c6bf3072a1ed6f8e5c4be2a76d5100f\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07db295a82ebab371a683a2d58c2cb0df34f4a65\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07db295a82ebab371a683a2d58c2cb0df34f4a65\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++3372+ head -n1 +3372+ RESPONSE='{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"cdd547f3-4466-48eb-ab3c-ca0e17e22af4\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg\",\n \"uploadDate\": \"2021-06-10T00:58:17Z\",\n \"sha256\": \"576f3e27e3c4af71b27dadb90591f04086bc8ef17416a9ae29a4eae87146aef8\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a44835798c6bf3072a1ed6f8e5c4be2a76d5100f\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07db295a82ebab371a683a2d58c2cb0df34f4a65\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07db295a82ebab371a683a2d58c2cb0df34f4a65\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++3372+ tail -n1 +3372+ STATUS_CODE=200 ++3372+ jq -r .notarizationStatus.status ++3372+ echo '{"uuid":"6f970c4e-801f-481e-8ed3-38c2122b081a","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"cdd547f3-4466-48eb-ab3c-ca0e17e22af4\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg\",\n' '\"uploadDate\":' '\"2021-06-10T00:58:17Z\",\n' '\"sha256\":' '\"576f3e27e3c4af71b27dadb90591f04086bc8ef17416a9ae29a4eae87146aef8\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a44835798c6bf3072a1ed6f8e5c4be2a76d5100f\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07db295a82ebab371a683a2d58c2cb0df34f4a65\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64-4719784545090129965.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07db295a82ebab371a683a2d58c2cb0df34f4a65\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +3372+ STATUS=COMPLETE +3372+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +3372+ [[ 200 == \5\0\3 ]] +3372+ [[ 200 == \5\0\2 ]] +3372+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +3372+ break +3372+ rm eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg +3372+ curl -JO https://cbi.eclipse.org/macos/xcrun/6f970c4e-801f-481e-8ed3-38c2122b081a/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11.6M 0 11.6M 0 0 23.3M 0 --:--:-- --:--:-- --:--:-- 23.3M 100 53.7M 0 53.7M 0 0 35.5M 0 --:--:-- 0:00:01 --:--:-- 35.5M 100 83.7M 0 83.7M 0 0 33.4M 0 --:--:-- 0:00:02 --:--:-- 33.4M 100 119M 0 119M 0 0 34.1M 0 --:--:-- 0:00:03 --:--:-- 34.1M++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg'\''."}}' ++3390+ jq -r .notarizationStatus.status +3390+ STATUS=IN_PROGRESS +3390+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ sleep 1m 100 158M 0 158M 0 0 35.2M 0 --:--:-- 0:00:04 --:--:-- 35.2M++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m 100 197M 0 197M 0 0 35.8M 0 --:--:-- 0:00:05 --:--:-- 37.0M 100 231M 0 231M 0 0 35.5M 0 --:--:-- 0:00:06 --:--:-- 35.5M 100 270M 0 270M 0 0 36.1M 0 --:--:-- 0:00:07 --:--:-- 37.4M++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m 100 289M 0 289M 0 0 36.7M 0 --:--:-- 0:00:07 --:--:-- 38.9M curl: Saved to filename 'eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg' +3372+ cp -vf eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg 'eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg' ++3372+ dirname /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg +3372+ d=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive ++3372+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg +3372+ b=eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg +3372+ cd /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive +3372+ md5sum eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg +3372+ sha1sum eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg +3372+ sha512sum -b eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg +3372+ rm eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +3372+ rm -f eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +3372+ rm -f eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +3372+ rm -f eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ae14471e-0cfe-4820-9555-3a37bde126c1/status +3195+ RESPONSE_RAW='{"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3390+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/status +3390+ RESPONSE_RAW='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ca95186d-8edc-41c4-8792-88084bb9e465\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg\",\n \"uploadDate\": \"2021-06-10T00:55:34Z\",\n \"sha256\": \"817bf326c9796cebfbae5affc78b5c6b1cbc9330b576e5d5aacb6f12cbb67d9d\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"34305b72ccd137750baeb5d5fdf9036a7ecc88f0\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f330638b92f265490eb6ce50171d4f81426dc69\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f330638b92f265490eb6ce50171d4f81426dc69\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++3390+ head -n1 +3390+ RESPONSE='{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ca95186d-8edc-41c4-8792-88084bb9e465\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg\",\n \"uploadDate\": \"2021-06-10T00:55:34Z\",\n \"sha256\": \"817bf326c9796cebfbae5affc78b5c6b1cbc9330b576e5d5aacb6f12cbb67d9d\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"34305b72ccd137750baeb5d5fdf9036a7ecc88f0\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f330638b92f265490eb6ce50171d4f81426dc69\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f330638b92f265490eb6ce50171d4f81426dc69\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++3390+ tail -n1 +3390+ STATUS_CODE=200 ++3390+ jq -r .notarizationStatus.status ++3390+ echo '{"uuid":"5ea534e6-3463-4566-8004-ec892bd8af2a","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"ca95186d-8edc-41c4-8792-88084bb9e465\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg\",\n' '\"uploadDate\":' '\"2021-06-10T00:55:34Z\",\n' '\"sha256\":' '\"817bf326c9796cebfbae5affc78b5c6b1cbc9330b576e5d5aacb6f12cbb67d9d\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"34305b72ccd137750baeb5d5fdf9036a7ecc88f0\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f330638b92f265490eb6ce50171d4f81426dc69\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64-5617161982200339364.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f330638b92f265490eb6ce50171d4f81426dc69\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +3390+ STATUS=COMPLETE +3390+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +3390+ [[ 200 == \5\0\3 ]] +3390+ [[ 200 == \5\0\2 ]] +3390+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +3390+ break +3390+ rm eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg +3390+ curl -JO https://cbi.eclipse.org/macos/xcrun/5ea534e6-3463-4566-8004-ec892bd8af2a/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 988k 0 988k 0 0 10.3M 0 --:--:-- --:--:-- --:--:-- 10.2M++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m 100 15.9M 0 15.9M 0 0 14.5M 0 --:--:-- 0:00:01 --:--:-- 14.5M 100 24.1M 0 24.1M 0 0 11.5M 0 --:--:-- 0:00:02 --:--:-- 11.5M 100 41.1M 0 41.1M 0 0 13.2M 0 --:--:-- 0:00:03 --:--:-- 13.2M++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status 100 71.0M 0 71.0M 0 0 17.3M 0 --:--:-- 0:00:04 --:--:-- 17.3M+3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m 100 106M 0 106M 0 0 20.8M 0 --:--:-- 0:00:05 --:--:-- 21.0M 100 144M 0 144M 0 0 23.7M 0 --:--:-- 0:00:06 --:--:-- 25.7M 100 178M 0 178M 0 0 25.2M 0 --:--:-- 0:00:07 --:--:-- 30.9M 100 215M 0 215M 0 0 26.6M 0 --:--:-- 0:00:08 --:--:-- 34.8M 100 248M 0 248M 0 0 27.3M 0 --:--:-- 0:00:09 --:--:-- 35.4M 100 281M 0 281M 0 0 27.8M 0 --:--:-- 0:00:10 --:--:-- 34.9M 100 306M 0 306M 0 0 27.6M 0 --:--:-- 0:00:11 --:--:-- 32.3M 100 343M 0 343M 0 0 28.0M 0 --:--:-- 0:00:12 --:--:-- 31.9M 100 372M 0 372M 0 0 28.4M 0 --:--:-- 0:00:13 --:--:-- 31.3M 100 409M 0 409M 0 0 29.0M 0 --:--:-- 0:00:14 --:--:-- 32.2M curl: Saved to filename 'eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg' +3390+ cp -vf eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg 'eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg' ++3390+ dirname /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg +3390+ d=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive ++3390+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg +3390+ b=eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg +3390+ cd /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive +3390+ md5sum eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg +3390+ sha1sum eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg +3390+ sha512sum -b eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg +3390+ rm eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +3390+ rm -f eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +3390+ rm -f eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +3390+ rm -f eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ae14471e-0cfe-4820-9555-3a37bde126c1/status +3195+ RESPONSE_RAW='{"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ae14471e-0cfe-4820-9555-3a37bde126c1/status +3195+ RESPONSE_RAW='{"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=IN_PROGRESS +3195+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3195+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ae14471e-0cfe-4820-9555-3a37bde126c1/status +3195+ RESPONSE_RAW='{"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} 200' ++3195+ head -n1 +3195+ RESPONSE='{"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' ++3195+ tail -n1 +3195+ STATUS_CODE=200 ++3195+ echo '{"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"ERROR","message":"Issue' happened while uploading file to Apple notarization 'service","moreInfo":"Failed' to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this 'package"}}' ++3195+ jq -r .notarizationStatus.status +3195+ STATUS=ERROR +3195+ [[ ERROR == \I\N\_\P\R\O\G\R\E\S\S ]] +3195+ [[ 200 == \5\0\3 ]] +3195+ [[ 200 == \5\0\2 ]] +3195+ [[ ERROR != \C\O\M\P\L\E\T\E ]] +3195+ echo 'Notarization failed: {"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}}' Notarization failed: {"uuid":"ae14471e-0cfe-4820-9555-3a37bde126c1","notarizationStatus":{"status":"ERROR","message":"Issue happened while uploading file to Apple notarization service","moreInfo":"Failed to notarize the requested file. Reason: Cannot proceed with delivery: an existing transporter instance is currently uploading this package"}} ++3195+ expr 1 - 1 +3195+ retryCount=0 +3195+ '[' 0 -eq 0 ']' +3195+ echo 'Notarization failed 3 times. Exiting' Notarization failed 3 times. Exiting +3195+ exit 1 ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg'\''."}}' ++3230+ jq -r .notarizationStatus.status +3230+ STATUS=IN_PROGRESS +3230+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3230+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/status +3230+ RESPONSE_RAW='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"064e55ae-551c-45ee-a2c9-a1da3f912173\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg\",\n \"uploadDate\": \"2021-06-10T00:55:05Z\",\n \"sha256\": \"f991e738aedbad28c54adf5f777905966a3be1aa7047bae224dfc46735708686\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f391ae3d64b559848b8717854e074d39bba2c5\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d74ce00e887fc6d7037d0f2e7ba08762cda9ce8e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.20.0.20210609-1442/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d74ce00e887fc6d7037d0f2e7ba08762cda9ce8e\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++3230+ head -n1 +3230+ RESPONSE='{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"064e55ae-551c-45ee-a2c9-a1da3f912173\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg\",\n \"uploadDate\": \"2021-06-10T00:55:05Z\",\n \"sha256\": \"f991e738aedbad28c54adf5f777905966a3be1aa7047bae224dfc46735708686\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4f391ae3d64b559848b8717854e074d39bba2c5\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d74ce00e887fc6d7037d0f2e7ba08762cda9ce8e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.20.0.20210609-1442/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d74ce00e887fc6d7037d0f2e7ba08762cda9ce8e\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++3230+ tail -n1 +3230+ STATUS_CODE=200 ++3230+ jq -r .notarizationStatus.status ++3230+ echo '{"uuid":"3d1bb597-71af-486f-a222-c357eed9f797","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"064e55ae-551c-45ee-a2c9-a1da3f912173\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg\",\n' '\"uploadDate\":' '\"2021-06-10T00:55:05Z\",\n' '\"sha256\":' '\"f991e738aedbad28c54adf5f777905966a3be1aa7047bae224dfc46735708686\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4f391ae3d64b559848b8717854e074d39bba2c5\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d74ce00e887fc6d7037d0f2e7ba08762cda9ce8e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.20.0.20210609-1442/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64-3673796902293597911.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d74ce00e887fc6d7037d0f2e7ba08762cda9ce8e\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +3230+ STATUS=COMPLETE +3230+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +3230+ [[ 200 == \5\0\3 ]] +3230+ [[ 200 == \5\0\2 ]] +3230+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +3230+ break +3230+ rm eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg +3230+ curl -JO https://cbi.eclipse.org/macos/xcrun/3d1bb597-71af-486f-a222-c357eed9f797/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 115k 0 115k 0 0 2056k 0 --:--:-- --:--:-- --:--:-- 2020k 100 32.6M 0 32.6M 0 0 30.8M 0 --:--:-- 0:00:01 --:--:-- 30.8M 100 72.5M 0 72.5M 0 0 35.2M 0 --:--:-- 0:00:02 --:--:-- 35.2M 100 102M 0 102M 0 0 33.7M 0 --:--:-- 0:00:03 --:--:-- 33.7M++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m 100 134M 0 134M 0 0 33.2M 0 --:--:-- 0:00:04 --:--:-- 33.2M 100 164M 0 164M 0 0 32.5M 0 --:--:-- 0:00:05 --:--:-- 32.9M 100 192M 0 192M 0 0 31.7M 0 --:--:-- 0:00:06 --:--:-- 31.9M 100 221M 0 221M 0 0 31.3M 0 --:--:-- 0:00:07 --:--:-- 29.7M 100 245M 0 245M 0 0 30.4M 0 --:--:-- 0:00:08 --:--:-- 28.4M 100 261M 0 261M 0 0 28.8M 0 --:--:-- 0:00:09 --:--:-- 25.3M 100 284M 0 284M 0 0 28.2M 0 --:--:-- 0:00:10 --:--:-- 23.9M 100 309M 0 309M 0 0 28.0M 0 --:--:-- 0:00:11 --:--:-- 23.5M 100 336M 0 336M 0 0 27.8M 0 --:--:-- 0:00:12 --:--:-- 22.9M 100 360M 0 360M 0 0 27.6M 0 --:--:-- 0:00:13 --:--:-- 23.1M 100 383M 0 383M 0 0 27.2M 0 --:--:-- 0:00:14 --:--:-- 24.3M 100 409M 0 409M 0 0 27.1M 0 --:--:-- 0:00:15 --:--:-- 24.9M 100 430M 0 430M 0 0 26.8M 0 --:--:-- 0:00:16 --:--:-- 24.1M 100 437M 0 437M 0 0 26.8M 0 --:--:-- 0:00:16 --:--:-- 24.0M curl: Saved to filename 'eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg' +3230+ cp -vf eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg 'eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg' ++3230+ dirname /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg +3230+ d=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive ++3230+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg +3230+ b=eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg +3230+ cd /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive +3230+ md5sum eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg +3230+ sha1sum eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg +3230+ sha512sum -b eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg +3230+ rm eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +3230+ rm -f eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +3230+ rm -f eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +3230+ rm -f eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg'\''."}}' ++3254+ jq -r .notarizationStatus.status +3254+ STATUS=IN_PROGRESS +3254+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ sleep 1m ++3254+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/status +3254+ RESPONSE_RAW='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"c19c0988-6adc-4ef2-b14a-b6898d0a046e\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg\",\n \"uploadDate\": \"2021-06-10T00:42:05Z\",\n \"sha256\": \"d88845c170a8d7023430f64884a08b9bc0fbb25382a9cc0a88a43b958f439cf8\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5b8e52f629b0a5012168b56b42608171c57e3e0\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3204cfb9b20e13086023ae9f4a0b064619307b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.parallel.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0c8483a9e4b3b1f4f0c4e88cf85cd085235fb133\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1fb03397426fd8ab96ed51851253f3389ebbea3\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d27f806856db5f10cb6338c6791d49c9f26facd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"636de20c64c4eff4ac39afce9d29ced1ae384dfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202106080120.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b291eb90851520f9087e82672ea7eff3edb0d1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3204cfb9b20e13086023ae9f4a0b064619307b6\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++3254+ head -n1 +3254+ RESPONSE='{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"c19c0988-6adc-4ef2-b14a-b6898d0a046e\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg\",\n \"uploadDate\": \"2021-06-10T00:42:05Z\",\n \"sha256\": \"d88845c170a8d7023430f64884a08b9bc0fbb25382a9cc0a88a43b958f439cf8\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c5b8e52f629b0a5012168b56b42608171c57e3e0\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3204cfb9b20e13086023ae9f4a0b064619307b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.parallel.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0c8483a9e4b3b1f4f0c4e88cf85cd085235fb133\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1fb03397426fd8ab96ed51851253f3389ebbea3\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6d27f806856db5f10cb6338c6791d49c9f26facd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"636de20c64c4eff4ac39afce9d29ced1ae384dfa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202106080120.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b291eb90851520f9087e82672ea7eff3edb0d1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3204cfb9b20e13086023ae9f4a0b064619307b6\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++3254+ tail -n1 +3254+ STATUS_CODE=200 ++3254+ jq -r .notarizationStatus.status ++3254+ echo '{"uuid":"2b629455-c659-42e2-958e-6c24ea678fdc","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"c19c0988-6adc-4ef2-b14a-b6898d0a046e\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg\",\n' '\"uploadDate\":' '\"2021-06-10T00:42:05Z\",\n' '\"sha256\":' '\"d88845c170a8d7023430f64884a08b9bc0fbb25382a9cc0a88a43b958f439cf8\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c5b8e52f629b0a5012168b56b42608171c57e3e0\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3204cfb9b20e13086023ae9f4a0b064619307b6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.parallel.executable.cocoa.macosx.x86_64_4.20.0.20210609-0618/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210609-0520/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a95b6f2c4152e0cabb59b5f5ceec2bc50eb49b0b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0c8483a9e4b3b1f4f0c4e88cf85cd085235fb133\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1fb03397426fd8ab96ed51851253f3389ebbea3\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6d27f806856db5f10cb6338c6791d49c9f26facd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202106080120.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"636de20c64c4eff4ac39afce9d29ced1ae384dfa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202106080120.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b291eb90851520f9087e82672ea7eff3edb0d1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259/eclipse_11408.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9524d535aff39da8ac11f8097ee85c643aac76a7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64-2486249286668491549.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3204cfb9b20e13086023ae9f4a0b064619307b6\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +3254+ STATUS=COMPLETE +3254+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +3254+ [[ 200 == \5\0\3 ]] +3254+ [[ 200 == \5\0\2 ]] +3254+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +3254+ break +3254+ rm eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg +3254+ curl -JO https://cbi.eclipse.org/macos/xcrun/2b629455-c659-42e2-958e-6c24ea678fdc/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.3M 0 22.3M 0 0 36.8M 0 --:--:-- --:--:-- --:--:-- 36.8M 100 58.3M 0 58.3M 0 0 36.3M 0 --:--:-- 0:00:01 --:--:-- 36.2M 100 90.6M 0 90.6M 0 0 34.8M 0 --:--:-- 0:00:02 --:--:-- 34.8M 100 127M 0 127M 0 0 35.3M 0 --:--:-- 0:00:03 --:--:-- 35.3M 100 162M 0 162M 0 0 35.2M 0 --:--:-- 0:00:04 --:--:-- 35.2M 100 199M 0 199M 0 0 35.5M 0 --:--:-- 0:00:05 --:--:-- 35.4M 100 237M 0 237M 0 0 35.8M 0 --:--:-- 0:00:06 --:--:-- 35.7M 100 275M 0 275M 0 0 36.2M 0 --:--:-- 0:00:07 --:--:-- 36.9M 100 316M 0 316M 0 0 37.1M 0 --:--:-- 0:00:08 --:--:-- 38.4M curl: Saved to filename 'eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg' +3254+ cp -vf eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg 'eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg' ++3254+ dirname /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg +3254+ d=/home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive ++3254+ basename /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg +3254+ b=eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg +3254+ cd /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive +3254+ md5sum eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg +3254+ sha1sum eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg +3254+ sha512sum -b eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg +3254+ rm eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +3254+ rm -f eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +3254+ rm -f eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +3254+ rm -f eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++2514+ find /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive -name '*.dmg-tonotarize' +2514+ [[ -n /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize ]] +2514+ echo 'Failed to notarize the following' Failed to notarize the following +2514+ find /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive -name '*.dmg-tonotarize' /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive/eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ echo 'The following files were found to not have been notarized' +2514+ find /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive -name '*.dmg-tonotarize' +2514+ EXITCODE=124 +2514+ cd /home/jenkins/agent/workspace/simrel.epp-tycho-build/org.eclipse.epp.packages/archive ++2514+ find eclipse-committers-2021-06-RC1-win32-x86_64.zip eclipse-cpp-2021-06-RC1-win32-x86_64.zip eclipse-dsl-2021-06-RC1-win32-x86_64.zip eclipse-embedcpp-2021-06-RC1-win32-x86_64.zip eclipse-java-2021-06-RC1-win32-x86_64.zip eclipse-jee-2021-06-RC1-win32-x86_64.zip eclipse-modeling-2021-06-RC1-win32-x86_64.zip eclipse-parallel-2021-06-RC1-win32-x86_64.zip eclipse-php-2021-06-RC1-win32-x86_64.zip eclipse-rcp-2021-06-RC1-win32-x86_64.zip eclipse-scout-2021-06-RC1-win32-x86_64.zip eclipse-committers-2021-06-RC1-linux-gtk-aarch64.tar.gz eclipse-committers-2021-06-RC1-linux-gtk-x86_64.tar.gz eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.tar.gz eclipse-cpp-2021-06-RC1-linux-gtk-aarch64.tar.gz eclipse-cpp-2021-06-RC1-linux-gtk-x86_64.tar.gz eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz eclipse-dsl-2021-06-RC1-linux-gtk-aarch64.tar.gz eclipse-dsl-2021-06-RC1-linux-gtk-x86_64.tar.gz eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.tar.gz eclipse-embedcpp-2021-06-RC1-linux-gtk-aarch64.tar.gz eclipse-embedcpp-2021-06-RC1-linux-gtk-x86_64.tar.gz eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz eclipse-java-2021-06-RC1-linux-gtk-aarch64.tar.gz eclipse-java-2021-06-RC1-linux-gtk-x86_64.tar.gz eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.tar.gz eclipse-jee-2021-06-RC1-linux-gtk-aarch64.tar.gz eclipse-jee-2021-06-RC1-linux-gtk-x86_64.tar.gz eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.tar.gz eclipse-modeling-2021-06-RC1-linux-gtk-aarch64.tar.gz eclipse-modeling-2021-06-RC1-linux-gtk-x86_64.tar.gz eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.tar.gz eclipse-parallel-2021-06-RC1-linux-gtk-aarch64.tar.gz eclipse-parallel-2021-06-RC1-linux-gtk-x86_64.tar.gz eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.tar.gz eclipse-php-2021-06-RC1-linux-gtk-aarch64.tar.gz eclipse-php-2021-06-RC1-linux-gtk-x86_64.tar.gz eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.tar.gz eclipse-rcp-2021-06-RC1-linux-gtk-aarch64.tar.gz eclipse-rcp-2021-06-RC1-linux-gtk-x86_64.tar.gz eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz eclipse-scout-2021-06-RC1-linux-gtk-aarch64.tar.gz eclipse-scout-2021-06-RC1-linux-gtk-x86_64.tar.gz eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.tar.gz eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-committers-2021-06-RC1-win32-x86_64.zip .. eclipse-committers-2021-06-RC1-win32-x86_64.zip +2514+ md5sum eclipse-committers-2021-06-RC1-win32-x86_64.zip +2514+ sha1sum eclipse-committers-2021-06-RC1-win32-x86_64.zip +2514+ sha512sum -b eclipse-committers-2021-06-RC1-win32-x86_64.zip +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-cpp-2021-06-RC1-win32-x86_64.zip .. eclipse-cpp-2021-06-RC1-win32-x86_64.zip +2514+ md5sum eclipse-cpp-2021-06-RC1-win32-x86_64.zip +2514+ sha1sum eclipse-cpp-2021-06-RC1-win32-x86_64.zip +2514+ sha512sum -b eclipse-cpp-2021-06-RC1-win32-x86_64.zip +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-dsl-2021-06-RC1-win32-x86_64.zip .. eclipse-dsl-2021-06-RC1-win32-x86_64.zip +2514+ md5sum eclipse-dsl-2021-06-RC1-win32-x86_64.zip +2514+ sha1sum eclipse-dsl-2021-06-RC1-win32-x86_64.zip +2514+ sha512sum -b eclipse-dsl-2021-06-RC1-win32-x86_64.zip +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-embedcpp-2021-06-RC1-win32-x86_64.zip .. eclipse-embedcpp-2021-06-RC1-win32-x86_64.zip +2514+ md5sum eclipse-embedcpp-2021-06-RC1-win32-x86_64.zip +2514+ sha1sum eclipse-embedcpp-2021-06-RC1-win32-x86_64.zip +2514+ sha512sum -b eclipse-embedcpp-2021-06-RC1-win32-x86_64.zip +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-java-2021-06-RC1-win32-x86_64.zip .. eclipse-java-2021-06-RC1-win32-x86_64.zip +2514+ md5sum eclipse-java-2021-06-RC1-win32-x86_64.zip +2514+ sha1sum eclipse-java-2021-06-RC1-win32-x86_64.zip +2514+ sha512sum -b eclipse-java-2021-06-RC1-win32-x86_64.zip +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-jee-2021-06-RC1-win32-x86_64.zip .. eclipse-jee-2021-06-RC1-win32-x86_64.zip +2514+ md5sum eclipse-jee-2021-06-RC1-win32-x86_64.zip +2514+ sha1sum eclipse-jee-2021-06-RC1-win32-x86_64.zip +2514+ sha512sum -b eclipse-jee-2021-06-RC1-win32-x86_64.zip +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-modeling-2021-06-RC1-win32-x86_64.zip .. eclipse-modeling-2021-06-RC1-win32-x86_64.zip +2514+ md5sum eclipse-modeling-2021-06-RC1-win32-x86_64.zip +2514+ sha1sum eclipse-modeling-2021-06-RC1-win32-x86_64.zip +2514+ sha512sum -b eclipse-modeling-2021-06-RC1-win32-x86_64.zip +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-parallel-2021-06-RC1-win32-x86_64.zip .. eclipse-parallel-2021-06-RC1-win32-x86_64.zip +2514+ md5sum eclipse-parallel-2021-06-RC1-win32-x86_64.zip +2514+ sha1sum eclipse-parallel-2021-06-RC1-win32-x86_64.zip +2514+ sha512sum -b eclipse-parallel-2021-06-RC1-win32-x86_64.zip +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-php-2021-06-RC1-win32-x86_64.zip .. eclipse-php-2021-06-RC1-win32-x86_64.zip +2514+ md5sum eclipse-php-2021-06-RC1-win32-x86_64.zip +2514+ sha1sum eclipse-php-2021-06-RC1-win32-x86_64.zip +2514+ sha512sum -b eclipse-php-2021-06-RC1-win32-x86_64.zip +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-rcp-2021-06-RC1-win32-x86_64.zip .. eclipse-rcp-2021-06-RC1-win32-x86_64.zip +2514+ md5sum eclipse-rcp-2021-06-RC1-win32-x86_64.zip +2514+ sha1sum eclipse-rcp-2021-06-RC1-win32-x86_64.zip +2514+ sha512sum -b eclipse-rcp-2021-06-RC1-win32-x86_64.zip +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-scout-2021-06-RC1-win32-x86_64.zip .. eclipse-scout-2021-06-RC1-win32-x86_64.zip +2514+ md5sum eclipse-scout-2021-06-RC1-win32-x86_64.zip +2514+ sha1sum eclipse-scout-2021-06-RC1-win32-x86_64.zip +2514+ sha512sum -b eclipse-scout-2021-06-RC1-win32-x86_64.zip +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-committers-2021-06-RC1-linux-gtk-aarch64.tar.gz .. eclipse-committers-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ md5sum eclipse-committers-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha1sum eclipse-committers-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha512sum -b eclipse-committers-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-committers-2021-06-RC1-linux-gtk-x86_64.tar.gz .. eclipse-committers-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ md5sum eclipse-committers-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha1sum eclipse-committers-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha512sum -b eclipse-committers-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.tar.gz .. eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ md5sum eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha1sum eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha512sum -b eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-cpp-2021-06-RC1-linux-gtk-aarch64.tar.gz .. eclipse-cpp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ md5sum eclipse-cpp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha1sum eclipse-cpp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha512sum -b eclipse-cpp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-cpp-2021-06-RC1-linux-gtk-x86_64.tar.gz .. eclipse-cpp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ md5sum eclipse-cpp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha1sum eclipse-cpp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha512sum -b eclipse-cpp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz .. eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ md5sum eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha1sum eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha512sum -b eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-dsl-2021-06-RC1-linux-gtk-aarch64.tar.gz .. eclipse-dsl-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ md5sum eclipse-dsl-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha1sum eclipse-dsl-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha512sum -b eclipse-dsl-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-dsl-2021-06-RC1-linux-gtk-x86_64.tar.gz .. eclipse-dsl-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ md5sum eclipse-dsl-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha1sum eclipse-dsl-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha512sum -b eclipse-dsl-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.tar.gz .. eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ md5sum eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha1sum eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha512sum -b eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-embedcpp-2021-06-RC1-linux-gtk-aarch64.tar.gz .. eclipse-embedcpp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ md5sum eclipse-embedcpp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha1sum eclipse-embedcpp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha512sum -b eclipse-embedcpp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-embedcpp-2021-06-RC1-linux-gtk-x86_64.tar.gz .. eclipse-embedcpp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ md5sum eclipse-embedcpp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha1sum eclipse-embedcpp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha512sum -b eclipse-embedcpp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz .. eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ md5sum eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha1sum eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha512sum -b eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-java-2021-06-RC1-linux-gtk-aarch64.tar.gz .. eclipse-java-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ md5sum eclipse-java-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha1sum eclipse-java-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha512sum -b eclipse-java-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-java-2021-06-RC1-linux-gtk-x86_64.tar.gz .. eclipse-java-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ md5sum eclipse-java-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha1sum eclipse-java-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha512sum -b eclipse-java-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.tar.gz .. eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ md5sum eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha1sum eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha512sum -b eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-jee-2021-06-RC1-linux-gtk-aarch64.tar.gz .. eclipse-jee-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ md5sum eclipse-jee-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha1sum eclipse-jee-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha512sum -b eclipse-jee-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-jee-2021-06-RC1-linux-gtk-x86_64.tar.gz .. eclipse-jee-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ md5sum eclipse-jee-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha1sum eclipse-jee-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha512sum -b eclipse-jee-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.tar.gz .. eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ md5sum eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha1sum eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha512sum -b eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-modeling-2021-06-RC1-linux-gtk-aarch64.tar.gz .. eclipse-modeling-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ md5sum eclipse-modeling-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha1sum eclipse-modeling-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha512sum -b eclipse-modeling-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-modeling-2021-06-RC1-linux-gtk-x86_64.tar.gz .. eclipse-modeling-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ md5sum eclipse-modeling-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha1sum eclipse-modeling-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha512sum -b eclipse-modeling-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.tar.gz .. eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ md5sum eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha1sum eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha512sum -b eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-parallel-2021-06-RC1-linux-gtk-aarch64.tar.gz .. eclipse-parallel-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ md5sum eclipse-parallel-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha1sum eclipse-parallel-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha512sum -b eclipse-parallel-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-parallel-2021-06-RC1-linux-gtk-x86_64.tar.gz .. eclipse-parallel-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ md5sum eclipse-parallel-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha1sum eclipse-parallel-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha512sum -b eclipse-parallel-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.tar.gz .. eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ md5sum eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha1sum eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha512sum -b eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-php-2021-06-RC1-linux-gtk-aarch64.tar.gz .. eclipse-php-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ md5sum eclipse-php-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha1sum eclipse-php-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha512sum -b eclipse-php-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-php-2021-06-RC1-linux-gtk-x86_64.tar.gz .. eclipse-php-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ md5sum eclipse-php-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha1sum eclipse-php-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha512sum -b eclipse-php-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.tar.gz .. eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ md5sum eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha1sum eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha512sum -b eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-rcp-2021-06-RC1-linux-gtk-aarch64.tar.gz .. eclipse-rcp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ md5sum eclipse-rcp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha1sum eclipse-rcp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha512sum -b eclipse-rcp-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-rcp-2021-06-RC1-linux-gtk-x86_64.tar.gz .. eclipse-rcp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ md5sum eclipse-rcp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha1sum eclipse-rcp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha512sum -b eclipse-rcp-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz .. eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ md5sum eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha1sum eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha512sum -b eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-scout-2021-06-RC1-linux-gtk-aarch64.tar.gz .. eclipse-scout-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ md5sum eclipse-scout-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha1sum eclipse-scout-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ sha512sum -b eclipse-scout-2021-06-RC1-linux-gtk-aarch64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-scout-2021-06-RC1-linux-gtk-x86_64.tar.gz .. eclipse-scout-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ md5sum eclipse-scout-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha1sum eclipse-scout-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ sha512sum -b eclipse-scout-2021-06-RC1-linux-gtk-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.tar.gz .. eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ md5sum eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha1sum eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ sha512sum -b eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.tar.gz +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg .. eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ md5sum eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha1sum eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha512sum -b eclipse-committers-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg .. eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ md5sum eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha1sum eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha512sum -b eclipse-cpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg .. eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ md5sum eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha1sum eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha512sum -b eclipse-dsl-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg .. eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ md5sum eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha1sum eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha512sum -b eclipse-embedcpp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg .. eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ md5sum eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha1sum eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha512sum -b eclipse-java-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg .. eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ md5sum eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha1sum eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha512sum -b eclipse-modeling-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg .. eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ md5sum eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha1sum eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha512sum -b eclipse-parallel-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg .. eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ md5sum eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha1sum eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha512sum -b eclipse-rcp-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg .. eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ md5sum eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha1sum eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ sha512sum -b eclipse-scout-2021-06-RC1-macosx-cocoa-x86_64.dmg +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize .. eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ md5sum eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ sha1sum eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ sha512sum -b eclipse-jee-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ for II in $(find eclipse*.zip eclipse*.tar.gz eclipse*.dmg eclipse*.dmg-tonotarize) +2514+ echo .. eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize .. eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ md5sum eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ sha1sum eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ sha512sum -b eclipse-php-2021-06-RC1-macosx-cocoa-x86_64.dmg-tonotarize +2514+ ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/staging-new +2514+ scp -rp . genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-new +2514+ ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/staging-previous +2514+ ssh genie.packaging@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/technology/epp/staging +2514+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging /home/data/httpd/download.eclipse.org/technology/epp/staging-previous +2514+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging-new /home/data/httpd/download.eclipse.org/technology/epp/staging +2514+ ssh genie.packaging@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/technology/epp/staging-previous +2514+ exit 124 Build step 'Execute shell' changed build result to UNSTABLE $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 65 killed; [ssh-agent] Stopped. Sending e-mails to: jonah@kichwacoders.com Archiving artifacts Finished: UNSTABLE