Started by user Jonah Graham Running as Jonah Graham Agent basic-dcjw6 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-dcjw6" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.packaging.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-dcjw6" - 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-dcjw6" - 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-dcjw6 in workspace /home/jenkins/agent/workspace/notarize-downloads-bug-571369 [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-R69tOdtBe7Am/agent.59 SSH_AGENT_PID=61 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/notarize-downloads-bug-571369@tmp/private_key_9859150133635873082.key (/home/jenkins/agent/workspace/notarize-downloads-bug-571369@tmp/private_key_9859150133635873082.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/notarize-downloads-bug-571369/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/bug571669^{commit} # timeout=10 Checking out Revision e143088df2c76bbb15d0d68833d39679ea8bbab1 (origin/bug571669) > git config core.sparsecheckout # timeout=10 > git checkout -f e143088df2c76bbb15d0d68833d39679ea8bbab1 # timeout=10 Commit message: "[releng] Make sure no changes happen when dry-running" First time build. Skipping changelog. [notarize-downloads-bug-571369] $ /bin/bash /tmp/jenkins7866680642907536028.sh + export 'PS4=+$$+ ' + PS4='+$$+ ' +131+ SSHUSER=genie.packaging@projects-storage.eclipse.org +131+ SSH='ssh genie.packaging@projects-storage.eclipse.org' +131+ SCP=scp +131+ mkdir temp +131+ pushd temp ~/agent/workspace/notarize-downloads-bug-571369/temp ~/agent/workspace/notarize-downloads-bug-571369 ++131+ ssh genie.packaging@projects-storage.eclipse.org find /home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669 -maxdepth 1 -name '*.dmg-tonotarize' +131+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +131+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +131+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +131+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +131+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +131+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +131+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +131+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +131+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +131+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +131+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +131+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +131+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +131+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +131+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +131+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +131+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +131+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +131+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +131+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +131+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +131+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +131+ popd ~/agent/workspace/notarize-downloads-bug-571369 ++131+ find /home/jenkins/agent/workspace/notarize-downloads-bug-571369 -name '*.dmg-tonotarize' +131+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +131+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg ++131+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +131+ LOG=eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +131+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg' +131+ /home/jenkins/agent/workspace/notarize-downloads-bug-571369/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg +131+ sleep 18s +131+ tee --append eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +159+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg ++159+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg +159+ DMG=eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg +159+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg ++159+ echo eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg ++159+ sed s/-macosx.cocoa.x86_64.dmg//g ++159+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +159+ PRIMARY_BUNDLE_ID=eclipse-committers-2021-06-M2 +159+ retryCount=3 +159+ '[' 3 -gt 0 ']' ++159+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2021-06-M2", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +131+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +131+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg ++131+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +131+ LOG=eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +131+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg' +131+ /home/jenkins/agent/workspace/notarize-downloads-bug-571369/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +131+ sleep 18s +131+ tee --append eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +171+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg ++171+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +171+ DMG=eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +171+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg ++171+ echo eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg ++171+ sed s/-macosx.cocoa.x86_64.dmg//g ++171+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +171+ PRIMARY_BUNDLE_ID=eclipse-cpp-2021-06-M2 +171+ retryCount=3 +171+ '[' 3 -gt 0 ']' ++171+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2021-06-M2", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +159+ RESPONSE_RAW='{"uuid":"eb796b65-fd6f-4b77-ab09-c7fcb4187ab2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++159+ head -n1 +159+ RESPONSE='{"uuid":"eb796b65-fd6f-4b77-ab09-c7fcb4187ab2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++159+ tail -n1 +159+ STATUS_CODE=200 ++159+ echo '{"uuid":"eb796b65-fd6f-4b77-ab09-c7fcb4187ab2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++159+ jq -r .uuid +159+ UUID=eb796b65-fd6f-4b77-ab09-c7fcb4187ab2 ++159+ echo '{"uuid":"eb796b65-fd6f-4b77-ab09-c7fcb4187ab2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++159+ jq -r .notarizationStatus.status +159+ STATUS=IN_PROGRESS +159+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +159+ sleep 1m +131+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +131+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg ++131+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +131+ LOG=eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +131+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg' +131+ /home/jenkins/agent/workspace/notarize-downloads-bug-571369/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +131+ sleep 18s +131+ tee --append eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +194+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg ++194+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +194+ DMG=eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +194+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg ++194+ echo eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg ++194+ sed s/-macosx.cocoa.x86_64.dmg//g ++194+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +194+ PRIMARY_BUNDLE_ID=eclipse-dsl-2021-06-M2 +194+ retryCount=3 +194+ '[' 3 -gt 0 ']' ++194+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2021-06-M2", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +171+ RESPONSE_RAW='{"uuid":"df7950c5-4b49-4f83-8222-a566b4dba9e3","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++171+ head -n1 +171+ RESPONSE='{"uuid":"df7950c5-4b49-4f83-8222-a566b4dba9e3","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++171+ tail -n1 +171+ STATUS_CODE=200 ++171+ echo '{"uuid":"df7950c5-4b49-4f83-8222-a566b4dba9e3","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++171+ jq -r .uuid +171+ UUID=df7950c5-4b49-4f83-8222-a566b4dba9e3 ++171+ echo '{"uuid":"df7950c5-4b49-4f83-8222-a566b4dba9e3","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++171+ jq -r .notarizationStatus.status +171+ STATUS=IN_PROGRESS +171+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +171+ sleep 1m +131+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +131+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg ++131+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +131+ LOG=eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +131+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg' +131+ /home/jenkins/agent/workspace/notarize-downloads-bug-571369/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +131+ sleep 18s +131+ tee --append eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +217+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg ++217+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +217+ DMG=eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +217+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg ++217+ echo eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg ++217+ sed s/-macosx.cocoa.x86_64.dmg//g ++217+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +217+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2021-06-M2 +217+ retryCount=3 +217+ '[' 3 -gt 0 ']' ++217+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2021-06-M2", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +194+ RESPONSE_RAW='{"uuid":"9db11e81-50b3-4468-84a4-563d0ff6ee57","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++194+ head -n1 +194+ RESPONSE='{"uuid":"9db11e81-50b3-4468-84a4-563d0ff6ee57","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++194+ tail -n1 +194+ STATUS_CODE=200 ++194+ echo '{"uuid":"9db11e81-50b3-4468-84a4-563d0ff6ee57","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++194+ jq -r .uuid +194+ UUID=9db11e81-50b3-4468-84a4-563d0ff6ee57 ++194+ echo '{"uuid":"9db11e81-50b3-4468-84a4-563d0ff6ee57","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++194+ jq -r .notarizationStatus.status +194+ STATUS=IN_PROGRESS +194+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +194+ sleep 1m +131+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +131+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg ++131+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +131+ LOG=eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +131+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg' +131+ /home/jenkins/agent/workspace/notarize-downloads-bug-571369/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +131+ sleep 18s +131+ tee --append eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +240+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg ++240+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +240+ DMG=eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +240+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg ++240+ echo eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg ++240+ sed s/-macosx.cocoa.x86_64.dmg//g ++240+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +240+ PRIMARY_BUNDLE_ID=eclipse-java-2021-06-M2 +240+ retryCount=3 +240+ '[' 3 -gt 0 ']' ++240+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-java-2021-06-M2", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++159+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/eb796b65-fd6f-4b77-ab09-c7fcb4187ab2/status +159+ RESPONSE_RAW='{"uuid":"eb796b65-fd6f-4b77-ab09-c7fcb4187ab2","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\": \"0f5e32a3-fae5-4f68-a4ca-62421c51b0fd\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg\",\n \"uploadDate\": \"2021-05-06T16:20:07Z\",\n \"sha256\": \"60f115ecd03557ab06c7a64ab8d820ebda09a641fd32147aaa33833fffafcc6d\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9ad757ef32e37fa98483d4c5f1a40e9609b8720\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dede2ee1dcc299ad3a5c12971d838bd8554e148\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dede2ee1dcc299ad3a5c12971d838bd8554e148\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++159+ head -n1 +159+ RESPONSE='{"uuid":"eb796b65-fd6f-4b77-ab09-c7fcb4187ab2","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\": \"0f5e32a3-fae5-4f68-a4ca-62421c51b0fd\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg\",\n \"uploadDate\": \"2021-05-06T16:20:07Z\",\n \"sha256\": \"60f115ecd03557ab06c7a64ab8d820ebda09a641fd32147aaa33833fffafcc6d\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9ad757ef32e37fa98483d4c5f1a40e9609b8720\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dede2ee1dcc299ad3a5c12971d838bd8554e148\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dede2ee1dcc299ad3a5c12971d838bd8554e148\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++159+ tail -n1 +159+ STATUS_CODE=200 ++159+ jq -r .notarizationStatus.status ++159+ echo '{"uuid":"eb796b65-fd6f-4b77-ab09-c7fcb4187ab2","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\":' '\"0f5e32a3-fae5-4f68-a4ca-62421c51b0fd\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg\",\n' '\"uploadDate\":' '\"2021-05-06T16:20:07Z\",\n' '\"sha256\":' '\"60f115ecd03557ab06c7a64ab8d820ebda09a641fd32147aaa33833fffafcc6d\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9ad757ef32e37fa98483d4c5f1a40e9609b8720\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dede2ee1dcc299ad3a5c12971d838bd8554e148\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.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.I20210429-1800/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dede2ee1dcc299ad3a5c12971d838bd8554e148\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +159+ STATUS=COMPLETE +159+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +159+ [[ 200 == \5\0\3 ]] +159+ [[ 200 == \5\0\2 ]] +159+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +159+ break +159+ rm eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg +159+ curl -JO https://cbi.eclipse.org/macos/xcrun/eb796b65-fd6f-4b77-ab09-c7fcb4187ab2/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 6771k 0 6771k 0 0 7540k 0 --:--:-- --:--:-- --:--:-- 7531k 100 28.3M 0 28.3M 0 0 14.9M 0 --:--:-- 0:00:01 --:--:-- 14.9M+217+ RESPONSE_RAW='{"uuid":"8a3cd6f6-9165-4697-be98-447c538e9c9a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++217+ head -n1 +217+ RESPONSE='{"uuid":"8a3cd6f6-9165-4697-be98-447c538e9c9a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++217+ tail -n1 +217+ STATUS_CODE=200 ++217+ echo '{"uuid":"8a3cd6f6-9165-4697-be98-447c538e9c9a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++217+ jq -r .uuid +217+ UUID=8a3cd6f6-9165-4697-be98-447c538e9c9a ++217+ echo '{"uuid":"8a3cd6f6-9165-4697-be98-447c538e9c9a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++217+ jq -r .notarizationStatus.status +217+ STATUS=IN_PROGRESS +217+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +217+ sleep 1m 100 48.3M 0 48.3M 0 0 16.2M 0 --:--:-- 0:00:02 --:--:-- 16.2M 100 59.1M 0 59.1M 0 0 15.1M 0 --:--:-- 0:00:03 --:--:-- 15.1M 100 66.7M 0 66.7M 0 0 13.6M 0 --:--:-- 0:00:04 --:--:-- 13.6M 100 75.3M 0 75.3M 0 0 12.7M 0 --:--:-- 0:00:05 --:--:-- 13.7M+131+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +131+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg ++131+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +131+ LOG=eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +131+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg' +131+ sleep 18s +131+ /home/jenkins/agent/workspace/notarize-downloads-bug-571369/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +131+ tee --append eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +275+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg ++275+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +275+ DMG=eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +275+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg 100 84.2M 0 84.2M 0 0 12.2M 0 --:--:-- 0:00:06 --:--:-- 11.1M++275+ echo eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg ++275+ sed s/-macosx.cocoa.x86_64.dmg//g ++275+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +275+ PRIMARY_BUNDLE_ID=eclipse-jee-2021-06-M2 +275+ retryCount=3 +275+ '[' 3 -gt 0 ']' ++275+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2021-06-M2", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize 100 88.5M 0 88.5M 0 0 11.1M 0 --:--:-- 0:00:07 --:--:-- 8271k 100 95.6M 0 95.6M 0 0 10.7M 0 --:--:-- 0:00:08 --:--:-- 7475k 100 100M 0 100M 0 0 10.1M 0 --:--:-- 0:00:09 --:--:-- 6949k 100 104M 0 104M 0 0 9856k 0 --:--:-- 0:00:10 --:--:-- 6032k 100 115M 0 115M 0 0 9764k 0 --:--:-- 0:00:12 --:--:-- 6140k 100 121M 0 121M 0 0 9688k 0 --:--:-- 0:00:12 --:--:-- 6933k 100 128M 0 128M 0 0 9477k 0 --:--:-- 0:00:13 --:--:-- 6754k 100 139M 0 139M 0 0 9555k 0 --:--:-- 0:00:14 --:--:-- 7850k 100 147M 0 147M 0 0 9444k 0 --:--:-- 0:00:15 --:--:-- 8559k 100 153M 0 153M 0 0 9287k 0 --:--:-- 0:00:16 --:--:-- 8077k 100 160M 0 160M 0 0 9173k 0 --:--:-- 0:00:17 --:--:-- 7844k 100 167M 0 167M 0 0 9067k 0 --:--:-- 0:00:18 --:--:-- 7926k 100 171M 0 171M 0 0 8767k 0 --:--:-- 0:00:20 --:--:-- 6476k 100 174M 0 174M 0 0 8542k 0 --:--:-- 0:00:20 --:--:-- 5665k 100 180M 0 180M 0 0 8368k 0 --:--:-- 0:00:22 --:--:-- 5344k 100 183M 0 183M 0 0 8188k 0 --:--:-- 0:00:22 --:--:-- 4669k 100 187M 0 187M 0 0 8039k 0 --:--:-- 0:00:23 --:--:-- 4153k++171+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df7950c5-4b49-4f83-8222-a566b4dba9e3/status +171+ RESPONSE_RAW='{"uuid":"df7950c5-4b49-4f83-8222-a566b4dba9e3","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\": \"10afaa4a-936e-4787-a369-925e16fd59b8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg\",\n \"uploadDate\": \"2021-05-06T16:20:35Z\",\n \"sha256\": \"a335dd0d41ea7caf8e52e85b9eb21c2e760c21e51ea4e27361d5cc939d4503bd\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"557069e9dd0d1e046480d07d70458779b71645c6\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f6cf96f54536f43a5c3f8e7cb155e8a3698317a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d524a4778f267ccc1912527566b606305c33c70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202105030420.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"642a406c27db7760ee3fdf8a5d21bde767f73cc3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jaotc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a019bace71eca7bc4eab9970410817e392dc7fa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3a547b915447517f948c813529baefbcedaa624\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9df8bcf85940fe5aff6ff3a08177f9097015782b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4046226459e5877c3f68b08bcb351ccc6952e4b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4beb157b7e6a74560078bb00d247aacc63f309de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3eb4f6dd23be9ffd95009540ccc1d9c450c81a25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56890dca2184104f2c4d9236cca40e9902133a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"338e1f37bac624ec26de89af96be76885598d7a6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af999548a06d731f0d1ac287ff82591b76d4f6b0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da817922ef52f19cd7be4d38f1d0179214118dd9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92daa85058e50425160e90e7f26d7722db353367\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"daaef57cd3afb793189bb12a8967b3395c51238a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94dc2433b72d0d95f265e4684db63ad7275256f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75cdbb1eaaa25a55ec58d0138265eb60ab1b7e8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e59d349315623d92b56266abf6479c275ec16ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7eca6ae7f0417558ea878870b52e97e0a06ea316\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2999a03597a78893fdce174e211312d5aa29fbe9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec27d0bedfdade562cd66ca0550d68942336236\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aee907fb1ec2c056e43ab264af30dac33d176d33\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06f3b5ad99e4d8a4030e1a722e20233a6ba71528\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0beff52a372bdc6af6396234874397ea65d79bfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc6f0e2d4c8aa425d1b023c6843ad449a8774424\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0c3b22604129a2c5eff6a4ea889d9a2dbf842179\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4622a70f984dd02274199bcabcc91bb90c85c57\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"381518cd836937ac1f42ef71acdd14e494a5db9f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e04bf55d8d191cecab74bdcb33d0c7b69601d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmid\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40350149e94ab6c0d1c27747a02071cd096b1564\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b51627e664ce19548f30e4563032fbead529715c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e482fcc01c37d9d1981f5f285b5580a26d7c06c8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca838b2e6206e67b9b89a7b6593226619765f296\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9717368ad2b6600fd6507ea7c67164038391cedb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a590e24876c8d0c634b7287d8bbf6a434077d630\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"271b29a9f1f68fae35ec5b1ad9c86a625f0f77c2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f2058b4841d1ff6cd6510af3c48271168a87ede\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21bb0c6b8f38fa92d174fee8d36fa75a553c4e5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a0b63675c85ead171ee10656cc0b96adacac993c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5a0145e7c2d3c185b78d69b2b5fc537720ddd96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"182a4bd3d192948c6b5bebab161b7b0a120d2baa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bb0eb0fe406515967d0057129dd2dca20e910cd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"992d590fb77a084dd806788bb812d0d607863b34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b980b76db0e7a624acd35da5f532b2190d78a8b3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92d18c45bb70a1ea4c6cc28b871ce79a0e9eaf91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b7e592ae4fe4df3a678f53f48632ab2277ca9789\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"115fd220b20872392e114caac92bdd3aa4e71e01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d08b0ecc13d3b277d7f872939bb50249a1da96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"31d6875612789b61242cbf3e2d39f6d15a6bbdf9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00edd82f005fdd12da3ad615403e626be4093ebf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad52e51379e420fe49c0b2de19544ff2750e9516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33b4496df48f407b924bba4e0145a5bf9e29edc7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9ee7c12f51b5096e3a6bf1dc400ad843d11cad0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea073ff7bf7a831a734df0883b1cf00b7d955e8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e2d47d704ff57aef7120aeb2fc6239d6fa3583a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71f46c318b600a22d6528da4807f7b53151981dc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9106082a0a003a926e7957fa6d760d7a803405ae\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec2ca48b91138e91078ba0294d4fc27b75f50eff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79e2cea1fc89eddd984a1c32eb1795f7ee0e8535\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ff57f79f55db3e854ca7fbd9b047e96953e5899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"124ad2d9edc4d50339af78c46604620603730955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a4de01d5817ed98e1b08257589884e2be985618\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"211b6eb6c0ce412354bbe881b564f517368dce07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67e3c670d2da2d28744080e65a9d20e9c727d9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a7af411cb68d94aef5471d40e72be18bd4484ee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b86cd8276fce1a46adbc471fe5059903a8e31c07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a44c078129ae0e36ab32c0820d208233e1de833b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf3e8edb317ae92124612c589270e1048264111\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsunec.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8a490624f1c878f5d895af09b09acc9c4026cce2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd2264b8efced95a78c5bf2437d1f21698869ad4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ef831361fb168478fa2a19d268737724888a16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9a08d6a0ce1702971e0a9ca83c6dabb4064312e7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f6cf96f54536f43a5c3f8e7cb155e8a3698317a0\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++171+ head -n1 +171+ RESPONSE='{"uuid":"df7950c5-4b49-4f83-8222-a566b4dba9e3","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\": \"10afaa4a-936e-4787-a369-925e16fd59b8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg\",\n \"uploadDate\": \"2021-05-06T16:20:35Z\",\n \"sha256\": \"a335dd0d41ea7caf8e52e85b9eb21c2e760c21e51ea4e27361d5cc939d4503bd\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"557069e9dd0d1e046480d07d70458779b71645c6\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f6cf96f54536f43a5c3f8e7cb155e8a3698317a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d524a4778f267ccc1912527566b606305c33c70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202105030420.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"642a406c27db7760ee3fdf8a5d21bde767f73cc3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jaotc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a019bace71eca7bc4eab9970410817e392dc7fa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3a547b915447517f948c813529baefbcedaa624\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9df8bcf85940fe5aff6ff3a08177f9097015782b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4046226459e5877c3f68b08bcb351ccc6952e4b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4beb157b7e6a74560078bb00d247aacc63f309de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3eb4f6dd23be9ffd95009540ccc1d9c450c81a25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56890dca2184104f2c4d9236cca40e9902133a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"338e1f37bac624ec26de89af96be76885598d7a6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af999548a06d731f0d1ac287ff82591b76d4f6b0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da817922ef52f19cd7be4d38f1d0179214118dd9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92daa85058e50425160e90e7f26d7722db353367\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"daaef57cd3afb793189bb12a8967b3395c51238a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94dc2433b72d0d95f265e4684db63ad7275256f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75cdbb1eaaa25a55ec58d0138265eb60ab1b7e8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e59d349315623d92b56266abf6479c275ec16ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7eca6ae7f0417558ea878870b52e97e0a06ea316\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2999a03597a78893fdce174e211312d5aa29fbe9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec27d0bedfdade562cd66ca0550d68942336236\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aee907fb1ec2c056e43ab264af30dac33d176d33\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06f3b5ad99e4d8a4030e1a722e20233a6ba71528\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0beff52a372bdc6af6396234874397ea65d79bfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc6f0e2d4c8aa425d1b023c6843ad449a8774424\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0c3b22604129a2c5eff6a4ea889d9a2dbf842179\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4622a70f984dd02274199bcabcc91bb90c85c57\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"381518cd836937ac1f42ef71acdd14e494a5db9f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e04bf55d8d191cecab74bdcb33d0c7b69601d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmid\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40350149e94ab6c0d1c27747a02071cd096b1564\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b51627e664ce19548f30e4563032fbead529715c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e482fcc01c37d9d1981f5f285b5580a26d7c06c8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca838b2e6206e67b9b89a7b6593226619765f296\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9717368ad2b6600fd6507ea7c67164038391cedb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a590e24876c8d0c634b7287d8bbf6a434077d630\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"271b29a9f1f68fae35ec5b1ad9c86a625f0f77c2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f2058b4841d1ff6cd6510af3c48271168a87ede\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21bb0c6b8f38fa92d174fee8d36fa75a553c4e5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a0b63675c85ead171ee10656cc0b96adacac993c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5a0145e7c2d3c185b78d69b2b5fc537720ddd96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"182a4bd3d192948c6b5bebab161b7b0a120d2baa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bb0eb0fe406515967d0057129dd2dca20e910cd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"992d590fb77a084dd806788bb812d0d607863b34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b980b76db0e7a624acd35da5f532b2190d78a8b3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92d18c45bb70a1ea4c6cc28b871ce79a0e9eaf91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b7e592ae4fe4df3a678f53f48632ab2277ca9789\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"115fd220b20872392e114caac92bdd3aa4e71e01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d08b0ecc13d3b277d7f872939bb50249a1da96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"31d6875612789b61242cbf3e2d39f6d15a6bbdf9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00edd82f005fdd12da3ad615403e626be4093ebf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad52e51379e420fe49c0b2de19544ff2750e9516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33b4496df48f407b924bba4e0145a5bf9e29edc7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9ee7c12f51b5096e3a6bf1dc400ad843d11cad0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea073ff7bf7a831a734df0883b1cf00b7d955e8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e2d47d704ff57aef7120aeb2fc6239d6fa3583a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71f46c318b600a22d6528da4807f7b53151981dc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9106082a0a003a926e7957fa6d760d7a803405ae\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec2ca48b91138e91078ba0294d4fc27b75f50eff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79e2cea1fc89eddd984a1c32eb1795f7ee0e8535\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ff57f79f55db3e854ca7fbd9b047e96953e5899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"124ad2d9edc4d50339af78c46604620603730955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a4de01d5817ed98e1b08257589884e2be985618\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"211b6eb6c0ce412354bbe881b564f517368dce07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67e3c670d2da2d28744080e65a9d20e9c727d9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a7af411cb68d94aef5471d40e72be18bd4484ee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b86cd8276fce1a46adbc471fe5059903a8e31c07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a44c078129ae0e36ab32c0820d208233e1de833b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf3e8edb317ae92124612c589270e1048264111\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsunec.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8a490624f1c878f5d895af09b09acc9c4026cce2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd2264b8efced95a78c5bf2437d1f21698869ad4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ef831361fb168478fa2a19d268737724888a16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9a08d6a0ce1702971e0a9ca83c6dabb4064312e7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f6cf96f54536f43a5c3f8e7cb155e8a3698317a0\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++171+ tail -n1 +171+ STATUS_CODE=200 ++171+ jq -r .notarizationStatus.status ++171+ echo '{"uuid":"df7950c5-4b49-4f83-8222-a566b4dba9e3","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\":' '\"10afaa4a-936e-4787-a369-925e16fd59b8\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg\",\n' '\"uploadDate\":' '\"2021-05-06T16:20:35Z\",\n' '\"sha256\":' '\"a335dd0d41ea7caf8e52e85b9eb21c2e760c21e51ea4e27361d5cc939d4503bd\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"557069e9dd0d1e046480d07d70458779b71645c6\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f6cf96f54536f43a5c3f8e7cb155e8a3698317a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.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.I20210429-1800/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d524a4778f267ccc1912527566b606305c33c70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202105030420.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"642a406c27db7760ee3fdf8a5d21bde767f73cc3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jaotc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a019bace71eca7bc4eab9970410817e392dc7fa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3a547b915447517f948c813529baefbcedaa624\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9df8bcf85940fe5aff6ff3a08177f9097015782b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4046226459e5877c3f68b08bcb351ccc6952e4b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4beb157b7e6a74560078bb00d247aacc63f309de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3eb4f6dd23be9ffd95009540ccc1d9c450c81a25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56890dca2184104f2c4d9236cca40e9902133a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"338e1f37bac624ec26de89af96be76885598d7a6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af999548a06d731f0d1ac287ff82591b76d4f6b0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da817922ef52f19cd7be4d38f1d0179214118dd9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92daa85058e50425160e90e7f26d7722db353367\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"daaef57cd3afb793189bb12a8967b3395c51238a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94dc2433b72d0d95f265e4684db63ad7275256f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75cdbb1eaaa25a55ec58d0138265eb60ab1b7e8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e59d349315623d92b56266abf6479c275ec16ec5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7eca6ae7f0417558ea878870b52e97e0a06ea316\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2999a03597a78893fdce174e211312d5aa29fbe9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec27d0bedfdade562cd66ca0550d68942336236\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aee907fb1ec2c056e43ab264af30dac33d176d33\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06f3b5ad99e4d8a4030e1a722e20233a6ba71528\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0beff52a372bdc6af6396234874397ea65d79bfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fc6f0e2d4c8aa425d1b023c6843ad449a8774424\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0c3b22604129a2c5eff6a4ea889d9a2dbf842179\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4622a70f984dd02274199bcabcc91bb90c85c57\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"381518cd836937ac1f42ef71acdd14e494a5db9f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e04bf55d8d191cecab74bdcb33d0c7b69601d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmid\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"40350149e94ab6c0d1c27747a02071cd096b1564\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b51627e664ce19548f30e4563032fbead529715c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e482fcc01c37d9d1981f5f285b5580a26d7c06c8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca838b2e6206e67b9b89a7b6593226619765f296\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9717368ad2b6600fd6507ea7c67164038391cedb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a590e24876c8d0c634b7287d8bbf6a434077d630\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"271b29a9f1f68fae35ec5b1ad9c86a625f0f77c2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5f2058b4841d1ff6cd6510af3c48271168a87ede\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21bb0c6b8f38fa92d174fee8d36fa75a553c4e5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a0b63675c85ead171ee10656cc0b96adacac993c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f5a0145e7c2d3c185b78d69b2b5fc537720ddd96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"182a4bd3d192948c6b5bebab161b7b0a120d2baa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bb0eb0fe406515967d0057129dd2dca20e910cd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"992d590fb77a084dd806788bb812d0d607863b34\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b980b76db0e7a624acd35da5f532b2190d78a8b3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92d18c45bb70a1ea4c6cc28b871ce79a0e9eaf91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b7e592ae4fe4df3a678f53f48632ab2277ca9789\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"115fd220b20872392e114caac92bdd3aa4e71e01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d08b0ecc13d3b277d7f872939bb50249a1da96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"31d6875612789b61242cbf3e2d39f6d15a6bbdf9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00edd82f005fdd12da3ad615403e626be4093ebf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad52e51379e420fe49c0b2de19544ff2750e9516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33b4496df48f407b924bba4e0145a5bf9e29edc7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9ee7c12f51b5096e3a6bf1dc400ad843d11cad0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea073ff7bf7a831a734df0883b1cf00b7d955e8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e2d47d704ff57aef7120aeb2fc6239d6fa3583a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71f46c318b600a22d6528da4807f7b53151981dc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9106082a0a003a926e7957fa6d760d7a803405ae\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec2ca48b91138e91078ba0294d4fc27b75f50eff\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"79e2cea1fc89eddd984a1c32eb1795f7ee0e8535\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ff57f79f55db3e854ca7fbd9b047e96953e5899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"124ad2d9edc4d50339af78c46604620603730955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a4de01d5817ed98e1b08257589884e2be985618\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"211b6eb6c0ce412354bbe881b564f517368dce07\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67e3c670d2da2d28744080e65a9d20e9c727d9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a7af411cb68d94aef5471d40e72be18bd4484ee\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b86cd8276fce1a46adbc471fe5059903a8e31c07\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a44c078129ae0e36ab32c0820d208233e1de833b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf3e8edb317ae92124612c589270e1048264111\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsunec.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8a490624f1c878f5d895af09b09acc9c4026cce2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bd2264b8efced95a78c5bf2437d1f21698869ad4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ef831361fb168478fa2a19d268737724888a16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9a08d6a0ce1702971e0a9ca83c6dabb4064312e7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f6cf96f54536f43a5c3f8e7cb155e8a3698317a0\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +171+ STATUS=COMPLETE +171+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +171+ [[ 200 == \5\0\3 ]] +171+ [[ 200 == \5\0\2 ]] +171+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +171+ break +171+ rm eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +171+ curl -JO https://cbi.eclipse.org/macos/xcrun/df7950c5-4b49-4f83-8222-a566b4dba9e3/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+131+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +131+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg ++131+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +131+ LOG=eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +131+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg' +131+ /home/jenkins/agent/workspace/notarize-downloads-bug-571369/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +131+ sleep 18s +131+ tee --append eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +299+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg ++299+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +299+ DMG=eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +299+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg 100 195M 0 195M 0 0 8039k 0 --:--:-- 0:00:24 --:--:-- 5039k++299+ echo eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg ++299+ sed s/-macosx.cocoa.x86_64.dmg//g ++299+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +299+ PRIMARY_BUNDLE_ID=eclipse-modeling-2021-06-M2 +299+ retryCount=3 +299+ '[' 3 -gt 0 ']' ++299+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2021-06-M2", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize 100 6263k 0 6263k 0 0 5971k 0 --:--:-- 0:00:01 --:--:-- 5971k 100 10.1M 0 10.1M 0 0 6754k 0 --:--:-- 0:00:01 --:--:-- 6750k 100 201M 0 201M 0 0 7973k 0 --:--:-- 0:00:25 --:--:-- 5552k 100 208M 0 208M 0 0 7947k 0 --:--:-- 0:00:26 --:--:-- 6042k 100 15.4M 0 15.4M 0 0 5879k 0 --:--:-- 0:00:02 --:--:-- 5877k 100 18.5M 0 18.5M 0 0 5336k 0 --:--:-- 0:00:03 --:--:-- 5335k 100 212M 0 212M 0 0 7796k 0 --:--:-- 0:00:27 --:--:-- 6003k 100 22.1M 0 22.1M 0 0 4985k 0 --:--:-- 0:00:04 --:--:-- 4984k 100 216M 0 216M 0 0 7673k 0 --:--:-- 0:00:28 --:--:-- 5929k 100 223M 0 223M 0 0 7647k 0 --:--:-- 0:00:29 --:--:-- 5702k 100 25.1M 0 25.1M 0 0 4595k 0 --:--:-- 0:00:05 --:--:-- 4278k 100 25.5M 0 25.5M 0 0 3913k 0 --:--:-- 0:00:06 --:--:-- 3057k 100 228M 0 228M 0 0 7520k 0 --:--:-- 0:00:31 --:--:-- 5288k 100 29.3M 0 29.3M 0 0 3973k 0 --:--:-- 0:00:07 --:--:-- 2923k 100 232M 0 232M 0 0 7461k 0 --:--:-- 0:00:31 --:--:-- 4849k 100 238M 0 238M 0 0 7438k 0 --:--:-- 0:00:32 --:--:-- 5438k 100 35.4M 0 35.4M 0 0 4244k 0 --:--:-- 0:00:08 --:--:-- 3463k+240+ RESPONSE_RAW='{"uuid":"ac0610d0-3015-44f3-85e1-7d3dd27199a9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++240+ head -n1 +240+ RESPONSE='{"uuid":"ac0610d0-3015-44f3-85e1-7d3dd27199a9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++240+ tail -n1 +240+ STATUS_CODE=200 ++240+ echo '{"uuid":"ac0610d0-3015-44f3-85e1-7d3dd27199a9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++240+ jq -r .uuid +240+ UUID=ac0610d0-3015-44f3-85e1-7d3dd27199a9 ++240+ echo '{"uuid":"ac0610d0-3015-44f3-85e1-7d3dd27199a9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++240+ jq -r .notarizationStatus.status +240+ STATUS=IN_PROGRESS +240+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +240+ sleep 1m 100 42.9M 0 42.9M 0 0 4607k 0 --:--:-- 0:00:09 --:--:-- 4263k 100 247M 0 247M 0 0 7490k 0 --:--:-- 0:00:33 --:--:-- 6429k 10 100 0 48.3M 0 48.3M 0 0 252M 0 252M 4698k 0 0 --:0 73--:-96k - 0: 000:1 --:-0 --:-:-- --:-0:00:- 4834 --:15k--:-- 5889k 100 55.4M 0 55.4M 0 0 4916k 0 --:--:-- 0:00:11 --:--:-- 6287k 100 258M 0 258M 0 0 7354k 0 --:--:-- 0:00:36 --:--:-- 6300k 100 266M 0 266M 0 0 7389k 0 --:--:-- 0:00:36 --:--:-- 6930k 100 62.0M 0 62.0M 0 0 5005k 0 --:--:-- 0:00:12 --:--:-- 6522k 100 67.4M 0 67.4M 0 0 5095k 0 --:--:-- 0:00:13 --:--:-- 6554k 100 273M 0 273M 0 0 7401k 0 --:--:-- 0:00:37 --:--:-- 7155k 100 74.7M 0 74.7M 0 0 5264k 0 --:--:-- 0:00:14 --:--:-- 6519k 100 279M 0 279M 0 0 7367k 0 --:--:-- 0:00:38 --:--:-- 6534k 100 287M 0 287M 0 0 7389k 100 76.9M 0 --:--:-- 0 76.9M 0 0 5069k0:00: 39 -0 --:--:---:-- :-0:00:- 7315 --:46--:--k 5850k 100 79.5M 0 79.5M 0 0 4918k 0 --:--:-- 0:00:16 --:--:-- 4922k 100 294M 0 294M 0 0 7340k 0 --:--:-- 0:00:41 --:--:-- 7236k 100 295M 0 295M 0 0 7225k 0 --:--:-- 0:00:41 --:--:-- 6006k 100 82.6M 0 82.6M 0 0 4789k 0 --:--:-- 0:00:17 --:--:-- 4238k+131+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +131+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg ++131+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +131+ LOG=eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +131+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg' +131+ /home/jenkins/agent/workspace/notarize-downloads-bug-571369/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg +131+ sleep 18s +131+ tee --append eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +322+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg ++322+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg +322+ DMG=eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg +322+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg 100 298M 0 298M 0 0 7132k 0 --:--:-- 0:00:42 --:--:-- 5093k 100 82.7M 0 82.7M 0 0 4561k 0 --:--:-- 0:00:18 --:--:-- 3122k++322+ echo eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg ++322+ sed s/-macosx.cocoa.x86_64.dmg//g ++322+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +322+ PRIMARY_BUNDLE_ID=eclipse-parallel-2021-06-M2 +322+ retryCount=3 +322+ '[' 3 -gt 0 ']' ++322+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-parallel-2021-06-M2", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize 100 86.7M 0 86.7M 0 0 4541k 0 --:--:-- 0:00:19 --:--:-- 2440k 100 304M 0 304M 0 0 7094k 0 --:--:-- 0:00:43 --:--:-- 4970k 100 307M 0 307M 0 0 7017k 0 --:--:-- 0:00:44 --:--:-- 4045k 100 88.8M 0 88.8M 0 0 4427k 0 --:--:-- 0:00:20 --:--:-- 2432k 100 89.8M 0 89.8M 0 0 4244k 0 --:--:-- 0:00:21 --:--:-- 2063k 100 308M 0 308M 0 0 6829k 0 --:--:-- 0:00:46 --:--:-- 2789k 100 91.2M 0 91.2M 0 0 4131k 0 --:--:-- 0:00:22 --:--:-- 1777k 100 311M 0 311M 0 0 6764k 0 --:--:-- 0:00:47 --:--:-- 3083k 100 94.9M 0 94.9M 0 0 4129k 0 --:--:-- 0:00:23 --:--:-- 2513k 100 314M 0 314M 0 0 6722k 0 --:--:-- 0:00:47 --:--:-- 3212k++194+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9db11e81-50b3-4468-84a4-563d0ff6ee57/status +194+ RESPONSE_RAW='{"uuid":"9db11e81-50b3-4468-84a4-563d0ff6ee57","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\": \"bed9905f-f620-433c-827e-628866717927\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg\",\n \"uploadDate\": \"2021-05-06T16:20:01Z\",\n \"sha256\": \"2b269f1fa5c0ddde148105d4e2881b354db68a8bcdabe3516c1af0330ae07952\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f388e649d365e22a9cfc4c9d0c58d01fd5f8499\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ab2974985450592bab75e948c3ee0830e167720\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ab2974985450592bab75e948c3ee0830e167720\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++194+ head -n1 +194+ RESPONSE='{"uuid":"9db11e81-50b3-4468-84a4-563d0ff6ee57","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\": \"bed9905f-f620-433c-827e-628866717927\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg\",\n \"uploadDate\": \"2021-05-06T16:20:01Z\",\n \"sha256\": \"2b269f1fa5c0ddde148105d4e2881b354db68a8bcdabe3516c1af0330ae07952\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f388e649d365e22a9cfc4c9d0c58d01fd5f8499\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ab2974985450592bab75e948c3ee0830e167720\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ab2974985450592bab75e948c3ee0830e167720\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++194+ tail -n1 +194+ STATUS_CODE=200 ++194+ jq -r .notarizationStatus.status ++194+ echo '{"uuid":"9db11e81-50b3-4468-84a4-563d0ff6ee57","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\":' '\"bed9905f-f620-433c-827e-628866717927\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg\",\n' '\"uploadDate\":' '\"2021-05-06T16:20:01Z\",\n' '\"sha256\":' '\"2b269f1fa5c0ddde148105d4e2881b354db68a8bcdabe3516c1af0330ae07952\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f388e649d365e22a9cfc4c9d0c58d01fd5f8499\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ab2974985450592bab75e948c3ee0830e167720\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.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.I20210429-1800/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ab2974985450592bab75e948c3ee0830e167720\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +194+ STATUS=COMPLETE +194+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +194+ [[ 200 == \5\0\3 ]] +194+ [[ 200 == \5\0\2 ]] +194+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +194+ break +194+ rm eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +194+ curl -JO https://cbi.eclipse.org/macos/xcrun/9db11e81-50b3-4468-84a4-563d0ff6ee57/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 318M 0 318M 0 0 6677k 0 --:--:-- 0:00:48 --:--:-- 3018k 100 97.9M 0 97.9M 0 0 4083k 0 --:--:-- 0:00:24 --:--:-- 2291k 100 5979k 0 5979k 0 0 6928k 0 --:--:-- --:--:-- --:--:-- 6920k 100 9140k 0 9140k 0 0 5112k 0 --:--:-- 0:00:01 --:--:-- 5109k 100 323M 0 323M 0 0 6646k 0 --:--:-- 0:00:49 --:--:-- 3322k 100 100M 0 100M 0 0 4018k 0 --:--:-- 0:00:25 --:--:-- 2362k 100 11.2M 0 11.2M 0 0 4047k 0 --:--:-- 0:00:02 --:--:-- 4045k 100 101M 0 101M 0 0 3898k 0 --:--:-- 0:00:26 --:--:-- 2391k 100 327M 0 327M 0 0 6558k 0 --:--:-- 0:00:51 --:--:-- 3924k 100 106M 0 106M 0 0 3956k 0 --:--:-- 0:00:27 --:--:-- 3152k 100 331M 0 331M 0 0 6533k 0 --:--:-- 0:00:51 --:--:-- 4242k 100 13.8M 0 13.8M 0 0 3602k 0 --:--:-- 0:00:03 --:--:-- 3601k 100 17.4M 0 17.4M 0 0 3734k 0 --:--:-- 0:00:04 --:--:-- 3733k 100 112M 0 112M 0 0 3990k 0 --:--:-- 0:00:28 --:--:-- 3371k 100 336M 0 336M 0 0 6485k 0 --:--:-- 0:00:53 --:--:-- 4331k 100 18.8M 0 18.8M 0 0 3342k 0 --:--:-- 0:00:05 --:--:-- 2714k 100 342M 0 342M 0 0 6501k 0 --:--:-- 0:00:53 --:--:-- 4782k 100 112M 0 112M 0 0 3873k 0 --:--:-- 0:00:29 --:--:-- 2901k 100 24.0M 0 24.0M 0 0 3621k 0 --:--:-- 0:00:06 --:--:-- 3088k 100 115M 0 115M 0 0 3884k 0 --:--:-- 0:00:30 --:--:-- 3185k 100 343M 0 343M 0 0 6406k 0 --:--:-- 0:00:54 --:--:-- 4013k 100 350M 0 350M 0 0 6429k 0 --:--:-- 0:00:55 --:--:-- 5062k 100 118M 0 118M 0 0 3834k 0 --:--:-- 0:00:31 --:--:-- 3490k 100 27.1M 0 27.1M 0 0 3565k 0 --:--:-- 0:00:07 --:--:-- 3289k 100 355M 0 355M 0 0 6403k 0 --:--:-- 0:00:56 --:--:-- 5048k 100 29.9M 0 29.9M 0 0 3490k 0 --:--:-- 0:00:08 --:--:-- 3400k 100 121M 0 121M 0 0 3831k 0 --:--:-- 0:00:32 --:--:-- 3147k 100 30.3M 0 30.3M 0 0 3172k 0 --:--:-- 0:00:09 --:--:-- 2634k 100 360M 0 360M 0 0 6376k 0 --:--:-- 0:00:57 --:--:-- 5154k 100 123M 0 123M 0 0 3777k 0 --:--:-- 0:00:33 --:--:-- 2489k 100 35.7M 0 35.7M 0 0 3394k 0 --:--:-- 0:00 100 364M 0 364M 0 0 6342k 0 --:--:-- 0:00:58 --:--:-- 4623k:10 --:--:-- 3453k 100 129M 0 129M 0 0 3840k 0 --:--:-- 0:00:34 --:--:-- 3631k 100 367M 0 367M 0 0 6287k 0 --:--:-- 0:00:59 --:--:-- 4979k 100 37.1M 0 37.1M 0 0 3222k 0 --:--:-- 0:00:11 --:--:-- 2681k 100 132M 0 132M 0 0 3812k 0 --:--:-- 0:00:35 --:--:-- 3375k+131+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +131+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg ++131+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +131+ LOG=eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +131+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg' +131+ /home/jenkins/agent/workspace/notarize-downloads-bug-571369/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg +131+ sleep 18s +131+ tee --append eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +346+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg ++346+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg +346+ DMG=eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg +346+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg 100 38.2M 0 38.2M 0 0 3061k 0 --:--:-- 0:00:12 --:--:-- 2274k 100 134M 0 134M 0 0 3758k 0 --:--:-- 0:00:36 --:--:-- 3275k 100 372M 0 372M 0 0 6266k 0 --:--:-- 0:01:00 --:--:-- 4434k++346+ echo eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg ++346+ sed s/-macosx.cocoa.x86_64.dmg//g ++346+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +346+ PRIMARY_BUNDLE_ID=eclipse-php-2021-06-M2 +346+ retryCount=3 +346+ '[' 3 -gt 0 ']' ++346+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-php-2021-06-M2", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize 100 137M 0 137M 0 0 3754k 0 --:--:- 100 378- 0:00:37 --:M 0 378M 0 0 --:-- 6266k3248k 0 --:--:-- 0:01:01 --:--:-- 4714k++217+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/8a3cd6f6-9165-4697-be98-447c538e9c9a/status 100 42.8M 0 42.8M 0 0 3145k 0 --:--:-- 0:00:13 --:--:-- 2558k 100 142M 0 142M 0 0 3794k 0 --:--:-- 0:00:38 --:--:-- 3913k 100 46.3M 0 46.3M 0 0 3207k 0 --:--:-- 0:00:14 --:--:-- 3276k+217+ RESPONSE_RAW='{"uuid":"8a3cd6f6-9165-4697-be98-447c538e9c9a","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\": \"92b17fa2-fe31-4b1b-8596-c5bec2d3f978\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg\",\n \"uploadDate\": \"2021-05-06T16:29:14Z\",\n \"sha256\": \"98f8f8d589719e2bfe285e1d240acdfd03fbd2872db7613e7826489bf91278f9\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d2a9f04a00c232452c1c3c181ec3ef2c727adeb\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e531f711537baec656615f3887a7ce891cd172d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d524a4778f267ccc1912527566b606305c33c70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202105030420.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"642a406c27db7760ee3fdf8a5d21bde767f73cc3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jaotc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a019bace71eca7bc4eab9970410817e392dc7fa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3a547b915447517f948c813529baefbcedaa624\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9df8bcf85940fe5aff6ff3a08177f9097015782b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4046226459e5877c3f68b08bcb351ccc6952e4b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4beb157b7e6a74560078bb00d247aacc63f309de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3eb4f6dd23be9ffd95009540ccc1d9c450c81a25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56890dca2184104f2c4d9236cca40e9902133a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"338e1f37bac624ec26de89af96be76885598d7a6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af999548a06d731f0d1ac287ff82591b76d4f6b0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da817922ef52f19cd7be4d38f1d0179214118dd9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92daa85058e50425160e90e7f26d7722db353367\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"daaef57cd3afb793189bb12a8967b3395c51238a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94dc2433b72d0d95f265e4684db63ad7275256f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75cdbb1eaaa25a55ec58d0138265eb60ab1b7e8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e59d349315623d92b56266abf6479c275ec16ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7eca6ae7f0417558ea878870b52e97e0a06ea316\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2999a03597a78893fdce174e211312d5aa29fbe9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec27d0bedfdade562cd66ca0550d68942336236\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aee907fb1ec2c056e43ab264af30dac33d176d33\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06f3b5ad99e4d8a4030e1a722e20233a6ba71528\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0beff52a372bdc6af6396234874397ea65d79bfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc6f0e2d4c8aa425d1b023c6843ad449a8774424\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0c3b22604129a2c5eff6a4ea889d9a2dbf842179\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4622a70f984dd02274199bcabcc91bb90c85c57\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"381518cd836937ac1f42ef71acdd14e494a5db9f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e04bf55d8d191cecab74bdcb33d0c7b69601d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmid\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40350149e94ab6c0d1c27747a02071cd096b1564\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b51627e664ce19548f30e4563032fbead529715c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e482fcc01c37d9d1981f5f285b5580a26d7c06c8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca838b2e6206e67b9b89a7b6593226619765f296\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9717368ad2b6600fd6507ea7c67164038391cedb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a590e24876c8d0c634b7287d8bbf6a434077d630\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"271b29a9f1f68fae35ec5b1ad9c86a625f0f77c2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f2058b4841d1ff6cd6510af3c48271168a87ede\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21bb0c6b8f38fa92d174fee8d36fa75a553c4e5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a0b63675c85ead171ee10656cc0b96adacac993c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5a0145e7c2d3c185b78d69b2b5fc537720ddd96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"182a4bd3d192948c6b5bebab161b7b0a120d2baa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bb0eb0fe406515967d0057129dd2dca20e910cd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"992d590fb77a084dd806788bb812d0d607863b34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b980b76db0e7a624acd35da5f532b2190d78a8b3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92d18c45bb70a1ea4c6cc28b871ce79a0e9eaf91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b7e592ae4fe4df3a678f53f48632ab2277ca9789\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"115fd220b20872392e114caac92bdd3aa4e71e01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d08b0ecc13d3b277d7f872939bb50249a1da96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"31d6875612789b61242cbf3e2d39f6d15a6bbdf9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00edd82f005fdd12da3ad615403e626be4093ebf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad52e51379e420fe49c0b2de19544ff2750e9516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33b4496df48f407b924bba4e0145a5bf9e29edc7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9ee7c12f51b5096e3a6bf1dc400ad843d11cad0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea073ff7bf7a831a734df0883b1cf00b7d955e8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e2d47d704ff57aef7120aeb2fc6239d6fa3583a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71f46c318b600a22d6528da4807f7b53151981dc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9106082a0a003a926e7957fa6d760d7a803405ae\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec2ca48b91138e91078ba0294d4fc27b75f50eff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79e2cea1fc89eddd984a1c32eb1795f7ee0e8535\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ff57f79f55db3e854ca7fbd9b047e96953e5899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"124ad2d9edc4d50339af78c46604620603730955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a4de01d5817ed98e1b08257589884e2be985618\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"211b6eb6c0ce412354bbe881b564f517368dce07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67e3c670d2da2d28744080e65a9d20e9c727d9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a7af411cb68d94aef5471d40e72be18bd4484ee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b86cd8276fce1a46adbc471fe5059903a8e31c07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a44c078129ae0e36ab32c0820d208233e1de833b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf3e8edb317ae92124612c589270e1048264111\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsunec.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8a490624f1c878f5d895af09b09acc9c4026cce2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd2264b8efced95a78c5bf2437d1f21698869ad4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ef831361fb168478fa2a19d268737724888a16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9a08d6a0ce1702971e0a9ca83c6dabb4064312e7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e531f711537baec656615f3887a7ce891cd172d\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++217+ head -n1 +217+ RESPONSE='{"uuid":"8a3cd6f6-9165-4697-be98-447c538e9c9a","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\": \"92b17fa2-fe31-4b1b-8596-c5bec2d3f978\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg\",\n \"uploadDate\": \"2021-05-06T16:29:14Z\",\n \"sha256\": \"98f8f8d589719e2bfe285e1d240acdfd03fbd2872db7613e7826489bf91278f9\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d2a9f04a00c232452c1c3c181ec3ef2c727adeb\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e531f711537baec656615f3887a7ce891cd172d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d524a4778f267ccc1912527566b606305c33c70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202105030420.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"642a406c27db7760ee3fdf8a5d21bde767f73cc3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jaotc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a019bace71eca7bc4eab9970410817e392dc7fa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3a547b915447517f948c813529baefbcedaa624\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9df8bcf85940fe5aff6ff3a08177f9097015782b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4046226459e5877c3f68b08bcb351ccc6952e4b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4beb157b7e6a74560078bb00d247aacc63f309de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3eb4f6dd23be9ffd95009540ccc1d9c450c81a25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56890dca2184104f2c4d9236cca40e9902133a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"338e1f37bac624ec26de89af96be76885598d7a6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af999548a06d731f0d1ac287ff82591b76d4f6b0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da817922ef52f19cd7be4d38f1d0179214118dd9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92daa85058e50425160e90e7f26d7722db353367\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"daaef57cd3afb793189bb12a8967b3395c51238a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94dc2433b72d0d95f265e4684db63ad7275256f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75cdbb1eaaa25a55ec58d0138265eb60ab1b7e8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e59d349315623d92b56266abf6479c275ec16ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7eca6ae7f0417558ea878870b52e97e0a06ea316\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2999a03597a78893fdce174e211312d5aa29fbe9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec27d0bedfdade562cd66ca0550d68942336236\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aee907fb1ec2c056e43ab264af30dac33d176d33\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06f3b5ad99e4d8a4030e1a722e20233a6ba71528\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0beff52a372bdc6af6396234874397ea65d79bfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc6f0e2d4c8aa425d1b023c6843ad449a8774424\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0c3b22604129a2c5eff6a4ea889d9a2dbf842179\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4622a70f984dd02274199bcabcc91bb90c85c57\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"381518cd836937ac1f42ef71acdd14e494a5db9f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e04bf55d8d191cecab74bdcb33d0c7b69601d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmid\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40350149e94ab6c0d1c27747a02071cd096b1564\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b51627e664ce19548f30e4563032fbead529715c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e482fcc01c37d9d1981f5f285b5580a26d7c06c8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca838b2e6206e67b9b89a7b6593226619765f296\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9717368ad2b6600fd6507ea7c67164038391cedb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a590e24876c8d0c634b7287d8bbf6a434077d630\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"271b29a9f1f68fae35ec5b1ad9c86a625f0f77c2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f2058b4841d1ff6cd6510af3c48271168a87ede\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21bb0c6b8f38fa92d174fee8d36fa75a553c4e5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a0b63675c85ead171ee10656cc0b96adacac993c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5a0145e7c2d3c185b78d69b2b5fc537720ddd96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"182a4bd3d192948c6b5bebab161b7b0a120d2baa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bb0eb0fe406515967d0057129dd2dca20e910cd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"992d590fb77a084dd806788bb812d0d607863b34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b980b76db0e7a624acd35da5f532b2190d78a8b3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92d18c45bb70a1ea4c6cc28b871ce79a0e9eaf91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b7e592ae4fe4df3a678f53f48632ab2277ca9789\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"115fd220b20872392e114caac92bdd3aa4e71e01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d08b0ecc13d3b277d7f872939bb50249a1da96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"31d6875612789b61242cbf3e2d39f6d15a6bbdf9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00edd82f005fdd12da3ad615403e626be4093ebf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad52e51379e420fe49c0b2de19544ff2750e9516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33b4496df48f407b924bba4e0145a5bf9e29edc7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9ee7c12f51b5096e3a6bf1dc400ad843d11cad0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea073ff7bf7a831a734df0883b1cf00b7d955e8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e2d47d704ff57aef7120aeb2fc6239d6fa3583a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71f46c318b600a22d6528da4807f7b53151981dc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9106082a0a003a926e7957fa6d760d7a803405ae\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec2ca48b91138e91078ba0294d4fc27b75f50eff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79e2cea1fc89eddd984a1c32eb1795f7ee0e8535\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ff57f79f55db3e854ca7fbd9b047e96953e5899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"124ad2d9edc4d50339af78c46604620603730955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a4de01d5817ed98e1b08257589884e2be985618\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"211b6eb6c0ce412354bbe881b564f517368dce07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67e3c670d2da2d28744080e65a9d20e9c727d9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a7af411cb68d94aef5471d40e72be18bd4484ee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b86cd8276fce1a46adbc471fe5059903a8e31c07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a44c078129ae0e36ab32c0820d208233e1de833b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf3e8edb317ae92124612c589270e1048264111\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsunec.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8a490624f1c878f5d895af09b09acc9c4026cce2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd2264b8efced95a78c5bf2437d1f21698869ad4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ef831361fb168478fa2a19d268737724888a16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9a08d6a0ce1702971e0a9ca83c6dabb4064312e7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e531f711537baec656615f3887a7ce891cd172d\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++217+ tail -n1 +217+ STATUS_CODE=200 ++217+ jq -r .notarizationStatus.status ++217+ echo '{"uuid":"8a3cd6f6-9165-4697-be98-447c538e9c9a","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\":' '\"92b17fa2-fe31-4b1b-8596-c5bec2d3f978\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg\",\n' '\"uploadDate\":' '\"2021-05-06T16:29:14Z\",\n' '\"sha256\":' '\"98f8f8d589719e2bfe285e1d240acdfd03fbd2872db7613e7826489bf91278f9\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d2a9f04a00c232452c1c3c181ec3ef2c727adeb\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e531f711537baec656615f3887a7ce891cd172d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.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.I20210429-1800/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d524a4778f267ccc1912527566b606305c33c70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202105030420.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"642a406c27db7760ee3fdf8a5d21bde767f73cc3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jaotc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a019bace71eca7bc4eab9970410817e392dc7fa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3a547b915447517f948c813529baefbcedaa624\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9df8bcf85940fe5aff6ff3a08177f9097015782b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4046226459e5877c3f68b08bcb351ccc6952e4b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4beb157b7e6a74560078bb00d247aacc63f309de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3eb4f6dd23be9ffd95009540ccc1d9c450c81a25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56890dca2184104f2c4d9236cca40e9902133a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"338e1f37bac624ec26de89af96be76885598d7a6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af999548a06d731f0d1ac287ff82591b76d4f6b0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da817922ef52f19cd7be4d38f1d0179214118dd9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92daa85058e50425160e90e7f26d7722db353367\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"daaef57cd3afb793189bb12a8967b3395c51238a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94dc2433b72d0d95f265e4684db63ad7275256f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75cdbb1eaaa25a55ec58d0138265eb60ab1b7e8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e59d349315623d92b56266abf6479c275ec16ec5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7eca6ae7f0417558ea878870b52e97e0a06ea316\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2999a03597a78893fdce174e211312d5aa29fbe9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec27d0bedfdade562cd66ca0550d68942336236\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aee907fb1ec2c056e43ab264af30dac33d176d33\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06f3b5ad99e4d8a4030e1a722e20233a6ba71528\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0beff52a372bdc6af6396234874397ea65d79bfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fc6f0e2d4c8aa425d1b023c6843ad449a8774424\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0c3b22604129a2c5eff6a4ea889d9a2dbf842179\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4622a70f984dd02274199bcabcc91bb90c85c57\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"381518cd836937ac1f42ef71acdd14e494a5db9f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e04bf55d8d191cecab74bdcb33d0c7b69601d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmid\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"40350149e94ab6c0d1c27747a02071cd096b1564\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b51627e664ce19548f30e4563032fbead529715c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e482fcc01c37d9d1981f5f285b5580a26d7c06c8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca838b2e6206e67b9b89a7b6593226619765f296\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9717368ad2b6600fd6507ea7c67164038391cedb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a590e24876c8d0c634b7287d8bbf6a434077d630\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"271b29a9f1f68fae35ec5b1ad9c86a625f0f77c2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5f2058b4841d1ff6cd6510af3c48271168a87ede\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21bb0c6b8f38fa92d174fee8d36fa75a553c4e5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a0b63675c85ead171ee10656cc0b96adacac993c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f5a0145e7c2d3c185b78d69b2b5fc537720ddd96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"182a4bd3d192948c6b5bebab161b7b0a120d2baa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bb0eb0fe406515967d0057129dd2dca20e910cd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"992d590fb77a084dd806788bb812d0d607863b34\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b980b76db0e7a624acd35da5f532b2190d78a8b3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92d18c45bb70a1ea4c6cc28b871ce79a0e9eaf91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b7e592ae4fe4df3a678f53f48632ab2277ca9789\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"115fd220b20872392e114caac92bdd3aa4e71e01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d08b0ecc13d3b277d7f872939bb50249a1da96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"31d6875612789b61242cbf3e2d39f6d15a6bbdf9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00edd82f005fdd12da3ad615403e626be4093ebf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad52e51379e420fe49c0b2de19544ff2750e9516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33b4496df48f407b924bba4e0145a5bf9e29edc7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9ee7c12f51b5096e3a6bf1dc400ad843d11cad0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea073ff7bf7a831a734df0883b1cf00b7d955e8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e2d47d704ff57aef7120aeb2fc6239d6fa3583a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71f46c318b600a22d6528da4807f7b53151981dc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9106082a0a003a926e7957fa6d760d7a803405ae\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec2ca48b91138e91078ba0294d4fc27b75f50eff\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"79e2cea1fc89eddd984a1c32eb1795f7ee0e8535\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ff57f79f55db3e854ca7fbd9b047e96953e5899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"124ad2d9edc4d50339af78c46604620603730955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a4de01d5817ed98e1b08257589884e2be985618\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"211b6eb6c0ce412354bbe881b564f517368dce07\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67e3c670d2da2d28744080e65a9d20e9c727d9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a7af411cb68d94aef5471d40e72be18bd4484ee\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b86cd8276fce1a46adbc471fe5059903a8e31c07\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a44c078129ae0e36ab32c0820d208233e1de833b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf3e8edb317ae92124612c589270e1048264111\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsunec.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8a490624f1c878f5d895af09b09acc9c4026cce2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bd2264b8efced95a78c5bf2437d1f21698869ad4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ef831361fb168478fa2a19d268737724888a16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9a08d6a0ce1702971e0a9ca83c6dabb4064312e7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e531f711537baec656615f3887a7ce891cd172d\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +217+ STATUS=COMPLETE +217+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +217+ [[ 200 == \5\0\3 ]] +217+ [[ 200 == \5\0\2 ]] +217+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +217+ break +217+ rm eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +217+ curl -JO https://cbi.eclipse.org/macos/xcrun/8a3cd6f6-9165-4697-be98-447c538e9c9a/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 382M 0 382M 0 0 6219k 0 --:--:-- 0:01:03 --:--:-- 4441k 100 1692k 0 1692k 0 0 1875k 0 --:--:-- --:--:-- --:--:-- 1873k 100 384M 0 384M 0 0 6168k 0 --:--:-- 0:01:03 --:--:-- 4115k 100 48.4M 0 48.4M 0 0 3142k 0 --:--:-- 0:00:15 --:--:-- 2600k 100 144M 0 144M 0 0 3752k 0 --:--:-- 0:00:39 --:--:-- 3141k 100 148M 0 148M 0 0 3752k 0 --:--:-- 0:00:4 100 389M 0 389M0 --:--:-- 3320k 0 0 6146k 0 --:--:-- 0:01:04 --:--:-- 4451k 100 6386k 0 6386k 0 0 3340k 0 --:--:-- 0:00:01 --:--:-- 3338k 100 50.8M 0 50.8M 0 0 3097k 0 --:--:-- 0:00:16 --:--:-- 2801k 100 150M 0 150M 0 0 3699k 0 --:--:-- 0:00:41 --:--:-- 32 100 8375k 68k 0 8375k 0 0 2886k 0 --:--:-- 0:00:02 --:--:-- 2885k 100 52.1M 0 52.1M 0 0 3000k 0 --:--:-- 0:00:17 --:--:-- 2843k 100 392M 0 392M 0 0 6081k 0 --:--:-- 0:01:06 --:--:-- 3934k 100 54.1M 0 54.1M 0 0 2949k 0 --:--:-- 0:00:18 --:--:-- 2383k 100 153M 0 153M 0 0 3686k 0 --:--:-- 0:00:42 --:--:-- 3181k 100 395M 0 395M 0 0 6051k 0 --:--:-- 0:01:06 --:--:-- 3388k 100 11.4M 0 11.4M 0 0 2993k 0 --:--:-- 0:00:03 --:--:-- 2992k 100 158M 0 158M 0 0 3718k 0 --:--:-- 0:00:43 --:--:-- 3126k 100 56.7M 0 56.7M 0 0 2937k 0 --:--:-- 0:00:19 --:--:-- 2136k 100 14.9M 0 14.9M 0 0 3027k 0 --:--:-- 0:00:05 --:--:-- 3027k 100 398M 0 398M 0 0 5986k 0 --:--:-- 0:01:08 --:--:-- 3103k 100 58.7M 0 58.7M 0 0 2893k 0 --:--:-- 0:00:20 --:--:-- 2104k 100 401M 0 401M 0 0 5962k 0 --:--:-- 0:01:08 --:--:-- 3343k 100 162M 0 162M 0 0 3715k 0 --:--:-- 0:00:44 --:--:-- 3441k 100 16.4M 0 16.4M 0 0 2720k 0 --:--:-- 0:00:06 --:--:-- 2865k 100 18.2M 0 18.2M 0 0 2702k 0 --:--:-- 0:00:06 --:--:-- 2457k 100 62.3M 0 62.3M 0 0 2926k 0 --:--:-- 0:00:21 --:--:-- 2355k 100 163M 0 163M 0 0 3669k 0 --:--:-- 0:00:45 --:--:-- 3014k 100 403M 0 403M 0 0 5903k 0 --:--:-- 0:01:10 --:--:-- 2852k 100 19.7M 0 19.7M 0 0 2559k 0 --:--:-- 0:00:07 --:--:-- 2370k 100 64.0M 0 64.0M 0 0 2878k 0 --:--:-- 0:00:22 --:--:-- 2446k 100 405M 0 405M 0 0 5856k 0 --:--:-- 0:01:10 --:--:-- 2752k 100 166M 0 166M 0 0 3663k 0 --:--:-- 0:00:46 --:--:-- 3367k 100 68.6M 0 68.6M 0 0 2955k 0 --:--:-- 0:00:23 --:--:-- 2975k 100 23.4M 0 23.4M 0 0 2697k 0 --:--:-- 0:00:08 --:--:-- 2464k 100 407M 0 407M 0 0 5810 100 172Mk 0 --:--: 0 172M 0 0 370-- 8k 0:0 0 --1:11:--:-- - 0:0-:--0:47 -:---:--:- 258- 38936kk 100 409M 0 409M 0 0 5787k 0 --:--:-- 0:01:12 --:--:-- 2615k curl: Saved to filename 'eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg' +159+ cp -vf eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg' ++159+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg +159+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp ++159+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg +159+ b=eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg +159+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp +159+ md5sum eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg 100 26.7M 0 26.7M 0 0 2765k 0 --:--:-- 0:00:09 --:--:-- 2491k 100 175M 0 175M 0 0 3692k 0 --:--:-- 0:00:48 --:--:-- 3473k 100 71.7M 0 71.7M 0 0 2938k 0 --:--:-- 0:00:25 --:--:-- 2943k+159+ sha1sum eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg 100 180M 0 180M 0 0 3721k 0 --:--:-- 0:00:49 --:--:-- 3779k 100 73.6M 0 73.6M 0 0 2926k 0 --:--:-- 0:00:25 --:--:-- 3063k+159+ sha512sum -b eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg 100 32.3M 0 32.3M 0 0 2965k 0 --:--:-- 0:00:11 --:--:-- 3267k 100 77.4M 0 77.4M 0 0 2944k 0 --:--:-- 0:00:26 --:--:-- 3018k+159+ rm eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +159+ rm -f eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +159+ rm -f eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +159+ rm -f eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 182M 0 182M 0 0 3687k 0 --:--:-- 0:00:50 --:--:-- 3846k 100 33.8M 0 33.8M 0 0 2853k 0 --:--:-- 0:00:12 --:--:-- 3053k 100 183M 0 183M 0 0 3646k 0 --:--:-- 0:00:51 --:--:-- 3485k 100 80.1M 0 80.1M 0 0 2952k 0 --:--:-- 0:00:27 --:--:-- 3289k 100 35.7M 0 35.7M 0 0 2821k 0 --:--:-- 0:00:12 --:--:-- 3230k 100 40.5M 0 40.5M 0 0 2989k 0 --:--:-- 0:00:13 --:--:-- 3510k 100 83.5M 0 83.5M 0 0 2972k 0 --:--:-- 0:00:28 --:--:-- 3053k 100 190M 0 190M 0 0 3689k 0 --:--:-- 0:00:52 --:--:-- 3516k 100 42.1M 0 42.1M 0 0 2898k 0 --:--:-- 0:00:14 --:--:-- 3163k 100 192M 0 192M 0 0 3674k 0 --:--:-- 0:00:53 --:--:-- 3493k 100 87.0M 0 87.0M 0 0 2974k 0 --:--:-- 0:00:29 --:--:-- 3152k+131+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +131+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg ++131+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +131+ LOG=eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +131+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg' +131+ /home/jenkins/agent/workspace/notarize-downloads-bug-571369/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg +131+ sleep 18s +131+ tee --append eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +380+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg ++380+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg +380+ DMG=eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg +380+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg ++380+ echo eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg ++380+ sed s/-macosx.cocoa.x86_64.dmg//g ++380+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +380+ PRIMARY_BUNDLE_ID=eclipse-rcp-2021-06-M2 +380+ retryCount=3 +380+ '[' 3 -gt 0 ']' ++380+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2021-06-M2", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize 100 89.7M 0 89.7M 0 0 2969k 0 --:--:-- 0:00:30 --:--:-- 3186k 100 44.1M 0 44.1M 0 0 2794k 0 --:--:-- 0:00:16 --:--:-- 2413k 100 197M 0 197M 0 0 3678k 0 --:--:-- 0:00:54 --:--:-- 3276k 100 198M 0 198M 0 0 3666k 0 --:--:-- 0:00:55 --:--:-- 3444k 100 90.9M 0 90.9M 0 0 2929k 0 --:--:-- 0:00:31 --:--:-- 2848k 100 48.8M 0 48.8M 0 0 2913k 0 --:--:-- 0:00:17 --:--:-- 3058k 100 96.6M 0 96.6M 0 0 3018k 0 --:--:-- 0:00:32 --:--:-- 3384k 100 49.3M 0 49.3M 0 0 2821k 0 --:--:-- 0:00:17 --:--:-- 2818k 100 202M 0 202M 0 0 3661k 0 --:--:-- 0:00:56 --:--:-- 3821k 100 52.2M 0 52.2M 0 0 2833k 0 --:--:-- 0:00:18 --:--:-- 2396k 100 205M 0 205M 0 0 3653k 0 --:--:-- 0:00:57 --:--:-- 3259k 100 100M 0 100M 0 0 3045k 0 --:--:-- 0:00:33 --:--:-- 3470k 100 103M 0 103M 0 0 3044k 0 --:--:-- 0:00:34 --:--:-- 3485k 100 56.8M 0 56.8M 0 0 2900k 0 --:--:-- 0:00:20 --:--:-- 2906k 100 209M 0 209M 0 0 3656k 0 --:--:-- 0:00:58 --:--:-- 3473k 100 59.3M 0 59.3M 0 0 2904k 0 --:--:-- 0:00:20 --:--:-- 3278k 100 103M 0 103M 0 0 2970k 0 --:--:-- 0:00:35 --:--:-- 2979k 100 210M 0 210M 0 0 3620k 0 --:--:-- 0:00:59 --:--:-- 2961k 100 217M 0 217M 0 0 3672k 0 --:--:-- 0:01:00 --:--:-- 3735k 100 63.6M 0 63.6M 0 0 2976k 0 --:--:-- 0:00:21 --:--:-- 3201k 100 106M 0 106M 0 0 2964k 0 --:--:-- 0:00:36 --:--:-- 3187k 100 69.8M 0 69.8M 0 0 3123k 0 --:--:-- 0:00:22 --:--:-- 4207k 100 109M 0 109M 0 0 2959k 0 --:--:-- 0:00:37 --:--:-- 2576k 100 219M 0 219M 0 0 3643k 0 --:--:-- 0:01:01 --:--:-- 3445k 100 100 73.9M 0 73.9M 0 0 3169k 0 --:--:-- 223M 0 223M 0 0:000 :23653 --4k :--: -- 0 - 444-:-0k-:-- 0:01:02 --:--:-- 3657k 100 113M 0 113M 0 0 3000k 0 --:--:-- 0:00:38 --:--:-- 2696k 100 116M 0 116M 0 0 3000k 0 --:--:-- 0:00:39 --:--:-- 2693k 100 225M 0 225M 0 0 3628k 0 --:--:-- 0:01:03 --:--:-- 3290k 100 76.6M 0 76.6M 0 0 3135k 0 --:--:-- 0:00:25 --:--:-- 4085k 100 12 100 77.9M 0 77.9M 0 0 3080k 0 --:--:-- 0:00:25 --:--:-- 3821k0M 0 120M 0 0 3031k 0 --:--:-- 0:00:40 --:--:-- 3468k 100 227M 0 227M 0 0 3599k 0 --:--:-- 0:01:04 --:--:-- 3349k 100 229M 0 229M 0 0 3585k 0 --:--:-- 0:01:05 --:--:-- 2528k 100 125M 0 125M 0 0 3068k 0 --:--:-- 0:00:41 --:--:-- 3835k 100 81.2M 0 81.2M 0 0 3047k 0 --:--:-- 0:00:27 --:--:-- 3337k 100 82.5M 0 82.5M 0 0 3029k 0 --:--:-- 0:00:27 --:--:-- 2599k 100 234M 0 234M 0 0 3612k 0 --:--:-- 0:01:06 --:--:-- 3217k 100 125M 0 125M 0 0 2986k 0 --:--:-- 0:00:43 --:--:-- 3176k+275+ RESPONSE_RAW='{"uuid":"5c638ce6-4221-42ba-a105-0cd98d698382","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++275+ head -n1 +275+ RESPONSE='{"uuid":"5c638ce6-4221-42ba-a105-0cd98d698382","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++275+ tail -n1 +275+ STATUS_CODE=200 ++275+ echo '{"uuid":"5c638ce6-4221-42ba-a105-0cd98d698382","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++275+ jq -r .uuid +275+ UUID=5c638ce6-4221-42ba-a105-0cd98d698382 ++275+ echo '{"uuid":"5c638ce6-4221-42ba-a105-0cd98d698382","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++275+ jq -r .notarizationStatus.status +275+ STATUS=IN_PROGRESS +275+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +275+ sleep 1m 100 127M 0 127M 0 0 2982k 0 --:--:-- 0:00:43 --:--:-- 2840k 100 236M 0 236M 0 0 3577k 0 --:--:-- 0:01:07 --:--:-- 2633k 100 86.1M 0 86.1M 0 0 3029k 0 --:--:-- 0:00:29 --:--:-- 2387k 100 239M 0 239M 0 0 3572k 0 --:--:-- 0:01:08 --:--:-- 2865k 100 88.0M 0 88.0M 0 0 3002k 0 --:--:-- 0:00:30 --:--:-- 2340k 100 131M 0 131M 0 0 3007k 0 --:--:-- 0:00:44 --:--:-- 3061k++240+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ac0610d0-3015-44f3-85e1-7d3dd27199a9/status +240+ RESPONSE_RAW='{"uuid":"ac0610d0-3015-44f3-85e1-7d3dd27199a9","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\": \"0e6d4f0e-e663-42f1-86cb-ba8383dea41e\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg\",\n \"uploadDate\": \"2021-05-06T16:19:05Z\",\n \"sha256\": \"66d89ae2882c24fd19393f70c82ab90ffd722f615ef33e61a8453795db74de3b\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"481d05a081c19555d9490b6d6db88881f381d558\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"241b151979340f6830f4b15a34f16d3eb109063f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d524a4778f267ccc1912527566b606305c33c70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jaotc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a019bace71eca7bc4eab9970410817e392dc7fa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3a547b915447517f948c813529baefbcedaa624\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9df8bcf85940fe5aff6ff3a08177f9097015782b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4046226459e5877c3f68b08bcb351ccc6952e4b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4beb157b7e6a74560078bb00d247aacc63f309de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3eb4f6dd23be9ffd95009540ccc1d9c450c81a25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56890dca2184104f2c4d9236cca40e9902133a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"338e1f37bac624ec26de89af96be76885598d7a6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af999548a06d731f0d1ac287ff82591b76d4f6b0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da817922ef52f19cd7be4d38f1d0179214118dd9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92daa85058e50425160e90e7f26d7722db353367\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"daaef57cd3afb793189bb12a8967b3395c51238a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94dc2433b72d0d95f265e4684db63ad7275256f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75cdbb1eaaa25a55ec58d0138265eb60ab1b7e8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e59d349315623d92b56266abf6479c275ec16ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7eca6ae7f0417558ea878870b52e97e0a06ea316\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2999a03597a78893fdce174e211312d5aa29fbe9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec27d0bedfdade562cd66ca0550d68942336236\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aee907fb1ec2c056e43ab264af30dac33d176d33\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06f3b5ad99e4d8a4030e1a722e20233a6ba71528\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0beff52a372bdc6af6396234874397ea65d79bfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc6f0e2d4c8aa425d1b023c6843ad449a8774424\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0c3b22604129a2c5eff6a4ea889d9a2dbf842179\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4622a70f984dd02274199bcabcc91bb90c85c57\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"381518cd836937ac1f42ef71acdd14e494a5db9f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e04bf55d8d191cecab74bdcb33d0c7b69601d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmid\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40350149e94ab6c0d1c27747a02071cd096b1564\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b51627e664ce19548f30e4563032fbead529715c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e482fcc01c37d9d1981f5f285b5580a26d7c06c8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca838b2e6206e67b9b89a7b6593226619765f296\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9717368ad2b6600fd6507ea7c67164038391cedb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a590e24876c8d0c634b7287d8bbf6a434077d630\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"271b29a9f1f68fae35ec5b1ad9c86a625f0f77c2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f2058b4841d1ff6cd6510af3c48271168a87ede\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21bb0c6b8f38fa92d174fee8d36fa75a553c4e5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a0b63675c85ead171ee10656cc0b96adacac993c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5a0145e7c2d3c185b78d69b2b5fc537720ddd96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"182a4bd3d192948c6b5bebab161b7b0a120d2baa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bb0eb0fe406515967d0057129dd2dca20e910cd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"992d590fb77a084dd806788bb812d0d607863b34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b980b76db0e7a624acd35da5f532b2190d78a8b3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92d18c45bb70a1ea4c6cc28b871ce79a0e9eaf91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b7e592ae4fe4df3a678f53f48632ab2277ca9789\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"115fd220b20872392e114caac92bdd3aa4e71e01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d08b0ecc13d3b277d7f872939bb50249a1da96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"31d6875612789b61242cbf3e2d39f6d15a6bbdf9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00edd82f005fdd12da3ad615403e626be4093ebf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad52e51379e420fe49c0b2de19544ff2750e9516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33b4496df48f407b924bba4e0145a5bf9e29edc7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9ee7c12f51b5096e3a6bf1dc400ad843d11cad0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea073ff7bf7a831a734df0883b1cf00b7d955e8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e2d47d704ff57aef7120aeb2fc6239d6fa3583a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71f46c318b600a22d6528da4807f7b53151981dc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9106082a0a003a926e7957fa6d760d7a803405ae\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec2ca48b91138e91078ba0294d4fc27b75f50eff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79e2cea1fc89eddd984a1c32eb1795f7ee0e8535\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ff57f79f55db3e854ca7fbd9b047e96953e5899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"124ad2d9edc4d50339af78c46604620603730955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a4de01d5817ed98e1b08257589884e2be985618\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"211b6eb6c0ce412354bbe881b564f517368dce07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67e3c670d2da2d28744080e65a9d20e9c727d9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a7af411cb68d94aef5471d40e72be18bd4484ee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b86cd8276fce1a46adbc471fe5059903a8e31c07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a44c078129ae0e36ab32c0820d208233e1de833b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf3e8edb317ae92124612c589270e1048264111\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsunec.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8a490624f1c878f5d895af09b09acc9c4026cce2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd2264b8efced95a78c5bf2437d1f21698869ad4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ef831361fb168478fa2a19d268737724888a16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9a08d6a0ce1702971e0a9ca83c6dabb4064312e7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"241b151979340f6830f4b15a34f16d3eb109063f\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++240+ head -n1 +240+ RESPONSE='{"uuid":"ac0610d0-3015-44f3-85e1-7d3dd27199a9","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\": \"0e6d4f0e-e663-42f1-86cb-ba8383dea41e\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg\",\n \"uploadDate\": \"2021-05-06T16:19:05Z\",\n \"sha256\": \"66d89ae2882c24fd19393f70c82ab90ffd722f615ef33e61a8453795db74de3b\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"481d05a081c19555d9490b6d6db88881f381d558\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"241b151979340f6830f4b15a34f16d3eb109063f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d524a4778f267ccc1912527566b606305c33c70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jaotc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a019bace71eca7bc4eab9970410817e392dc7fa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3a547b915447517f948c813529baefbcedaa624\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9df8bcf85940fe5aff6ff3a08177f9097015782b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4046226459e5877c3f68b08bcb351ccc6952e4b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4beb157b7e6a74560078bb00d247aacc63f309de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3eb4f6dd23be9ffd95009540ccc1d9c450c81a25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56890dca2184104f2c4d9236cca40e9902133a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"338e1f37bac624ec26de89af96be76885598d7a6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af999548a06d731f0d1ac287ff82591b76d4f6b0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da817922ef52f19cd7be4d38f1d0179214118dd9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92daa85058e50425160e90e7f26d7722db353367\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"daaef57cd3afb793189bb12a8967b3395c51238a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94dc2433b72d0d95f265e4684db63ad7275256f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75cdbb1eaaa25a55ec58d0138265eb60ab1b7e8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e59d349315623d92b56266abf6479c275ec16ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7eca6ae7f0417558ea878870b52e97e0a06ea316\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2999a03597a78893fdce174e211312d5aa29fbe9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec27d0bedfdade562cd66ca0550d68942336236\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aee907fb1ec2c056e43ab264af30dac33d176d33\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06f3b5ad99e4d8a4030e1a722e20233a6ba71528\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0beff52a372bdc6af6396234874397ea65d79bfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc6f0e2d4c8aa425d1b023c6843ad449a8774424\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0c3b22604129a2c5eff6a4ea889d9a2dbf842179\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4622a70f984dd02274199bcabcc91bb90c85c57\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"381518cd836937ac1f42ef71acdd14e494a5db9f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e04bf55d8d191cecab74bdcb33d0c7b69601d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmid\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40350149e94ab6c0d1c27747a02071cd096b1564\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b51627e664ce19548f30e4563032fbead529715c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e482fcc01c37d9d1981f5f285b5580a26d7c06c8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca838b2e6206e67b9b89a7b6593226619765f296\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9717368ad2b6600fd6507ea7c67164038391cedb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a590e24876c8d0c634b7287d8bbf6a434077d630\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"271b29a9f1f68fae35ec5b1ad9c86a625f0f77c2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f2058b4841d1ff6cd6510af3c48271168a87ede\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21bb0c6b8f38fa92d174fee8d36fa75a553c4e5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a0b63675c85ead171ee10656cc0b96adacac993c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5a0145e7c2d3c185b78d69b2b5fc537720ddd96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"182a4bd3d192948c6b5bebab161b7b0a120d2baa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bb0eb0fe406515967d0057129dd2dca20e910cd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"992d590fb77a084dd806788bb812d0d607863b34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b980b76db0e7a624acd35da5f532b2190d78a8b3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92d18c45bb70a1ea4c6cc28b871ce79a0e9eaf91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b7e592ae4fe4df3a678f53f48632ab2277ca9789\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"115fd220b20872392e114caac92bdd3aa4e71e01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d08b0ecc13d3b277d7f872939bb50249a1da96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"31d6875612789b61242cbf3e2d39f6d15a6bbdf9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00edd82f005fdd12da3ad615403e626be4093ebf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad52e51379e420fe49c0b2de19544ff2750e9516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33b4496df48f407b924bba4e0145a5bf9e29edc7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9ee7c12f51b5096e3a6bf1dc400ad843d11cad0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea073ff7bf7a831a734df0883b1cf00b7d955e8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e2d47d704ff57aef7120aeb2fc6239d6fa3583a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71f46c318b600a22d6528da4807f7b53151981dc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9106082a0a003a926e7957fa6d760d7a803405ae\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec2ca48b91138e91078ba0294d4fc27b75f50eff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79e2cea1fc89eddd984a1c32eb1795f7ee0e8535\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ff57f79f55db3e854ca7fbd9b047e96953e5899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"124ad2d9edc4d50339af78c46604620603730955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a4de01d5817ed98e1b08257589884e2be985618\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"211b6eb6c0ce412354bbe881b564f517368dce07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67e3c670d2da2d28744080e65a9d20e9c727d9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a7af411cb68d94aef5471d40e72be18bd4484ee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b86cd8276fce1a46adbc471fe5059903a8e31c07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a44c078129ae0e36ab32c0820d208233e1de833b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf3e8edb317ae92124612c589270e1048264111\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsunec.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8a490624f1c878f5d895af09b09acc9c4026cce2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd2264b8efced95a78c5bf2437d1f21698869ad4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ef831361fb168478fa2a19d268737724888a16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9a08d6a0ce1702971e0a9ca83c6dabb4064312e7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"241b151979340f6830f4b15a34f16d3eb109063f\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++240+ tail -n1 +240+ STATUS_CODE=200 ++240+ jq -r .notarizationStatus.status ++240+ echo '{"uuid":"ac0610d0-3015-44f3-85e1-7d3dd27199a9","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\":' '\"0e6d4f0e-e663-42f1-86cb-ba8383dea41e\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg\",\n' '\"uploadDate\":' '\"2021-05-06T16:19:05Z\",\n' '\"sha256\":' '\"66d89ae2882c24fd19393f70c82ab90ffd722f615ef33e61a8453795db74de3b\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"481d05a081c19555d9490b6d6db88881f381d558\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"241b151979340f6830f4b15a34f16d3eb109063f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.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.I20210429-1800/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d524a4778f267ccc1912527566b606305c33c70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jaotc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a019bace71eca7bc4eab9970410817e392dc7fa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3a547b915447517f948c813529baefbcedaa624\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9df8bcf85940fe5aff6ff3a08177f9097015782b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4046226459e5877c3f68b08bcb351ccc6952e4b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4beb157b7e6a74560078bb00d247aacc63f309de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3eb4f6dd23be9ffd95009540ccc1d9c450c81a25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56890dca2184104f2c4d9236cca40e9902133a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"338e1f37bac624ec26de89af96be76885598d7a6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af999548a06d731f0d1ac287ff82591b76d4f6b0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da817922ef52f19cd7be4d38f1d0179214118dd9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92daa85058e50425160e90e7f26d7722db353367\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"daaef57cd3afb793189bb12a8967b3395c51238a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94dc2433b72d0d95f265e4684db63ad7275256f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75cdbb1eaaa25a55ec58d0138265eb60ab1b7e8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e59d349315623d92b56266abf6479c275ec16ec5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7eca6ae7f0417558ea878870b52e97e0a06ea316\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2999a03597a78893fdce174e211312d5aa29fbe9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec27d0bedfdade562cd66ca0550d68942336236\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aee907fb1ec2c056e43ab264af30dac33d176d33\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06f3b5ad99e4d8a4030e1a722e20233a6ba71528\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0beff52a372bdc6af6396234874397ea65d79bfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fc6f0e2d4c8aa425d1b023c6843ad449a8774424\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0c3b22604129a2c5eff6a4ea889d9a2dbf842179\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4622a70f984dd02274199bcabcc91bb90c85c57\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"381518cd836937ac1f42ef71acdd14e494a5db9f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e04bf55d8d191cecab74bdcb33d0c7b69601d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmid\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"40350149e94ab6c0d1c27747a02071cd096b1564\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b51627e664ce19548f30e4563032fbead529715c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e482fcc01c37d9d1981f5f285b5580a26d7c06c8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca838b2e6206e67b9b89a7b6593226619765f296\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9717368ad2b6600fd6507ea7c67164038391cedb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a590e24876c8d0c634b7287d8bbf6a434077d630\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"271b29a9f1f68fae35ec5b1ad9c86a625f0f77c2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5f2058b4841d1ff6cd6510af3c48271168a87ede\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21bb0c6b8f38fa92d174fee8d36fa75a553c4e5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a0b63675c85ead171ee10656cc0b96adacac993c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f5a0145e7c2d3c185b78d69b2b5fc537720ddd96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"182a4bd3d192948c6b5bebab161b7b0a120d2baa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bb0eb0fe406515967d0057129dd2dca20e910cd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"992d590fb77a084dd806788bb812d0d607863b34\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b980b76db0e7a624acd35da5f532b2190d78a8b3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92d18c45bb70a1ea4c6cc28b871ce79a0e9eaf91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b7e592ae4fe4df3a678f53f48632ab2277ca9789\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"115fd220b20872392e114caac92bdd3aa4e71e01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d08b0ecc13d3b277d7f872939bb50249a1da96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"31d6875612789b61242cbf3e2d39f6d15a6bbdf9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00edd82f005fdd12da3ad615403e626be4093ebf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad52e51379e420fe49c0b2de19544ff2750e9516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33b4496df48f407b924bba4e0145a5bf9e29edc7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9ee7c12f51b5096e3a6bf1dc400ad843d11cad0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea073ff7bf7a831a734df0883b1cf00b7d955e8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e2d47d704ff57aef7120aeb2fc6239d6fa3583a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71f46c318b600a22d6528da4807f7b53151981dc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9106082a0a003a926e7957fa6d760d7a803405ae\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec2ca48b91138e91078ba0294d4fc27b75f50eff\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"79e2cea1fc89eddd984a1c32eb1795f7ee0e8535\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ff57f79f55db3e854ca7fbd9b047e96953e5899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"124ad2d9edc4d50339af78c46604620603730955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a4de01d5817ed98e1b08257589884e2be985618\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"211b6eb6c0ce412354bbe881b564f517368dce07\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67e3c670d2da2d28744080e65a9d20e9c727d9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a7af411cb68d94aef5471d40e72be18bd4484ee\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b86cd8276fce1a46adbc471fe5059903a8e31c07\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a44c078129ae0e36ab32c0820d208233e1de833b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf3e8edb317ae92124612c589270e1048264111\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsunec.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8a490624f1c878f5d895af09b09acc9c4026cce2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bd2264b8efced95a78c5bf2437d1f21698869ad4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ef831361fb168478fa2a19d268737724888a16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9a08d6a0ce1702971e0a9ca83c6dabb4064312e7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"241b151979340f6830f4b15a34f16d3eb109063f\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +240+ STATUS=COMPLETE +240+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +240+ [[ 200 == \5\0\3 ]] +240+ [[ 200 == \5\0\2 ]] +240+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +240+ break +240+ rm eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +240+ curl -JO https://cbi.eclipse.org/macos/xcrun/ac0610d0-3015-44f3-85e1-7d3dd27199a9/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 4739k 0 4739k 0 0 7360k 0 --:--:-- --:--:-- --:--:-- 7348k 100 241M 0 241M 0 0 3559k 0 --:--:-- 0:01:09 --:--:-- 3007k 100 90.0M 0 90.0M 0 0 2982k 0 --:--:-- 0:00:30 --:--:-- 2476k 100 133M 0 133M 0 0 2980k 0 --:--:-- 0:00:45 --:--:-- 2569k 100 244M 0 244M 0 0 3542k 0 --:--:-- 0:01:10 --:--:-- 2982k 100 7955k 0 7955k 0 0 4821k 0 --:--:-- 0:00:01 --:--:-- 4818k 100 133M 0 133M 0 0 2919k 0 --:--:-- 0:00:46 --:--:-- 1692k 100 90.0M 0 90.0M 0 0 2869k 0 --:--:-- 0:00:32 --:--:-- 1863k 100 245M 0 245M 0 0 3517k 0 --:--:-- 100 135 0:01:11 M 0 135M 0 0 --: 2911k--:- - 20 --:252k--:-- 0:00:47 --:--:-- 2207k 100 91.8M 0 91.8M 0 0 2859k 0 --:--:-- 0:00:32 --:--:-- 1907k 100 10.9M 0 10.9M 0 0 4102k 0 --:--:-- 0:00:02 --:--:-- 4100k+131+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +131+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg ++131+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +131+ LOG=eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +131+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg' +131+ /home/jenkins/agent/workspace/notarize-downloads-bug-571369/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +131+ sleep 18s +131+ tee --append eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +415+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg ++415+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +415+ DMG=eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +415+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg 100 14.4M 0 14.4M 0 0 4065k 0 --:--:-- 0:00:03 --:--:-- 4064k 100 250M 0 250M 0 0 3529k 0 --:--:-- 0:01:12 --:--:-- 2874k 100 138M 0 138M 0 0 2907k 0 --:--:-- 0:00:48 --:--:-- 2248k 100 93.4M 0 93.4M 0 0 2819k 0 --:--:-- 0:00:33 --:--:-- 1555k++415+ echo eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg ++415+ sed s/-macosx.cocoa.x86_64.dmg//g ++415+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +415+ PRIMARY_BUNDLE_ID=eclipse-scout-2021-06-M2 +415+ retryCount=3 +415+ '[' 3 -gt 0 ']' ++415+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2021-06-M2", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize 100 141M 0 141M 0 0 2905k 0 --:--:-- 0:00:49 --:--:-- 1966k 100 96.1M 0 96.1M 0 0 2819k 0 --:--:-- 0:00:34 --:--:-- 1693k 100 251M 0 251M 0 0 3497k 0 --:--:-- 0:01:13 --:--:-- 2474k 100 16.3M 0 16.3M 0 0 3447k 0 --:--:-- 0:00:04 --:--:-- 3447k 100 253M 0 253M 0 0 3481k 0 --:--:-- 0:01:14 --:--:-- 2404k 100 16.8M 0 16.8M 0 0 3033k 0 --:--:-- 0:00:05 --:--:-- 2482k 100 142M 0 142M 0 0 2864k 0 --:--:-- 0:00:50 --:--:-- 1812k 100 97.0M 0 97.0M 0 0 2754k 0 --:--:-- 0:00:36 --:--:-- 1385k 100 19.9M 0 19.9M 0 0 3081k 0 --:--:-- 0:00:06 --:--:-- 2505k 100 142M 0 142M 0 0 2811k 0 --:--:-- 0:00:52 --:--:-- 1838k 100 97.3M 0 97.3M 0 0 2679k 0 --:--:-- 0:00:37 --:--:-- 1469k 100 254M 0 254M 0 0 3437k 0 --:--:-- 0:01:15 --:--:-- 2042k 100 144M 0 144M 0 0 2788k 0 --:--:-- 0:00:52 --:--:-- 1653k 100 98.7M 0 98.7M 0 0 2656k 0 --:--:-- 0:00:38 --:--:-- 1368k 100 256M 0 256M 0 0 3418k 0 --:--:-- 0:01:16 --:--:-- 2064k 100 22.1M 0 22.1M 0 0 2873k 0 --:--:-- 0:00:07 --:--:-- 2227k 100 148M 0 148M 0 0 2827k 0 --:--:-- 0:00:53 --:--:-- 2054k 100 256M 0 256M 0 0 3386k 0 --:--:-- 0:01:17 --:--:-- 1306k 100 101M 0 101M 0 0 2667k 0 --:--:-- 0:00:39 --:--:-- 1649k 100 24.3M 0 24.3M 0 0 2804k 0 --:--:-- 0:00:08 --:--:-- 1932k 100 103M 0 103M 0 0 2661k 0 --:--:-- 0:00:39 --:--:-- 1554k 100 26.3M 0 26.3M 0 0 2793k 0 --:--:-- 0:00:09 --:--:-- 2130k 100 257M 0 257M 0 0 3350k 0 --:--:-- 0:01:18 --:--:-- 1240k 100 151M 0 151M 0 0 2804k 0 --:--:-- 0:00:55 --:--:-- 1886k 100 106M 0 106M 0 0 2659k 0 --:--:-- 0:00:40 --:--:-- 1946k 100 258M 0 258M 0 0 3331k 0 --:--:-- 0:01:19 --:--:-- 1099k 100 152M 0 152M 0 0 2803k 0 --:--:-- 0:00:55 --:--:-- 2178k 100 28.3M 0 28.3M 0 0 2716k 0 --:--:-- 0:00:10 --:--:-- 2352k+322+ RESPONSE_RAW='{"uuid":"af0e8ec1-84e5-4653-a020-16aff8b00609","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++322+ head -n1 +322+ RESPONSE='{"uuid":"af0e8ec1-84e5-4653-a020-16aff8b00609","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ tail -n1 +322+ STATUS_CODE=200 ++322+ echo '{"uuid":"af0e8ec1-84e5-4653-a020-16aff8b00609","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ jq -r .uuid +322+ UUID=af0e8ec1-84e5-4653-a020-16aff8b00609 ++322+ echo '{"uuid":"af0e8ec1-84e5-4653-a020-16aff8b00609","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ jq -r .notarizationStatus.status +322+ STATUS=IN_PROGRESS +322+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +322+ sleep 1m 100 111M 0 111M 0 0 2727k 0 --:--:-- 0:00:41 --:--:-- 3108k 100 32.4M 0 32.4M 0 0 2851k 0 --:--:-- 0:00:11 --:--:-- 2547k 100 260M 0 260M 0 0 3303k 0 --:--:-- 0:01:20 --:--:-- 1216k 100 156M 0 156M 0 0 2815k 0 --:--:-- 0:00:57 --:--:-- 2856k 100 37.6M 0 37.6M 0 0 3050k 0 --:--:-- 0 100 261M 0 261M 0 0 3278k 0 --:--:-- 0:01:21 --:--:-- 1022k:00:12 --:--:-- 3342k 100 158M 0 158M 0 0 2806k 0 --:--:-- 0:00:57 --:--:-- 3003k 100 115M 0 115M 0 0 2749k 0 --:--:-- 0:00:42 --:--:-- 3478k 100 159M 0 159M 0 0 2781k 0 --:--:-- 0:00:58 --:--:-- 2286k 100 42.1M 0 42.1M 0 0 3162k 0 --:--:-- 0:00:13 --:--:-- 3835k 100 261M 0 261M 0 0 3246k 0 --:--:-- 0:01:22 --:--:-- 1089k 100 119M 0 119M 0 0 2762k 0 --:--:-- 0:00:44 --:--:-- 3483k 100 124M 0 124M 0 0 2832k 0 --:--:-- 0:00:44 --:--:-- 4196k 100 161M 0 161M 0 0 2770k 0 --:--:-- 0:00:59 --:--:-- 2361k 100 43.5M 0 43.5M 0 0 3044k 0 --:--:-- 0:00:14 --:--:-- 3528k 100 262M 0 262M 0 0 3220k 0 --:--:-- 0:01:23 --:--:-- 1085k 100 264M 0 264M 0 0 3208k 0 --:--:-- 0:01:24 --:--:-- 1241k 100 46.9M 0 46.9M 0 0 3071k 0 --:--:-- 0:00:15 --:--:-- 38 100 136k64M 0 164M 0 0 2777k 0 --:--:-- 0:01:00 --:--:-- 2483k 100 127M 0 127M 0 0 2843k 0 --:--:-- 0:00:45 --:--:-- 4347k 100 48.3M 0 48.3M 0 0 2975k 0 --:--:-- 0:00:16 --:--:-- 3263k 100 128M 0 128M 0 0 2812k 0 --:--:-- 0:00:46 --:--:-- 3524k 100 167M 0 167M 0 0 2776k 0 --:--:-- 0:01:01 --:--:-- 2313k 100 265M 0 265M 0 0 3173k 0 --:--:-- 0:01:25 --:--:-- 1065k 100 51.5M 0 51.5M 0 0 2994k 0 --:--:-- 0: 100 131M 0 100:17 --:--:-- 2855k31M 0 0 2821k 0 --:--:-- 0:00:47 --:--:-- 3437k 100 168M 0 168M 0 0 2752k 0 --:--:-- 0:01:02 --:--:-- 2131k 100 266M 0 266M 0 0 3152k 0 --:--:-- 0:01:26 --:--:-- 1145k 100 134M 0 134M 0 0 2824k 0 --:--:-- 0:00:48 --:--:-- 3395k 100 56.7M 0 56.7M 0 0 3117k 0 --:--:-- 0:00:18 --:--:-- 2992k 100 268M 0 268M 0 0 3142k 0 --:--:-- 0:01:27 --:--:-- 1412k 100 169M 0 169M 0 0 2716k 0 --:--:-- 0:01:04 --:--:-- 1992k 100 136M 0 136M 0 0 2797k 0 --:--:-- 0:00:49 --:--:-- 2484k 100 58.6M 0 58.6M 0 0 3057k 0 --:--:-- 0:00:19 --:--:-- 3096k 100 269M 0 269M 0 0 3114k 0 --:--:-- 0:01:28 --:--:-- 1369k 100 174M 0 174M 0 0 2747k 0 --:--:-- 0:01:04 --:--:-- 2478k 100 269M 0 269M 0 0 3087k 0 --:--:-- 0:01:29 --:--:-- 1044k 100 176M 0 176M 0 0 2742k 0 --:--:-- 0:01:05 --:--:-- 2319k 100 139M 0 139M 0 0 2808k 0 --:--:-- 0:00:50 --:--:-- 2480k 100 60.6M 0 60.6M 0 0 3009k 0 --:--:-- 0:00:20 --:--:-- 2814k+131+ jobs -p 159 171 194 217 240 275 299 322 346 380 415 +131+ wait ++131+ jobs -p 100 142M 0 142M 0 0 2801k 0 --:--:-- 0:00:51 --:--:-- 2702k 100 271M 0 271M 0 0 3074k 0 --:--:-- 0:01:30 --:--:-- 1322k 100 63.7M 0 63.7M 0 0 3015k 0 --:--:-- 0:00:21 --:--:-- 3150k 100 179M 0 179M 0 0 2752k 0 --:--:-- 0:01:06 --:--:-- 2461k 100 146M 0 146M 0 0 2828k 0 --:--:-- 0:00:52 --:--:-- 2897k 100 65.4M 0 65.4M 0 0 2960k 0 --:--:-- 0:00:22 --:--:-- 2839k 100 274M 0 274M 0 0 3062k 0 --:--:-- 0:01:31 --:--:-- 1487k 100 184M 0 184M 0 0 2768k 0 --:--:-- 0:01:08 --:--:-- 2951k 100 151M 0 151M 0 0 2880k 0 --:--:-- 0:00:53 --:--:-- 3429k 100 69.0M 0 69.0M 0 0 2992k 0 --:--:-- 0:00:23 --:--:-- 2527k 100 274M 0 274M 0 0 3040k 0 --:--:-- 0:01:32 --:--:-- 1264k 100 186M 0 186M 0 0 2765k 0 --:--:-- 0:01:09 --:--:-- 3398k+346+ RESPONSE_RAW='{"uuid":"f19eca73-f10f-40bf-9beb-1a389520d036","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++346+ head -n1 +346+ RESPONSE='{"uuid":"f19eca73-f10f-40bf-9beb-1a389520d036","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++346+ tail -n1 +346+ STATUS_CODE=200 ++346+ echo '{"uuid":"f19eca73-f10f-40bf-9beb-1a389520d036","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++346+ jq -r .uuid +346+ UUID=f19eca73-f10f-40bf-9beb-1a389520d036 ++346+ echo '{"uuid":"f19eca73-f10f-40bf-9beb-1a389520d036","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++346+ jq -r .notarizationStatus.status +346+ STATUS=IN_PROGRESS +346+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +346+ sleep 1m 100 72.5M 0 72.5M 0 0 3015k 0 --:--:-- 0:00:24 --:--:-- 2851k 100 190M 0 190M 0 0 2793k 0 --:--:-- 0:01:09 --:--:-- 3411k 100 276M 0 276M 0 0 3023k 0 --:--:-- 0:01:33 --:--:-- 1395k 100 154M 0 154M 0 0 2873k 0 --:--:-- 0:00:54 --:--:-- 3628k 100 195M 0 195M 0 0 2825k 0 --:--:-- 0:01:10 --:--:-- 3913k 100 157M 0 157M 0 0 2882k 0 --:--:-- 0:00:55 --:--:-- 3633k 100 277M 0 277M 0 0 3002k 0 --:--:-- 0:01:34 --:--:-- 1481k 100 75.4M 0 75.4M 0 0 3003k 0 --:--:-- 0:00:25 --:--:-- 2978k 100 163M 0 163M 0 0 2946k 0 --:--:-- 0:00:56 --:--:-- 4445k 100 198M 0 198M 0 0 2828k 0 --:--:-- 0:01:11 --:--:-- 3871k 100 277M 0 277M 0 0 2976k 0 --:--:-- 0:01:35 --:--:-- 1228k 100 76.0M 0 76.0M 0 0 2904k 0 --:--:-- 0:00:26 --:--:-- 2436k 100 171M 0 171M 0 0 3025k 0 --:--:-- 0:00:57 --:--:-- 5116k 100 202M 0 202M 0 0 2847k 0 --:--:-- 0:01:12 --:--:-- 3997k 100 279M 0 279M 0 0 2966k 0 --:--:-- 0:01:36 --:--:-- 1171k 100 76.6M 0 76.6M 0 0 2840k 0 --:--:-- 0:00:27 --:--:-- 2297k 100 280M 0 280M 0 0 2949k 0 --:--:-- 0:01:37 --:--:-- 1262k 100 172M 0 172M 0 0 3003k 0 --:--:-- 0:00:58 --:--:-- 4320k 100 204M 0 204M 0 0 2840k 0 --:--:-- 0:01:13 --:--:-- 3905k 100 80.0M 0 80.0M 0 0 2855k 0 --:--:-- 0:00:28 --:--:-- 2213k 100 82.0M 0 82.0M 0 0 2836k 0 --:--:-- 0:00:29 --:--:-- 1949k 100 177M 0 177M 0 0 3030k 0 --:--:-- 0:00:59 --:--:-- 4767k 100 281M 0 281M 0 0 2928k 0 --:--:-- 0:01:38 --:--:-- 1135k 100 206M 0 206M 0 0 2814k 0 --:--:-- 0:01:15 --:--:-- 3085k 100 282M 0 282M 0 0 2907k 0 --:--:-- 0:01:39 --:--:-- 1117k 100 178M 0 178M 0 0 3004k 0 --:--:-- 0:01:00 --:--:-- 4375k 100 85.1M 0 85.1M 0 0 2845k 0 --:--:-- 0:00:30 --:--:-- 2017k 100 209M 0 209M 0 0 2831k 0 --:--:-- 0:01:15 --:--:-- 2917k+299+ RESPONSE_RAW='{"uuid":"2dba9060-6da3-4cfd-96a4-166107d81d76","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++299+ head -n1 +299+ RESPONSE='{"uuid":"2dba9060-6da3-4cfd-96a4-166107d81d76","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++299+ tail -n1 +299+ STATUS_CODE=200 ++299+ echo '{"uuid":"2dba9060-6da3-4cfd-96a4-166107d81d76","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++299+ jq -r .uuid +299+ UUID=2dba9060-6da3-4cfd-96a4-166107d81d76 ++299+ echo '{"uuid":"2dba9060-6da3-4cfd-96a4-166107d81d76","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++299+ jq -r .notarizationStatus.status +299+ STATUS=IN_PROGRESS +299+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +299+ sleep 1m 100 184M 0 184M 0 0 3058k 0 --:--:-- 0:01:01 --:--:-- 4335k 100 213M 0 213M 0 0 2852k 0 --:--:-- 0:01:16 --:--:-- 3197k 100 87.8M 0 87.8M 0 0 2840k 0 --:--:-- 0:00:31 --:--:-- 2488k 100 283M 0 283M 0 0 2884k 0 --:--:-- 0:01:40 --:--:-- 1180k 100 91.0M 0 91.0M 0 0 2857k 0 --:--:-- 0:00:32 --:--:-- 2948k 100 187M 0 187M 0 0 3049k 0 --:--:-- 0:01:02 --:--:-- 3327k 100 285M 0 285M 0 0 2862k 0 --:--:-- 0:01:42 --:--:-- 1051k 100 218M 0 218M 0 0 2850k 0 --:--:-- 0:01:18 --:--:-- 2888k 100 94.9M 0 94.9M 0 0 2889k 0 --:--:-- 0:00:33 --:--:-- 3091k 100 286M 0 286M 0 0 2860k 0 --:--:-- 0:01:42 --:--:-- 1121k 100 220M 0 220M 0 0 2860k 0 --:--:-- 0:01:18 --:--:-- 3168k 100 191M 0 191M 0 0 3066k 0 --:--:-- 0:01:03 --:--:-- 3820k 100 223M 0 223M 0 0 2864k 0 --:--:-- 0:01:19 --:--:-- 3667k 100 286M 0 286M 0 0 2836k 0 --:--:-- 0:01:43 --:--:-- 1035k 100 196M 0 196M 0 0 3102k 0 --:--:-- 0:01:04 --:--:-- 3960k 100 99.0M 0 99.0M 0 0 2914k 0 --:--:-- 0:00:34 --:--:-- 3363k 100 224M 0 224M 0 0 2844k 0 --:--:-- 0:01:20 --:--:-- 3044k 100 101M 0 101M 0 0 2920k 0 --:--:-- 0:00:35 --:--:-- 3384k 100 288M 0 288M 0 0 2826k 0 --:--:-- 0:01:44 --:--:-- 1210k 100 201M 0 201M 0 0 3120k 0 --:--:-- 0:01:06 --:--:-- 4456k 100 228M 0 228M 0 0 2861k 0 --:--:-- 0:01:21 --:--:-- 2995k 100 103M 0 103M 0 0 2899k 0 --:--:-- 0:00:36 --:--:-- 3269k 100 290M 0 290M 0 0 2804k 0 --:--:-- 0:01:45 --:--:-- 1245k 100 202M 0 202M 0 0 3082k 0 --:--:-- 0:01:07 --:--:-- 3359k 100 204M 0 204M 0 0 3076k 0 --:--:-- 0:01:07 --:--:-- 3416k 100 106M 0 106M 0 0 2888k 0 --:--:-- 0:00:37 --:--:-- 3095k 100 290M 0 290M 0 0 2794k 0 --:--:-- 0:01:46 --:--:-- 1243k 100 233M 0 233M 0 0 2883k 0 --:--:-- 0:01:23 --:--:-- 3457k 100 206M 0 206M 0 0 3069k 0 --:--:-- 0:01:08 --:--:-- 3100k 100 236M 0 236M 0 0 2888k 0 --:--:-- 0:01:23 --:--:-- 3322k 100 292M 0 292M 0 0 2786k 0 --:--:-- 0:01:47 --:--:-- 1299k 100 108M 0 108M 0 0 2869k 0 --:--:-- 0:00:38 --:--:-- 2738k 100 295M 0 295M 0 0 2788k 0 --:--:-- 0:01:48 --:--:-- 1796k 100 238M 0 238M 0 0 2877k 0 --:--:-- 0:01:24 --:--:-- 3095k 100 109M 0 109M 0 0 2812k 0 --:--:-- 0:00:39 --:--:-- 2095k 100 206M 0 206M 0 0 3024k 0 --:--:-- 0:01:10 --:--:-- 2035k 100 240M 0 240M 0 0 2868k 0 --:--:-- 0:01:25 --:--:-- 3250k 100 113M 0 113M 0 0 2851k 0 --:--:-- 0:00:40 --:--:-- 2354k 100 207M 0 207M 0 0 2984k 0 --:--:-- 0:01:11 --:--:-- 1198k 100 297M 0 297M 0 0 2776k 0 --:--:-- 0:01:49 --:--:-- 1787k 100 299M 0 299M 100 209M 0 0 209M 0 0 0 29827745k k 0 0 ----::--:---:-- - 0 0:01:01:1:50 1 --:--:----:-:-- 15- 2058k79k 100 242M 0 242M 0 0 2856k 0 --:--:-- 0:01:26 --:--:-- 2787k 100 113M 0 113M 0 0 2794k 0 --:--:-- 0:00:41 --:--:-- 2030k 100 115M 0 115M 0 0 2775k 0 --:--:-- 0:00:42 --:--:-- 1916k 100 210M 0 210M 0 0 2955k 0 --:--:-- 0:01:13 --:--:-- 1366k 100 243M 0 243M 0 0 2831k 0 --:--:-- 0:01:27 --:--:-- 1958k 100 300M 0 300M 0 0 2752k 0 --:--:-- 0:01:51 --:--:-- 1903k 100 301M 0 301M 0 0 2741k 0 --:--:-- 0:01:52 --:--:-- 1752k 100 117M 0 117M 0 0 2759k 0 --:--:-- 0:00:43 --:--:-- 1880k 100 245M 0 245M 0 0 2831k 0 --:--:-- 0:01:28 --:--:-- 1847k 100 211M 0 211M 0 0 2927k 0 --:--:-- 0:01:13 --:--:-- 970k 100 213M 0 213M 0 0 2919k 0 --:--:-- 0:01:14 --:--:-- 1411k 100 122M 0 122M 0 0 2807k 0 --:--:-- 0:00:44 --:--:-- 2764k 100 302M 0 302M 0 0 2728k 0 --:--:-- 0:01:53 --:--:-- 1414k 100 249M 0 249M 0 0 2843k 0 --:--:-- 0:01:29 --:--:-- 2257k 100 303M 0 303M 0 0 2714k 0 --:--:-- 0:01:54 --:--:-- 1269k 100 213M 0 213M 0 0 2880k 0 --:--:-- 0:01:16 --:--:-- 1343k 100 124M 0 124M 0 0 2794k 0 --:--:-- 0:00:45 --:--:-- 2349k 100 254M 0 254M 0 0 2861k 0 --:--:-- 0:01:30 --:--:-- 2745k 100 258M 0 258M 0 0 2882k 0 --:--:-- 0:01:31 --:--:-- 3339k 100 127M 0 127M 0 0 2798k 0 --:--:-- 0:00:46 --:--:-- 2827k 100 305M 0 305M 0 0 2708k 0 --:--:-- 0:01:55 --:--:-- 1242k 100 214M 0 214M 0 0 2852k 0 --:--:-- 0:01:16 --:--:-- 943k 100 217M 0 217M 0 0 2855k 0 --:--:-- 0:01:17 --:--:-- 1347k 100 263M 0 263M 0 0 2909k 0 --:--:-- 0:01:32 --:--:-- 4328k 100 306M 0 306M 0 0 2689k 0 --:--:-- 0:01:56 --:--:-- 1218k 100 133M 0 133M 0 0 2848k 0 --:--:-- 0:00:47 --:--:-- 3439k 100 268M 0 268M 0 0 2932k 0 --:--:-- 0:01:33 --:--:-- 4722k 100 309M 0 309M 0 0 2692k 0 --:--:-- 0:01:57 --:--:-- 1588k 100 219M 0 219M 0 0 2840k 0 --:--:-- 0:01:19 --:--:-- 1585k 100 134M 0 134M 0 0 2817k 0 --:--:-- 0:00:48 --:--:-- 3304k 100 138M 0 138M 0 0 2852k 0 --:--:-- 0:00:49 --:--:-- 3253k 100 311M 0 311M 0 0 2690k 0 --:--:-- 0:01:58 --:--:-- 1838k 100 273M 0 273M 0 0 2952k 0 --:--:-- 0:01:34 --:--:-- 4906k 100 219M 0 219M 0 0 2812k 0 --:--:-- 0:01:19 --:--:-- 1210k 100 313M 0 313M 0 0 2686k 0 --:--:-- 0:01:59 --:--:-- 2031k 100 142M 0 142M 0 0 2891k 0 --:--:-- 0:00:50 --:--:-- 3799k 100 221M 0 221M 0 0 2804k 0 --:--:-- 0:01:20 --:--:-- 1624k 100 278M 0 278M 0 0 2969k 0 --:--:-- 0:01:35 --:--:-- 4990k+380+ RESPONSE_RAW='{"uuid":"62c50531-ebfa-41db-a57d-b5e58f6bafd1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++380+ head -n1 +380+ RESPONSE='{"uuid":"62c50531-ebfa-41db-a57d-b5e58f6bafd1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++380+ tail -n1 +380+ STATUS_CODE=200 ++380+ echo '{"uuid":"62c50531-ebfa-41db-a57d-b5e58f6bafd1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++380+ jq -r .uuid +380+ UUID=62c50531-ebfa-41db-a57d-b5e58f6bafd1 ++380+ echo '{"uuid":"62c50531-ebfa-41db-a57d-b5e58f6bafd1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++380+ jq -r .notarizationStatus.status +380+ STATUS=IN_PROGRESS +380+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +380+ sleep 1m 100 148M 0 148M 0 0 2938k 0 --:--:-- 0:00:51 --:--:-- 4244k 100 315M 0 315M 0 0 2680k 0 --:--:-- 0:02:00 --:--:-- 2037k 100 280M 0 280M 0 0 2969k 0 --:--:-- 0:01:36 --:--:-- 4537k 100 222M 0 222M 0 0 2767k 0 --:--:-- 0:01:22 --:--:-- 1524k 100 284M 0 284M 0 0 2983k 0 --:--:-- 0:01:37 --:--:-- 4359k 100 154M 0 154M 0 0 3005k 0 --:--:-- 0:00:52 --:--:-- 4603k 100 223M 0 223M 0 0 2761k 0 --:--:-- 0:01:22 --:--:-- 1289k 100 316M 0 316M 0 0 2663k 0 --:--:-- 0:02:01 --:--:-- 2074k 100 157M 0 157M 0 0 3002k 0 - 100 3-:--:-- 0:017M 0 317M 0 0:530 265 --:-0k -:-- 0 4871--:--:k-- 0:02:02 --:--:-- 1668k 100 224M 0 224M 0 0 2742k 0 --:--:-- 0:01:23 --:--:-- 1169k 100 287M 0 287M 0 0 2981k 0 --:--:-- 0:01:38 --:--:-- 3914k 100 290M 0 290M 0 0 2980k 0 --:--:-- 0:01:39 --:--:-- 3512k 100 318M 0 318M 0 0 2641k 0 --:--:-- 0:02:03 --:--:-- 1469k 100 226M 0 226M 0 0 2728k 0 --:--:-- 0:01:24 --:--:-- 1386k 100 162M 0 162M 0 0 3032k 0 --:--:-- 0:00:54 --:--:-- 4748k 100 165M 0 165M 0 0 3040k 0 --:--:-- 0:00:55 --:--:-- 4557k 100 293M 0 293M 0 0 2986k 0 --:--:-- 0:01:40 --:--:-- 3316k 100 227M 0 227M 0 0 2712k 0 --:--:-- 0:01:25 --:--:-- 1211k 100 320M 0 320M 0 0 2628k 0 --:--:-- 0:02:04 --:--:-- 1332k 100 321M 0 321M 0 0 2621k 0 --:--:-- 0:02:05 --:--:-- 1192k 100 228M 0 228M 0 0 2694k 0 --:--:-- 0:01:26 --:--:-- 1418k 100 167M 0 167M 0 0 3008k 0 --:--:-- 0:00:56 --:--:-- 3697k 100 301M 0 301M 0 0 3023k 0 --:--:-- 0:01:42 --:--:-- 4040k 100 230M 0 230M 0 0 2681k 0 --:--:-- 0:01:27 --:--:-- 1349k 100 303M 0 303M 0 0 3020k 0 --:--:-- 0:01:42 --:--:-- 3750k 100 169M 0 169M 0 0 3017k 0 --:--:-- 0:00:57 --:--:-- 3144k 100 323M 0 323M 0 0 2617k 0 --:--:-- 0:02:06 --:--:-- 1440k++275+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5c638ce6-4221-42ba-a105-0cd98d698382/status +275+ RESPONSE_RAW='{"uuid":"5c638ce6-4221-42ba-a105-0cd98d698382","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\": \"29f27685-ca54-499d-9b8e-be36f122a5af\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg\",\n \"uploadDate\": \"2021-05-06T16:20:53Z\",\n \"sha256\": \"fde70911b93ff86466cb0f96363982cd48a10062b0cc26a3a2f04dbda2f92bfb\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad4129e73bf420d6c0fdde9d1389358da86b55d2\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8fb301de37133fd6736951cc48a738197c65391\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d524a4778f267ccc1912527566b606305c33c70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jaotc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a019bace71eca7bc4eab9970410817e392dc7fa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3a547b915447517f948c813529baefbcedaa624\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9df8bcf85940fe5aff6ff3a08177f9097015782b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4046226459e5877c3f68b08bcb351ccc6952e4b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4beb157b7e6a74560078bb00d247aacc63f309de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3eb4f6dd23be9ffd95009540ccc1d9c450c81a25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56890dca2184104f2c4d9236cca40e9902133a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"338e1f37bac624ec26de89af96be76885598d7a6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af999548a06d731f0d1ac287ff82591b76d4f6b0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da817922ef52f19cd7be4d38f1d0179214118dd9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92daa85058e50425160e90e7f26d7722db353367\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"daaef57cd3afb793189bb12a8967b3395c51238a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94dc2433b72d0d95f265e4684db63ad7275256f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75cdbb1eaaa25a55ec58d0138265eb60ab1b7e8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e59d349315623d92b56266abf6479c275ec16ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7eca6ae7f0417558ea878870b52e97e0a06ea316\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2999a03597a78893fdce174e211312d5aa29fbe9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec27d0bedfdade562cd66ca0550d68942336236\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aee907fb1ec2c056e43ab264af30dac33d176d33\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06f3b5ad99e4d8a4030e1a722e20233a6ba71528\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0beff52a372bdc6af6396234874397ea65d79bfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc6f0e2d4c8aa425d1b023c6843ad449a8774424\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0c3b22604129a2c5eff6a4ea889d9a2dbf842179\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4622a70f984dd02274199bcabcc91bb90c85c57\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"381518cd836937ac1f42ef71acdd14e494a5db9f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e04bf55d8d191cecab74bdcb33d0c7b69601d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmid\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40350149e94ab6c0d1c27747a02071cd096b1564\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b51627e664ce19548f30e4563032fbead529715c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e482fcc01c37d9d1981f5f285b5580a26d7c06c8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca838b2e6206e67b9b89a7b6593226619765f296\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9717368ad2b6600fd6507ea7c67164038391cedb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a590e24876c8d0c634b7287d8bbf6a434077d630\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"271b29a9f1f68fae35ec5b1ad9c86a625f0f77c2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f2058b4841d1ff6cd6510af3c48271168a87ede\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21bb0c6b8f38fa92d174fee8d36fa75a553c4e5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a0b63675c85ead171ee10656cc0b96adacac993c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5a0145e7c2d3c185b78d69b2b5fc537720ddd96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"182a4bd3d192948c6b5bebab161b7b0a120d2baa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bb0eb0fe406515967d0057129dd2dca20e910cd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"992d590fb77a084dd806788bb812d0d607863b34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b980b76db0e7a624acd35da5f532b2190d78a8b3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92d18c45bb70a1ea4c6cc28b871ce79a0e9eaf91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b7e592ae4fe4df3a678f53f48632ab2277ca9789\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"115fd220b20872392e114caac92bdd3aa4e71e01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d08b0ecc13d3b277d7f872939bb50249a1da96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"31d6875612789b61242cbf3e2d39f6d15a6bbdf9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00edd82f005fdd12da3ad615403e626be4093ebf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad52e51379e420fe49c0b2de19544ff2750e9516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33b4496df48f407b924bba4e0145a5bf9e29edc7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9ee7c12f51b5096e3a6bf1dc400ad843d11cad0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea073ff7bf7a831a734df0883b1cf00b7d955e8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e2d47d704ff57aef7120aeb2fc6239d6fa3583a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71f46c318b600a22d6528da4807f7b53151981dc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9106082a0a003a926e7957fa6d760d7a803405ae\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec2ca48b91138e91078ba0294d4fc27b75f50eff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79e2cea1fc89eddd984a1c32eb1795f7ee0e8535\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ff57f79f55db3e854ca7fbd9b047e96953e5899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"124ad2d9edc4d50339af78c46604620603730955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a4de01d5817ed98e1b08257589884e2be985618\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"211b6eb6c0ce412354bbe881b564f517368dce07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67e3c670d2da2d28744080e65a9d20e9c727d9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a7af411cb68d94aef5471d40e72be18bd4484ee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b86cd8276fce1a46adbc471fe5059903a8e31c07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a44c078129ae0e36ab32c0820d208233e1de833b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf3e8edb317ae92124612c589270e1048264111\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsunec.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8a490624f1c878f5d895af09b09acc9c4026cce2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd2264b8efced95a78c5bf2437d1f21698869ad4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ef831361fb168478fa2a19d268737724888a16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9a08d6a0ce1702971e0a9ca83c6dabb4064312e7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8fb301de37133fd6736951cc48a738197c65391\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++275+ head -n1 +275+ RESPONSE='{"uuid":"5c638ce6-4221-42ba-a105-0cd98d698382","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\": \"29f27685-ca54-499d-9b8e-be36f122a5af\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg\",\n \"uploadDate\": \"2021-05-06T16:20:53Z\",\n \"sha256\": \"fde70911b93ff86466cb0f96363982cd48a10062b0cc26a3a2f04dbda2f92bfb\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad4129e73bf420d6c0fdde9d1389358da86b55d2\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8fb301de37133fd6736951cc48a738197c65391\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d524a4778f267ccc1912527566b606305c33c70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jaotc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a019bace71eca7bc4eab9970410817e392dc7fa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e3a547b915447517f948c813529baefbcedaa624\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9df8bcf85940fe5aff6ff3a08177f9097015782b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4046226459e5877c3f68b08bcb351ccc6952e4b5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4beb157b7e6a74560078bb00d247aacc63f309de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3eb4f6dd23be9ffd95009540ccc1d9c450c81a25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56890dca2184104f2c4d9236cca40e9902133a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"338e1f37bac624ec26de89af96be76885598d7a6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af999548a06d731f0d1ac287ff82591b76d4f6b0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da817922ef52f19cd7be4d38f1d0179214118dd9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92daa85058e50425160e90e7f26d7722db353367\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"daaef57cd3afb793189bb12a8967b3395c51238a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94dc2433b72d0d95f265e4684db63ad7275256f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75cdbb1eaaa25a55ec58d0138265eb60ab1b7e8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e59d349315623d92b56266abf6479c275ec16ec5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7eca6ae7f0417558ea878870b52e97e0a06ea316\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2999a03597a78893fdce174e211312d5aa29fbe9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ec27d0bedfdade562cd66ca0550d68942336236\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aee907fb1ec2c056e43ab264af30dac33d176d33\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06f3b5ad99e4d8a4030e1a722e20233a6ba71528\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0beff52a372bdc6af6396234874397ea65d79bfd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fc6f0e2d4c8aa425d1b023c6843ad449a8774424\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0c3b22604129a2c5eff6a4ea889d9a2dbf842179\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4622a70f984dd02274199bcabcc91bb90c85c57\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"381518cd836937ac1f42ef71acdd14e494a5db9f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e04bf55d8d191cecab74bdcb33d0c7b69601d1fe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmid\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"40350149e94ab6c0d1c27747a02071cd096b1564\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b51627e664ce19548f30e4563032fbead529715c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e482fcc01c37d9d1981f5f285b5580a26d7c06c8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca838b2e6206e67b9b89a7b6593226619765f296\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9717368ad2b6600fd6507ea7c67164038391cedb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a590e24876c8d0c634b7287d8bbf6a434077d630\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"271b29a9f1f68fae35ec5b1ad9c86a625f0f77c2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f2058b4841d1ff6cd6510af3c48271168a87ede\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21bb0c6b8f38fa92d174fee8d36fa75a553c4e5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a0b63675c85ead171ee10656cc0b96adacac993c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5a0145e7c2d3c185b78d69b2b5fc537720ddd96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"182a4bd3d192948c6b5bebab161b7b0a120d2baa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bb0eb0fe406515967d0057129dd2dca20e910cd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"992d590fb77a084dd806788bb812d0d607863b34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b980b76db0e7a624acd35da5f532b2190d78a8b3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92d18c45bb70a1ea4c6cc28b871ce79a0e9eaf91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b7e592ae4fe4df3a678f53f48632ab2277ca9789\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"115fd220b20872392e114caac92bdd3aa4e71e01\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d08b0ecc13d3b277d7f872939bb50249a1da96\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"31d6875612789b61242cbf3e2d39f6d15a6bbdf9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00edd82f005fdd12da3ad615403e626be4093ebf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad52e51379e420fe49c0b2de19544ff2750e9516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"33b4496df48f407b924bba4e0145a5bf9e29edc7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9ee7c12f51b5096e3a6bf1dc400ad843d11cad0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea073ff7bf7a831a734df0883b1cf00b7d955e8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e2d47d704ff57aef7120aeb2fc6239d6fa3583a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71f46c318b600a22d6528da4807f7b53151981dc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9106082a0a003a926e7957fa6d760d7a803405ae\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec2ca48b91138e91078ba0294d4fc27b75f50eff\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"79e2cea1fc89eddd984a1c32eb1795f7ee0e8535\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ff57f79f55db3e854ca7fbd9b047e96953e5899\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"124ad2d9edc4d50339af78c46604620603730955\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a4de01d5817ed98e1b08257589884e2be985618\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"211b6eb6c0ce412354bbe881b564f517368dce07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a67e3c670d2da2d28744080e65a9d20e9c727d9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a7af411cb68d94aef5471d40e72be18bd4484ee\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b86cd8276fce1a46adbc471fe5059903a8e31c07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a44c078129ae0e36ab32c0820d208233e1de833b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf3e8edb317ae92124612c589270e1048264111\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsunec.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8a490624f1c878f5d895af09b09acc9c4026cce2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd2264b8efced95a78c5bf2437d1f21698869ad4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ef831361fb168478fa2a19d268737724888a16\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9a08d6a0ce1702971e0a9ca83c6dabb4064312e7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e8fb301de37133fd6736951cc48a738197c65391\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++275+ tail -n1 +275+ STATUS_CODE=200 ++275+ jq -r .notarizationStatus.status ++275+ echo '{"uuid":"5c638ce6-4221-42ba-a105-0cd98d698382","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\":' '\"29f27685-ca54-499d-9b8e-be36f122a5af\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg\",\n' '\"uploadDate\":' '\"2021-05-06T16:20:53Z\",\n' '\"sha256\":' '\"fde70911b93ff86466cb0f96363982cd48a10062b0cc26a3a2f04dbda2f92bfb\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad4129e73bf420d6c0fdde9d1389358da86b55d2\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8fb301de37133fd6736951cc48a738197c65391\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.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.I20210429-1800/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d524a4778f267ccc1912527566b606305c33c70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jaotc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a019bace71eca7bc4eab9970410817e392dc7fa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e3a547b915447517f948c813529baefbcedaa624\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9df8bcf85940fe5aff6ff3a08177f9097015782b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4046226459e5877c3f68b08bcb351ccc6952e4b5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4beb157b7e6a74560078bb00d247aacc63f309de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3eb4f6dd23be9ffd95009540ccc1d9c450c81a25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56890dca2184104f2c4d9236cca40e9902133a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"338e1f37bac624ec26de89af96be76885598d7a6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af999548a06d731f0d1ac287ff82591b76d4f6b0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da817922ef52f19cd7be4d38f1d0179214118dd9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92daa85058e50425160e90e7f26d7722db353367\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"daaef57cd3afb793189bb12a8967b3395c51238a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94dc2433b72d0d95f265e4684db63ad7275256f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75cdbb1eaaa25a55ec58d0138265eb60ab1b7e8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e59d349315623d92b56266abf6479c275ec16ec5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7eca6ae7f0417558ea878870b52e97e0a06ea316\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2999a03597a78893fdce174e211312d5aa29fbe9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ec27d0bedfdade562cd66ca0550d68942336236\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aee907fb1ec2c056e43ab264af30dac33d176d33\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06f3b5ad99e4d8a4030e1a722e20233a6ba71528\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0beff52a372bdc6af6396234874397ea65d79bfd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fc6f0e2d4c8aa425d1b023c6843ad449a8774424\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0c3b22604129a2c5eff6a4ea889d9a2dbf842179\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4622a70f984dd02274199bcabcc91bb90c85c57\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"381518cd836937ac1f42ef71acdd14e494a5db9f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e04bf55d8d191cecab74bdcb33d0c7b69601d1fe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmid\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"40350149e94ab6c0d1c27747a02071cd096b1564\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b51627e664ce19548f30e4563032fbead529715c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e482fcc01c37d9d1981f5f285b5580a26d7c06c8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca838b2e6206e67b9b89a7b6593226619765f296\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9717368ad2b6600fd6507ea7c67164038391cedb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a590e24876c8d0c634b7287d8bbf6a434077d630\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"271b29a9f1f68fae35ec5b1ad9c86a625f0f77c2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5f2058b4841d1ff6cd6510af3c48271168a87ede\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21bb0c6b8f38fa92d174fee8d36fa75a553c4e5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a0b63675c85ead171ee10656cc0b96adacac993c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f5a0145e7c2d3c185b78d69b2b5fc537720ddd96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"182a4bd3d192948c6b5bebab161b7b0a120d2baa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bb0eb0fe406515967d0057129dd2dca20e910cd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"992d590fb77a084dd806788bb812d0d607863b34\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b980b76db0e7a624acd35da5f532b2190d78a8b3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92d18c45bb70a1ea4c6cc28b871ce79a0e9eaf91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b7e592ae4fe4df3a678f53f48632ab2277ca9789\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"115fd220b20872392e114caac92bdd3aa4e71e01\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d08b0ecc13d3b277d7f872939bb50249a1da96\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"31d6875612789b61242cbf3e2d39f6d15a6bbdf9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00edd82f005fdd12da3ad615403e626be4093ebf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad52e51379e420fe49c0b2de19544ff2750e9516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"33b4496df48f407b924bba4e0145a5bf9e29edc7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9ee7c12f51b5096e3a6bf1dc400ad843d11cad0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea073ff7bf7a831a734df0883b1cf00b7d955e8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e2d47d704ff57aef7120aeb2fc6239d6fa3583a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71f46c318b600a22d6528da4807f7b53151981dc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9106082a0a003a926e7957fa6d760d7a803405ae\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec2ca48b91138e91078ba0294d4fc27b75f50eff\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"79e2cea1fc89eddd984a1c32eb1795f7ee0e8535\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ff57f79f55db3e854ca7fbd9b047e96953e5899\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"124ad2d9edc4d50339af78c46604620603730955\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a4de01d5817ed98e1b08257589884e2be985618\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"211b6eb6c0ce412354bbe881b564f517368dce07\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a67e3c670d2da2d28744080e65a9d20e9c727d9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a7af411cb68d94aef5471d40e72be18bd4484ee\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b86cd8276fce1a46adbc471fe5059903a8e31c07\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a44c078129ae0e36ab32c0820d208233e1de833b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf3e8edb317ae92124612c589270e1048264111\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libsunec.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8a490624f1c878f5d895af09b09acc9c4026cce2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bd2264b8efced95a78c5bf2437d1f21698869ad4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ef831361fb168478fa2a19d268737724888a16\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"817b1eb9ea1a8ded8d1c755a9ae30e41760abad7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_15.0.2.v20210201-0955/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9a08d6a0ce1702971e0a9ca83c6dabb4064312e7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e8fb301de37133fd6736951cc48a738197c65391\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +275+ STATUS=COMPLETE +275+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +275+ [[ 200 == \5\0\3 ]] +275+ [[ 200 == \5\0\2 ]] +275+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +275+ break +275+ rm eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +275+ curl -JO https://cbi.eclipse.org/macos/xcrun/5c638ce6-4221-42ba-a105-0cd98d698382/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 2735k 0 2735k 0 0 7706k 0 --:--:-- --:--:-- --:--:-- 7684k 100 325M 0 325M 0 0 2615k 0 --:--:-- 0:02:07 --:--:-- 1749k 100 176M 0 176M 0 0 3086k 0 --:--:-- 0:00:58 --:--:-- 3979k 100 308M 0 308M 0 0 3040k 0 --:--:-- 0:01:43 --:--:-- 4198k 100 230M 0 230M 0 0 2656k 0 --:--:-- 0:01:28 --:--:-- 1207k+415+ RESPONSE_RAW='{"uuid":"a1de0bc7-0840-4646-aca2-828aa9f07e0e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++415+ head -n1 +415+ RESPONSE='{"uuid":"a1de0bc7-0840-4646-aca2-828aa9f07e0e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++415+ tail -n1 +415+ STATUS_CODE=200 ++415+ echo '{"uuid":"a1de0bc7-0840-4646-aca2-828aa9f07e0e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++415+ jq -r .uuid +415+ UUID=a1de0bc7-0840-4646-aca2-828aa9f07e0e ++415+ echo '{"uuid":"a1de0bc7-0840-4646-aca2-828aa9f07e0e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++415+ jq -r .notarizationStatus.status +415+ STATUS=IN_PROGRESS +415+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +415+ sleep 1m 100 311M 0 311M 0 0 3045k 0 --:--:-- 0:01:44 --:--:-- 4332k 100 10.7M 0 10.7M 0 0 8096k 0 --:--:-- 0:00:01 --:--:-- 8090k 100 183M 0 183M 0 0 3153k 0 --:--:-- 0:00:59 --:--:-- 4541k 100 327M 0 327M 0 0 2608k 0 --:--:-- 0:02:08 --:--:-- 1817k 100 233M 0 233M 0 0 2646k 0 --:--:-- 0:01:30 --:--:-- 1322k 100 192M 0 192M 0 0 3250k 0 --:--:-- 0:01:00 --:--:-- 5584k 100 318M 0 318M 0 0 3082k 0 --:--:-- 0:01:45 --:--:-- 5021k 100 15.8M 0 15.8M 0 0 6880k 0 --:--:-- 0:00:02 --:--:-- 6877k 100 235M 0 235M 0 0 2650k 0 --:--:-- 0:01:30 --:--:-- 1591k 100 331M 0 331M 0 0 2616k 0 --:--:-- 0:02:09 --:--:-- 2307k 100 324M 0 324M 0 0 3116k 0 --:--:-- 0:01:46 --:--:-- 5102k 100 332M 0 332M 0 0 2609k 0 --:--:-- 0:02:10 --:--:-- 2309k 100 197M 0 197M 0 0 3275k 0 --:--:-- 0:01:01 --:--:-- 6468k 100 26.4M 0 26.4M 0 0 8052k 0 --:--:-- 0:00:03 --:--:-- 8050k 100 235M 0 235M 0 0 2625k 0 --:--:-- 0:01:31 --:--:-- 1445k 100 36.2M 0 36.2M 0 0 8531k 0 --:--:-- 0:00:04 --:--:-- 8529k 100 237M 0 237M 0 0 2623k 0 --:--:-- 0:01:32 --:--:-- 1601k 100 334M 0 334M 0 0 2603k 0 --:--:-- 0:02:11 --:--:-- 2244k 100 205M 0 205M 0 0 3367k 0 --:--:-- 0:01:02 --:--:-- 7413k 100 330M 0 330M 0 0 3137k 0 --:--:-- 0:01:47 --:--:-- 5540k 100 49.7M 0 49.7M 0 0 9512k 0 --:--:-- 0:00:05 --:--:-- 9641k 100 239M 0 239M 0 0 2615k 0 --:--:-- 0:01:33 --:--:-- 1880k 100 336M 0 336M 0 0 3170k 0 --:--:-- 0:01:48 --:--:-- 5879k 100 335M 0 335M 0 0 2587k 0 --:--:-- 0:02:12 --:--:-- 1883k 100 210M 0 210M 0 0 3380k 0 --:--:-- 0:01:03 --:--:-- 6768k 100 240M 0 240M 0 0 2596k 0 --:--:-- 0:01:34 --:--:-- 1643k 100 58.3M 0 58.3M 0 0 9401k 0 --:--:-- 0:00:06 --:--:-- 9754k 100 218M 0 218M 0 0 3466k 0 --:--:-- 0:01:04 --:--:-- 7196k 100 344M 0 344M 0 0 3216k 0 --:--:-- 0:01:49 --:--:-- 6801k 100 336M 0 336M 0 0 2578k 0 --:--:-- 0:02:13 --:--:-- 1803k 100 65.7M 0 65.7M 0 0 9150k 0 --:--:-- 0:00:07 --:--:-- 9.9M 100 338M 0 338M 0 0 2573k 0 --:--:-- 0:02:14 --:--:-- 1453k 100 350M 0 350M 0 0 3235k 0 --:--:-- 0:01:50 --:--:-- 6464k 100 243M 0 243M 0 0 2600k 0 --:--:-- 0:01:35 --:--:-- 1686k 100 223M 0 223M 0 0 3473k 0 --:--:-- 0:01:05 --:--:-- 6098k 100 358M 0 358M 0 0 3285k 0 --:--:-- 0:01:51 --:--:-- 6904k 100 340M 0 340M 0 0 2572k 0 --:--:-- 0:02:15 --:--:-- 1631k 100 227M 0 227M 0 0 3481k 0 --:--:-- 0:01:06 --:--:-- 5959k 100 71.9M 0 71.9M 0 0 8664k 0 --:--:-- 0:00:08 --:--:-- 9066k 100 246M 0 246M 0 0 2600k 0 --:--:-- 0:01:37 --:--:-- 2144k 100 365M 0 365M 0 0 3319k 0 --:--:-- 0:01:52 --:--:-- 7242k 100 343M 0 343M 0 0 2574k 0 --:--:-- 0:02:16 --:--:-- 1813k 100 232M 0 232M 0 0 3512k 0 --:--:-- 0:01:07 --:--:-- 5333k 100 82.0M 0 82.0M 0 0 8964k 0 --:--:-- 0:00:09 --:--:-- 9342k 100 247M 0 247M 0 0 2578k 0 --:--:-- 0:01:38 --:--:-- 1800k 100 89.0M 0 89.0M 0 0 8805k 0 --:--:-- 0:00:10 --:--:-- 8049k 100 345M 0 345M 0 0 2570k 0 --:--:-- 0:02:17 --:--:-- 2113k 100 238M 0 238M 0 0 3563k 0 --:--:-- 0:01:08 --:--:-- 5920k 100 371M 0 371M 0 0 3338k 0 --:--:-- 0:01:53 --:--:-- 6918k 100 248M 0 248M 0 0 2567k 0 --:--:-- 0:01:39 --:--:-- 1729k 100 104M 0 104M 0 0 9415k 0 --:--:-- 0:00:11 --:--:-- 9432k 100 244M 0 244M 0 0 3598k 0 --:--:-- 0:01:09 --:--:-- 5302k 100 250M 0 250M 0 0 2569k 0 --:--:-- 0:01:39 --:--:-- 2052k 100 378M 0 378M 0 0 3372k 0 --:--:-- 0:01:54 --:--:-- 6760k 100 347M 0 347M 0 0 2564k 0 --:--:-- 0:02:18 --:--:-- 2191k 100 113M 0 113M 0 0 9388k 0 - 100 -:--:-- 0:00:12 --:--254M:-- 09738 25k4M 0 100 100 0 384M 0 384M 3683k 0 0 350M 0 350M --:0 30 --:397-- 0 0:k 2501: 10 69k 0 ----:- -:-:-- 0 - 6:-- --:526 0:k--:01:-- 55 0:0--:-2:1-:-9 --:--:-- 2454k- 6987k 100 252M 0 252M 0 0 2561k 0 --:--:-- 0:01:40 --:--:-- 1811k++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/af0e8ec1-84e5-4653-a020-16aff8b00609/status +322+ RESPONSE_RAW='{"uuid":"af0e8ec1-84e5-4653-a020-16aff8b00609","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\": \"ff0c374f-6466-455e-aae3-81d960ee19e9\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg\",\n \"uploadDate\": \"2021-05-06T16:27:49Z\",\n \"sha256\": \"537f6f79f0e3811df794e5c64010ed9f97d865fbd86e2369430e8d385281130e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3015a5910d4afdc47c354eab3cc7f853cf1c57bb\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cd0a9648922a1e45f8520411f10136c79f3d587\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.parallel.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d524a4778f267ccc1912527566b606305c33c70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202105030420.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"642a406c27db7760ee3fdf8a5d21bde767f73cc3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cd0a9648922a1e45f8520411f10136c79f3d587\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++322+ head -n1 +322+ RESPONSE='{"uuid":"af0e8ec1-84e5-4653-a020-16aff8b00609","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\": \"ff0c374f-6466-455e-aae3-81d960ee19e9\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg\",\n \"uploadDate\": \"2021-05-06T16:27:49Z\",\n \"sha256\": \"537f6f79f0e3811df794e5c64010ed9f97d865fbd86e2369430e8d385281130e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3015a5910d4afdc47c354eab3cc7f853cf1c57bb\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cd0a9648922a1e45f8520411f10136c79f3d587\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.parallel.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d524a4778f267ccc1912527566b606305c33c70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202105030420.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"642a406c27db7760ee3fdf8a5d21bde767f73cc3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cd0a9648922a1e45f8520411f10136c79f3d587\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++322+ tail -n1 +322+ STATUS_CODE=200 ++322+ jq -r .notarizationStatus.status ++322+ echo '{"uuid":"af0e8ec1-84e5-4653-a020-16aff8b00609","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\":' '\"ff0c374f-6466-455e-aae3-81d960ee19e9\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg\",\n' '\"uploadDate\":' '\"2021-05-06T16:27:49Z\",\n' '\"sha256\":' '\"537f6f79f0e3811df794e5c64010ed9f97d865fbd86e2369430e8d385281130e\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3015a5910d4afdc47c354eab3cc7f853cf1c57bb\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cd0a9648922a1e45f8520411f10136c79f3d587\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.parallel.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.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.I20210429-1800/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d524a4778f267ccc1912527566b606305c33c70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202105030420.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"642a406c27db7760ee3fdf8a5d21bde767f73cc3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cd0a9648922a1e45f8520411f10136c79f3d587\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +322+ STATUS=COMPLETE +322+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +322+ [[ 200 == \5\0\3 ]] +322+ [[ 200 == \5\0\2 ]] +322+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +322+ break +322+ rm eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg +322+ curl -JO https://cbi.eclipse.org/macos/xcrun/af0e8ec1-84e5-4653-a020-16aff8b00609/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 386M 0 386M 0 0 3401k 0 --:--:-- 0:01:56 --:--:-- 6294k curl: Saved to filename 'eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg' +194+ cp -vf eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg' ++194+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +194+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp ++194+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +194+ b=eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +194+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp +194+ md5sum eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg 100 353M 0 353M 0 0 2576k 0 --:--:-- 0:02:20 --:--:-- 2665k curl: Saved to filename 'eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg' +171+ cp -vf eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg 100 263M 0 263M 0 0 3772k 0 --:--:-- 0:01:11 --:--:-- 7754k 100 254M 0 254M 0 0 2558k 0 --:--:-- 0:01:41 --:--:-- 1731k'eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg' ++171+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +171+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp ++171+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +171+ b=eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +171+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp +171+ md5sum eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg 100 121M 0 121M 0 0 9215k 0 --:--:-- 0:00:13 --:--:-- 9.9M+194+ sha1sum eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg 100 1208 0 1208 0 0 1133 0 --:--:-- 0:00:01 --:--:-- 1133+171+ sha1sum eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg 100 274M 100 133M 0 133M 0 0 274M 0 0 3868k 0 --:--:-- 0:01:1 02 -- 9:--:543-- k 8687k 0 --:--:-- 0:00:14 --:--:-- 10.3M 100 261M 0 261M 0 0 2602k 0 --:--:-- 0:01:42 --:--:-- 3087k+194+ sha512sum -b eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg 100 2048k 0 2048k 0 0 1187k 0 --:--:-- 0:00:01 --:--:-- 1186k+171+ sha512sum -b eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg 100 149M 0 149M 0 0 9950k 0 --:--:-- 0:00:15 --:--:-- 12.0M 100 4999k 0 4999k 0 0 1963k 0 --:--:-- 0:00:02 --:--:-- 1962k 100 281M 0 281M 0 0 3910k 0 --:--:-- 0:01:13 --:--:-- 8714k 100 266M 0 266M 0 0 2624k 0 --:--:-- 0:01:43 --:--:-- 3828k+194+ rm eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +194+ rm -f eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +194+ rm -f eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +194+ rm -f eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 +171+ rm eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +171+ rm -f eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +171+ rm -f eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +171+ rm -f eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 156M 0 156M 0 0 9785k 0 --:--:-- 0:00:16 --:--:-- 10.3M 100 269M 0 269M 0 0 2626k 0 --:--:-- 0:01:44 --:--:-- 3771k 100 18.4M 0 18.4M 0 0 5330k 0 --:--:-- 0:00:03 --:--:-- 5329k 100 292M 0 292M 0 0 3998k 0 --:--:-- 0:01:14 --:--:-- 9402k 100 300M 0 300M 0 0 4066k 0 --:--:-- 0:01:15 --:--:-- 9482k 100 164M 0 164M 0 0 9691k 0 --:--:-- 0:00:17 --:--:-- 10.1M 100 23.8M 0 23.8M 0 0 5343k 0 --:--:-- 0:00:04 --:--:-- 5342k 100 272M 0 272M 0 0 2632k 0 --:--:-- 0:01:45 --:--:-- 4060k 100 167M 0 167M 0 0 9360k 0 --:--:-- 0:00:18 --:--:-- 9769k 100 37.6M 0 37.6M 0 0 6954k 0 --:--:-- 0:00:05 --:--:-- 8606k 100 305M 0 305M 0 0 4074k 0 --:--:-- 0:01:16 --:--:-- 8349k 100 273M 0 273M 0 0 2612k 0 --:--:-- 0:01:47 --:--:-- 3682k 100 178M 0 178M 0 0 9438k 0 --:--:-- 0:00:19 --:--:-- 9135k 100 54.6M 0 54.6M 0 0 8544k 0 --:--:-- 0:00:06 --:--:-- 10.9M 100 310M 0 310M 0 0 4101k 0 --:--:-- 0:01:17 --:--:-- 7483k 100 273M 0 273M 0 0 2595k 0 --:--:-- 0:01:47 --:--:-- 2467k 100 274M 0 274M 0 0 2581k 0 --:--:-- 0:01:48 --:--:-- 1651k 100 193M 0 193M 0 0 9730k 0 --:--:-- 0:00:20 --:--:-- 9059k 100 320M 0 320M 0 0 4169k 0 --:--:-- 0:01:18 --:--:-- 7992k 100 60.9M 0 60.9M 0 0 8246k 0 --:--:-- 0:00:07 --:--:-- 11.1M 100 326M 0 326M 0 0 4207k 0 --:--:-- 0:01:19 --:--:-- 7565k curl: Saved to filename 'eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg' +240+ cp -vf eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg' ++240+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +240+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp ++240+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +240+ b=eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +240+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp +240+ md5sum eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg 100 203M 0 203M 0 0 9743k 0 --:--:-- 0:00:21 --:--:-- 9607k 100 69.9M 0 69.9M 0 0 8386k 0 --:--:-- 0:00:08 --:--:-- 10.3M 100 276M 0 276M 0 0 2575k 0 --:--:-- 0:01:50 --:--:-- 1555k+240+ sha1sum eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg 100 278M 0 278M 0 0 2572k 0 --:--:-- 0:01:50 --:--:-- 1293k 100 214M 0 214M 0 0 9824k 0 --:--:-- 0:00:22 --:--:-- 10.0M+240+ sha512sum -b eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg 100 76.6M 0 76.6M 0 0 8042k 0 --:--:-- 0:00:09 --:--:-- 10.1M+240+ rm eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +240+ rm -f eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +240+ rm -f eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +240+ rm -f eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 83.8M 0 83.8M 0 0 8136k 0 --:--:-- 0:00:10 --:--:-- 9446k 100 226M 0 226M 0 0 9937k 0 --:--:-- 0:00:23 --:--:-- 11.7M 100 281M 0 281M 0 0 2572k 0 --:--:-- 0:01:51 --:--:-- 1709k 100 95.2M 0 95.2M 0 0 8446k 0 --:--:-- 0:00:11 --:--:-- 8320k 100 284M 0 284M 0 0 2572k 0 --:--:-- 0:01:53 --:--:-- 2080k 100 245M 0 245M 0 0 10.0M 0 --:--:-- 0:00:24 --:--:-- 12.9M 100 109M 0 109M 0 0 8905k 0 --:--:-- 0:00:12 --:--:-- 9907k 100 259M 0 259M 0 0 10.2M 0 --:--:-- 0:00:25 --:--:-- 13.1M 100 289M 0 289M 0 0 2598k 0 --:--:-- 0:01:53 --:--:-- 2989k++346+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/f19eca73-f10f-40bf-9beb-1a389520d036/status +346+ RESPONSE_RAW='{"uuid":"f19eca73-f10f-40bf-9beb-1a389520d036","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\": \"bd520838-8348-45cb-b8b6-c98fe9506fcc\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg\",\n \"uploadDate\": \"2021-05-06T16:50:08Z\",\n \"sha256\": \"d77577f3da1d42d1239d86f7e9713cedf6f521afa8e2b33d8aff7938f71d8dd6\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5713bb4524718a35bb4850927d27ad43733819dc\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a8dedfe28f0ef431ba0505f1174836431b32fa75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d524a4778f267ccc1912527566b606305c33c70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202105030420.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"642a406c27db7760ee3fdf8a5d21bde767f73cc3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a8dedfe28f0ef431ba0505f1174836431b32fa75\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++346+ head -n1 +346+ RESPONSE='{"uuid":"f19eca73-f10f-40bf-9beb-1a389520d036","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\": \"bd520838-8348-45cb-b8b6-c98fe9506fcc\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg\",\n \"uploadDate\": \"2021-05-06T16:50:08Z\",\n \"sha256\": \"d77577f3da1d42d1239d86f7e9713cedf6f521afa8e2b33d8aff7938f71d8dd6\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5713bb4524718a35bb4850927d27ad43733819dc\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a8dedfe28f0ef431ba0505f1174836431b32fa75\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n \"arch\": \"i386\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d524a4778f267ccc1912527566b606305c33c70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202105030420.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"642a406c27db7760ee3fdf8a5d21bde767f73cc3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a8dedfe28f0ef431ba0505f1174836431b32fa75\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++346+ tail -n1 +346+ STATUS_CODE=200 ++346+ jq -r .notarizationStatus.status ++346+ echo '{"uuid":"f19eca73-f10f-40bf-9beb-1a389520d036","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\":' '\"bd520838-8348-45cb-b8b6-c98fe9506fcc\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg\",\n' '\"uploadDate\":' '\"2021-05-06T16:50:08Z\",\n' '\"sha256\":' '\"d77577f3da1d42d1239d86f7e9713cedf6f521afa8e2b33d8aff7938f71d8dd6\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5713bb4524718a35bb4850927d27ad43733819dc\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a8dedfe28f0ef431ba0505f1174836431b32fa75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.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.I20210429-1800/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d524a4778f267ccc1912527566b606305c33c70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202105030420.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"642a406c27db7760ee3fdf8a5d21bde767f73cc3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a8dedfe28f0ef431ba0505f1174836431b32fa75\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +346+ STATUS=COMPLETE +346+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +346+ [[ 200 == \5\0\3 ]] +346+ [[ 200 == \5\0\2 ]] +346+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +346+ break +346+ rm eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg +346+ curl -JO https://cbi.eclipse.org/macos/xcrun/f19eca73-f10f-40bf-9beb-1a389520d036/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 291M 0 291M 0 0 2601k 0 --:--:-- 0:01:54 --:--:-- 3198k 100 125M 0 125M 0 0 9493k 0 --:--:-- 0:00:13 --:--:-- 11.1M 100 2627k 0 2627k 0 0 3864k 0 --:--:-- --:--:-- --:--:-- 3864k 100 265M 0 265M 0 0 9.9M 0 --:--:-- 0:00:26 --:--:-- 11.8M 100 272M 0 272M 0 0 9.9M 0 --:--:-- 0:00:27 --:--:-- 11.6M 100 14.0M 0 14.0M 0 0 9651k 0 --:--:-- 0:00:01 --:--:-- 9645k 100 295M 0 295M 0 0 2606k 0 --:--:-- 0:01:55 --:--:-- 3358k 100 141M 0 141M 0 0 9954k 0 --:--:-- 0:00:14 --:--:-- 13.5M 100 284M 0 284M 0 0 10.0M 0 --:--:-- 0:00:28 --:--:-- 11.6M 100 100 143M 0 143M 0 0 9456 25.8M 0 25.8M 0 0 10.3M k 0 --:--0 -:-- -:-- 0:0:--0:0 0:2 --00::--:-15 -- 10.3M-:--:-- 11.9M 100 296M 0 296M 0 0 2595k 0 --:--:-- 0:01:57 --:--:-- 3084k 100 299M 0 299M 0 0 10.2M 0 --:--:-- 0:00:29 --:--:-- 11 100 .3M34.5M 0 34.5M 0 0 9.9M 0 --:--:-- 0:00:03 --:--:-- 9.8M 100 299M 0 299M 0 0 2599k 0 --:--:-- 0:01:57 --:--:-- 3226k 100 153M 0 153M 0 0 9522k 0 --:--:-- 0:00:16 --:--:-- 11.7M 100 41.1M 0 41.1M 0 0 9381k 100 0 --:--:-309M 0 309M- 0:0 00: 004 1--:-0.1-:-M - 9379k 0 --:--:-- 0:00:30 --:--:-- 10.0M 100 170M 0 170M 0 0 9945k 0 --:--:-- 0:00:17 --:--:-- 12.2M 100 300M 0 300M 0 0 2585k 0 --:--:-- 0:01:59 --:--:-- 2287k 100 178M 0 178M 0 0 9868k 0 --:--:-- 0:00:18 --:--:-- 10.6M 100 52.6M 0 52.6M 0 0 9822k 0 --:--:-- 0:00:05 --:--:-- 10.4M 100 302M 0 302M 0 0 2579k 0 --:--:-- 0:01:59 --:--:-- 2064k 100 314M 0 314M 0 0 10.0M 0 --:--:-- 0:00:31 --:--:-- 10.1M 10 100 305M 0 305M0 186M 0 180 6M 0 0 25 85 0k 97 068 -k -: --: 0-- - 0:-:--02::-00- --:0:00--:1:--9 20--:-93k-:-- 9225k 100 65.6M 0 65.6M 0 0 10.1M 0 --:--:-- 0:00:06 --:--:-- 10.3M 100 324M 0 324M 0 0 10.0M 0 --:--:-- 0:00:32 --:--:-- 10.4M++299+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2dba9060-6da3-4cfd-96a4-166107d81d76/status 100 204M 0 204M 0 0 9.9M 0 --:--:-- 0:00:20 --:--:-- 12.1M+299+ RESPONSE_RAW='{"uuid":"2dba9060-6da3-4cfd-96a4-166107d81d76","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\": \"15377d85-5d26-4e0f-b48d-f50abb7c03f9\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg\",\n \"uploadDate\": \"2021-05-06T16:20:29Z\",\n \"sha256\": \"af34583bd168903774762ff686b6d70c42cdb264e535ec6d5a5e210ff5e7c183\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6326752c7309255aa0781d5382510a77d5ed328e\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9424acf43775a19b1d42b8aa56ee57a21f799bcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9424acf43775a19b1d42b8aa56ee57a21f799bcb\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++299+ head -n1 +299+ RESPONSE='{"uuid":"2dba9060-6da3-4cfd-96a4-166107d81d76","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\": \"15377d85-5d26-4e0f-b48d-f50abb7c03f9\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg\",\n \"uploadDate\": \"2021-05-06T16:20:29Z\",\n \"sha256\": \"af34583bd168903774762ff686b6d70c42cdb264e535ec6d5a5e210ff5e7c183\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6326752c7309255aa0781d5382510a77d5ed328e\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9424acf43775a19b1d42b8aa56ee57a21f799bcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9424acf43775a19b1d42b8aa56ee57a21f799bcb\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++299+ tail -n1 +299+ STATUS_CODE=200 ++299+ jq -r .notarizationStatus.status ++299+ echo '{"uuid":"2dba9060-6da3-4cfd-96a4-166107d81d76","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\":' '\"15377d85-5d26-4e0f-b48d-f50abb7c03f9\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg\",\n' '\"uploadDate\":' '\"2021-05-06T16:20:29Z\",\n' '\"sha256\":' '\"af34583bd168903774762ff686b6d70c42cdb264e535ec6d5a5e210ff5e7c183\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6326752c7309255aa0781d5382510a77d5ed328e\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9424acf43775a19b1d42b8aa56ee57a21f799bcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.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.I20210429-1800/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9424acf43775a19b1d42b8aa56ee57a21f799bcb\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +299+ STATUS=COMPLETE +299+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +299+ [[ 200 == \5\0\3 ]] +299+ [[ 200 == \5\0\2 ]] +299+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +299+ break +299+ rm eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +299+ curl -JO https://cbi.eclipse.org/macos/xcrun/2dba9060-6da3-4cfd-96a4-166107d81d76/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 556k 0 556k 0 0 7831k 0 --:--:-- --:--:-- --:--:-- 7722k 100 32 100 307M 0 307M 0 0 2578k 0 --:--:-- 0:02:01 --:-7M-:-- 0 2168 32k7M 0 0 9.7M 0 --:--:-- 0:00:33 --:--:-- 8641k 100 71.8M 0 71.8M 0 0 9398k 0 --:--:-- 0:00:07 --:--:-- 8825k 100 216M 0 216M 0 0 10.0M 100 76.5M 0 76.5M 0 0 9229k 0 --:--:-- 0:00:21 --:--:-- 12. 0 --:--:-- 0:00:08 --:5M--:-- 8594k 100 329M 0 329M 0 0 9816k 0 --:--:-- 0:00:34 --:--:-- 6036k 100 309M 0 309M 0 0 2574k 0 --:--:-- 0:02:03 --:--:-- 2000k 100 10.7M 0 10.7M 0 0 8924k 0 --:--:-- 0:00:01 --:--:-- 8917k 100 90.2M 0 90.2M 0 0 9740k 0 --:--:-- 0:00:09 --:--:-- 9.8M 100 332M 0 332M 0 0 9633k 0 --:--:-- 0:00:35 --:--:-- 4751k 100 311M 0 311M 0 0 2574k 0 --:--:-- 0:02:03 --:--:-- 2300k 100 222M 0 222M 0 0 9.8M 0 --:--:-- 0:00:22 --:--:-- 10.2M 100 20.2M 0 20.2M 0 0 9425k 0 --:--:-- 0:00:02 --:--:-- 9420k 100 235M 0 235M 0 0 9.9M 0 --:--:-- 0:00:23 --:--:-- 11.2M 100 98.0M 0 98.0M 0 0 9572k 0 --:--:-- 0:00:10 --:--:-- 9298k 100 334M 0 334M 0 0 9427k 0 --:--:-- 0:00:36 --:--:-- 4130k 100 314M 0 314M 0 0 2574k 0 --:--:-- 0:02:04 --:--:-- 2462k 100 28.7M 0 28.7M 0 0 9101k 0 --:--:-- 0:00:03 --:--:-- 9098k 100 107M 0 107M 0 0 9562k 0 --:--:-- 0:00:11 --:--:-- 8539k 100 340M 0 340M 0 0 9323k 0 --:--:-- 0:00:37 --:--:-- 3143k 100 317M 0 317M 0 0 2584k 0 --:--:-- 0:02:05 --:--:-- 2574k 100 243M 0 243M 0 0 9.9M 0 --:--:-- 0:00:24 --:--:-- 11.3M 100 30.8M 0 30.8M 0 0 7756k 0 --:--:-- 0:00:04 --:--:-- 7754k 100 35.7M 0 35.7M 0 0 7217k 0 --:--:-- 0:00:05 --:--:-- 7208k 100 320M 0 320M 0 0 2589k 0 --:--:-- 0:02:06 --:--:-- 2858k 100 255M 0 255M 0 0 9.9M 0 --:--:-- 0:00:25 --:--:-- 10.1M 100 342M 0 342M 0 0 9079k 0 --:--:-- 0:00:38 --:--:-- 2960k 100 110M 0 110M 0 0 8896k 0 --:--:-- 0:00:12 --:--:-- 8099k 100 118M 0 118M 0 0 9025k 0 --:--:-- 0:00:13 --:--:-- 8675k 100 260M 0 260M 0 0 9.8M 0 --:--:-- 0:00:26 --:--:-- 8990k 100 42.3M 0 42.3M 0 0 7133k 0 --:--:-- 0:00:06 --:--:-- 6674k 100 323M 0 323M 0 0 2586k 0 --:--:-- 0:02:07 --:--:-- 2901k 100 344M 0 344M 0 0 8953k 0 --:--:-- 0:00:39 --:--:-- 3135k 100 324M 0 324M 0 0 100 268M 0 268M 0 2575k 0 9972k 00 - --:-:----:-:--- 00:02:08 --:--:-- 2613k:00:27 --:--:-- 9566k 100 346M 0 346M 0 0 8786k 0 --:--:-- 0:00:40 --:--:-- 2799k 100 49.6M 0 49.6M 0 0 7186k 0 --:--:-- 0:00:07 --:--:-- 6173k 100 124M 0 124M 0 0 8669k 0 --:--:-- 0:00:14 --:--:-- 6734k 100 57.5M 0 57.5M 0 0 7301k 0 --:--:-- 0:00:08 --:--:-- 6094k 100 326M 0 326M 0 0 2570k 0 --:--:-- 0:02:09 --:--:-- 2449 1k00 273M 0 273M 0 0 9813k 0 --:--:-- 0:00:28 --:--:-- 7896k 100 351M 0 351M 0 0 8700k 0 --:--: 10-- 0:00:41 0 134M 0--:- 13-:-- 4M 3422 k0 0 8884k 0 --:--:-- 0:00:15 --:--:-- 7445k 100 353M 100 330M 0 330M 0 0 258 0 353M 0 0 8546k 0 --:--4k 0 --:--:--:-- 0 :00:40:02:2 --:-10 --:-- 2-:745k--:-- 2576k 100 278M 0 278M 0 0 9643k 0 --:--:-- 0:00:29 --:--:-- 7161k 100 65.7M 0 65.7M 0 0 7322k 0 --:--:-- 0:00:09 --:--:-- 6977k 100 142M 0 142M 0 0 8762k 0 --:--:-- 0:00:16 --:--:-- 6970k 100 285M 0 285M 0 0 9560k 0 --:--:-- 0:00:30 --:--:-- 6149k 100 149M 0 149M 0 0 8760k 0 --:--:-- 0:00:17 --:--:-- 8391k 100 358M 0 358M 0 0 8462k 0 --:--:-- 0:00:43 --:--:-- 3433k 100 75.6M 0 75.6M 0 0 7580k 0 --:--:-- 0:00:10 --:--:-- 7939k 100 332M 0 332M 0 0 2579k 0 --:--:-- 0:02:12 --:--:-- 2335k 100 164M 0 164M 0 0 9086k 0 --:-- 100:-- 0:00:18 --: 335M 0 335M --: 0-- 925 2k0 2586k 0 --:--:-- 0:02:12 --:--:-- 2584k 100 291M 0 291M 0 0 9465k 0 --:--:-- 0:00:31 --:--:-- 6345k 100 84.0M 0 84.0M 0 0 7776k 0 --:--:-- 0:00:11 --:--:-- 8557k 100 360M 0 360M 0 0 8317k 0 --:--:-- 0:00:44 --:--:-- 3208k 100 362M 0 362M 0 0 8186k 0 --:--:-- 0:00:45 --:--:-- 3346k 100 100 303M 0 303M 338M 0 338M 0 0 0 2590k 0 --:--:-- 0:02:13 --:--:-- 29 62k 0 9556k 0 --:--:-- 0:00:32 --:--:-- 7267k 100 97.8M 0 97.8M 0 0 8302k 0 --:--:-- 0:00:12 --:--:-- 9881k 100 172M 0 172M 0 0 8958k 0 --:--:-- 0:00:19 --:--:-- 9816k 100 176M 0 176M 0 0 8810k 0 --:--:-- 0:00:20 --:--:-- 8582k 100 314M 0 314M 0 0 9570k 0 --:--:-- 0:00:33 --:--:-- 8210k 100 110M 0 110M 0 0 8605k 0 --:--:-- 0:00:13 --:--:-- 10.4M 100 365M 0 365M 0 0 8058k 0 --:--:-- 0:00:46 --:--:-- 2865k 100 338M 0 338M 0 0 2568k 0 --:--:-- 0:02:15 --:--:-- 2541k 100 316M 0 316M 0 0 9496k 0 --:--:-- 0:00:34 --:--:-- 8537k curl: Saved to filename 'eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg' +322+ cp -vf eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg' ++322+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg +322+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp ++322+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg +322+ b=eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg +322+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp +322+ md5sum eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg 100 118M 0 118M 0 0 8591k 0 --:--:-- 0:00:14 --:--:-- 10.7M 100 186M 0 186M 0 0 8888k 0 --:--:-- 0:0 100 0:21 --:--:-- 9317366M 0 366M 0 k 0 7930k 0 --:--:-- 0:00:47 --:--:-- 2705k 100 343M 0 343M 0 0 2583k 0 --:--:-- 0:02:15 --:--:-- 2569k+322+ sha1sum eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg +322+ sha512sum -b eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg 100 127M 0 127M 0 0 8685k 100 0 --:--:-- 371M 0 371M 0:0 0 0:15 -- :--:-- 0 710.7858k M 0 --:--:-- 0:00:48 --:--:-- 2622k 100 349M 0 349M 0 0 2617k 0 --:--:-- 0:02:16 --:--:-- 3666k 100 190M 0 190M 0 0 8641k 0 --:--:-- 0:00:22 --:--:-- 8233k+322+ rm eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +322+ rm -f eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +322+ rm -f eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +322+ rm -f eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 208M 0 208M 0 0 9082k 0 --:--:-- 0:00:23 --:--:-- 9068k 100 352M 0 352M 0 0 2612k 0 --:--:-- 0:02:18 --:--:-- 3281k 100 134M 0 134M 0 0 8462k 0 --:--:-- 0:00:16 --:--:-- 9911k 100 374M 0 374M 0 0 7699k 0 --:--:-- 0:00:49 --:--:-- 2686k 100 100 142M 0 142M 0 0 377M 0 377M 8561k 0 0 0--:- 76-:--83k 0:0 0:17 0 --:--:-- 0:00:50 --:--:-- 3112 --:--:-- 9185kk 100 355M 0 355M 0 0 2622k 0 --:--:-- 0:02:18 --:--:-- 3490k 100 221M 0 221M 0 0 9243k 0 --:--:-- 0:00:24 --:--:-- 10.1M 100 361M 0 361M 0 0 2648k 0 --:--:-- 0:02:19 --:--:-- 4907k 100 232M 0 232M 0 0 9320k 0 --:--:-- 0:00:25 --:--:-- 11.1M 100 154M 0 154M 0 0 8733k 0 --:--:-- 0:00:18 --:--:-- 9077k 100 381M 0 381M 0 0 7597k 0 --:--:-- 0:00:51 --:--:-- 3287k 100 243M 0 243M 0 0 9425k 0 --:--:-- 0:00:26 --:--:-- 11.4M 100 169M 0 169M 0 0 9097k 0 --:--:-- 0:00:19 --:--:-- 10.2M 100 385M 0 385M 0 0 7514k 0 --:--:-- 0:00:52 --:--:-- 3697k++380+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/62c50531-ebfa-41db-a57d-b5e58f6bafd1/status 100 364M 0 364M 0 0 2642k 0 --:--:-- 0:02:21 --:--:-- 4163k+380+ RESPONSE_RAW='{"uuid":"62c50531-ebfa-41db-a57d-b5e58f6bafd1","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\": \"2a479116-365a-41b7-ad17-53bdb048e9c3\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg\",\n \"uploadDate\": \"2021-05-06T16:19:55Z\",\n \"sha256\": \"3e035b95adbd92b1ef07a84a68a9a29c85d6cb8daf2b76e7313c2771875302c3\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94880bdc61058df2fb59c257109fd869c8e58487\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d12ebebef8786b5a781c9c374aae008db7b582ae\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d12ebebef8786b5a781c9c374aae008db7b582ae\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++380+ head -n1 +380+ RESPONSE='{"uuid":"62c50531-ebfa-41db-a57d-b5e58f6bafd1","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\": \"2a479116-365a-41b7-ad17-53bdb048e9c3\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg\",\n \"uploadDate\": \"2021-05-06T16:19:55Z\",\n \"sha256\": \"3e035b95adbd92b1ef07a84a68a9a29c85d6cb8daf2b76e7313c2771875302c3\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94880bdc61058df2fb59c257109fd869c8e58487\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d12ebebef8786b5a781c9c374aae008db7b582ae\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d12ebebef8786b5a781c9c374aae008db7b582ae\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++380+ tail -n1 +380+ STATUS_CODE=200 ++380+ jq -r .notarizationStatus.status ++380+ echo '{"uuid":"62c50531-ebfa-41db-a57d-b5e58f6bafd1","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\":' '\"2a479116-365a-41b7-ad17-53bdb048e9c3\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg\",\n' '\"uploadDate\":' '\"2021-05-06T16:19:55Z\",\n' '\"sha256\":' '\"3e035b95adbd92b1ef07a84a68a9a29c85d6cb8daf2b76e7313c2771875302c3\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94880bdc61058df2fb59c257109fd869c8e58487\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d12ebebef8786b5a781c9c374aae008db7b582ae\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.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.I20210429-1800/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d12ebebef8786b5a781c9c374aae008db7b582ae\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +380+ STATUS=COMPLETE +380+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +380+ [[ 200 == \5\0\3 ]] +380+ [[ 200 == \5\0\2 ]] +380+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +380+ break +380+ rm eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg +380+ curl -JO https://cbi.eclipse.org/macos/xcrun/62c50531-ebfa-41db-a57d-b5e58f6bafd1/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 365M 0 365M 0 0 2638k 0 --:--:-- 0:02:21 --:--:-- 3219k 100 252M 0 252M 0 0 9393k 0 --:--:-- 0:00:27 --:--:-- 12.5M 100 8195k 0 8195k 0 0 10.0M 0 --:--:-- --:--:-- --:--:-- 10.0M 100 180M 0 180M 0 0 9204k 0 --:--:-- 0:00:20 --:--:-- 10.5M 100 386M 0 386M 0 0 7410k 0 --:--:-- 0:00:53 --:--:-- 3122k 100 255M 0 255M 0 0 9337k 0 --:--:-- 0:00:28 --:--:-- 10.4M curl: Saved to filename 'eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg' +346+ cp -vf eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg' ++346+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg +346+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp ++346+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg +346+ b=eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg +346+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp +346+ md5sum eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg 100 22.8M 0 22.8M 0 0 12.7M 0 --:--:-- 0:00:01 --:--:-- 12.7M 100 189M 0 189M 0 0 9191k 0 --:--:-- 0:00:21 --:--:-- 11.4M 100 368M 0 368M 0 0 2637k 0 --:--:-- 0:02:22 --:--:-- 3355k 100 388M 0 388M 0 0 7324k 0 --:--:-- 0:00:54 --:--:-- 3194k+346+ sha1sum eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg +346+ sha512sum -b eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg 100 201M 0 201M 0 0 9334k 0 --:--:-- 0:00:22 --:--:-- 11.6M 100 393M 0 393M 0 0 7269k 0 --:--:-- 0:00:55 --:--:-- 3114k 100 371M 0 371M 0 0 2643k 0 --:--:-- 0:02:23 --:--:-- 3213k 100 36.9M 0 36.9M 0 0 12.4M 0 --:--:-- 0:00:02 --:--:-- 12.4M+346+ rm eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +346+ rm -f eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +346+ rm -f eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +346+ rm -f eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 373M 0 373M 0 0 2649k 0 --:--:-- 0:02:24 --:--:-- 2665k curl: Saved to filename 'eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg' +217+ cp -vf eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg 100 208M 0 208M 0 0 9255k 0 --:--:-- 0:00:23 --:--:-- 10.8M 100 397M 0 397M 0 0 7223k 0 --:--:-- 0:00:56 --:--:-- 3316k 100 52.7M 0 52.7M 0 0 13.3M 0 --:--:-- 0:00:03 --:--:-- 13.3M'eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg' ++217+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +217+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp ++217+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +217+ b=eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +217+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp +217+ md5sum eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg 100 404M 0 40 100 24M 0 0 7226k 24M 0 224M 0 0 0 -- 9548k:--:- - 0 --: 0:0--:-- 0: 0:0057 --:24 --:--:-:--:--- 11.04104Mk 100 53.7M 0 53.7M 0 0 10.8M 0 --:--:-- 0:00:04 --:--:-- 10.8M+217+ sha1sum eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg 100 64.7M 0 64.7M 0 0 11.1M 0 --:--:-- 0:00:05 --:--:-- 11.3M 100 244M 0 244M 0 0 9971k 0 --:--:-- 0:00:25 --:--:-- 12.7M+217+ sha512sum -b eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg 100 407M 0 407M 0 0 7105k 0 --:--:-- 0:00:58 --:--:-- 4013k 100 252M 0 252M 0 0 9935k 0 --:--:-- 0:00:26 --:--:-- 12.7M 100 81.7M 0 81.7M 0 0 12.0M 0 --:--:-- 0:00:06 --:--:-- 11.7M 100 409M 0 409M 0 0 7046k 0 --:--:-- 0:00:59 --:--:-- 4074k+217+ rm eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +217+ rm -f eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +217+ rm -f eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +217+ rm -f eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 270M 0 270M 0 0 10.0M 0 --:--:-- 0:00:27 --:--:-- 13.9M 100 91.2M 0 91.2M 0 0 11.7M 0 --:--:-- 0:00:07 --:--:-- 11.2M 100 411M 0 411M 0 0 6979k 0 --:--:-- 0:01:00 --:--:-- 3776k++415+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1de0bc7-0840-4646-aca2-828aa9f07e0e/status +415+ RESPONSE_RAW='{"uuid":"a1de0bc7-0840-4646-aca2-828aa9f07e0e","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\": \"b0c64bd5-b3de-44cb-a6d3-29a2d2d34789\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg\",\n \"uploadDate\": \"2021-05-06T16:19:34Z\",\n \"sha256\": \"c1973a42b1267d54af87e83ae960056b6fdc98e104c1f7c8567a8866565d8e47\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b5ce6354d09e69dbdd13ee5ae23011fbcaf3f50f\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"771d59a6bea6ac62473b95b74f0f789fe5a9bad8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"771d59a6bea6ac62473b95b74f0f789fe5a9bad8\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}} 200' ++415+ head -n1 +415+ RESPONSE='{"uuid":"a1de0bc7-0840-4646-aca2-828aa9f07e0e","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\": \"b0c64bd5-b3de-44cb-a6d3-29a2d2d34789\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg\",\n \"uploadDate\": \"2021-05-06T16:19:34Z\",\n \"sha256\": \"c1973a42b1267d54af87e83ae960056b6fdc98e104c1f7c8567a8866565d8e47\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b5ce6354d09e69dbdd13ee5ae23011fbcaf3f50f\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"771d59a6bea6ac62473b95b74f0f789fe5a9bad8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.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.I20210429-1800/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"771d59a6bea6ac62473b95b74f0f789fe5a9bad8\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}"}}' ++415+ tail -n1 +415+ STATUS_CODE=200 ++415+ jq -r .notarizationStatus.status ++415+ echo '{"uuid":"a1de0bc7-0840-4646-aca2-828aa9f07e0e","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\":' '\"b0c64bd5-b3de-44cb-a6d3-29a2d2d34789\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg\",\n' '\"uploadDate\":' '\"2021-05-06T16:19:34Z\",\n' '\"sha256\":' '\"c1973a42b1267d54af87e83ae960056b6fdc98e104c1f7c8567a8866565d8e47\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b5ce6354d09e69dbdd13ee5ae23011fbcaf3f50f\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"771d59a6bea6ac62473b95b74f0f789fe5a9bad8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.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.I20210429-1800/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"771d59a6bea6ac62473b95b74f0f789fe5a9bad8\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}' +415+ STATUS=COMPLETE +415+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +415+ [[ 200 == \5\0\3 ]] +415+ [[ 200 == \5\0\2 ]] +415+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +415+ break +415+ rm eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +415+ curl -JO https://cbi.eclipse.org/macos/xcrun/a1de0bc7-0840-4646-aca2-828aa9f07e0e/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 285M 0 285M 0 0 10.1M 0 --:--:-- 0:00:28 --:--:-- 15.4M 100 1568k 0 1568k 0 0 6426k 0 --:--:-- --:--:-- --:--:-- 6426k 100 106M 0 106M 0 0 12.0M 0 --:--:-- 0:00:08 --:--:-- 11.0M 100 414M 0 414M 0 0 6907k 0 --:--:-- 0:01:01 --:--:-- 3396k 100 16.0M 0 16.0M 0 0 12.9M 0 --:--:-- 0:00:01 --:--:-- 12.9M 100 296M 0 296M 0 0 10.1M 0 --:--:-- 0:00:29 --:--:-- 13.8M 100 111M 0 111M 0 0 11.2M 0 --:--:-- 0:00:09 --:--:-- 11.5M 100 415M 0 415M 0 0 6804k 0 --:--:-- 0:01:02 --:--:-- 2152k 100 117M 0 117M 0 0 10.9M 0 --:--:-- 0:00:10 --:--:-- 10.6M 100 302M 0 302M 0 0 10.0M 0 --:--:-- 0:00:30 --:--:-- 11.6M 100 32.2M 0 32.2M 0 0 14.3M 0 --:--:-- 0:00:02 --:--:-- 14.3M 100 418M 0 418M 0 0 6759k 0 --:--:-- 0:01:03 --:--:-- 2431k 100 122M 0 122M 0 0 10.4M 0 --:--:-- 0:00:11 --:--:-- 8371k 100 317M 0 317M 0 0 10.2M 0 --:--:-- 0:00:31 --:--:-- 12.9M 100 45.4M 0 45.4M 0 0 13.9M 0 --:--:-- 0:00:03 --:--:-- 13.9M 100 419M 0 419M 0 0 6676k 0 --:--:-- 0:01:04 --:--:-- 2204k 100 53.5M 0 53.5M 0 0 12.2M 0 --:--:-- 0:00:04 --:--:-- 12.2M 100 323M 0 323M 0 0 10.0M 0 --:--:-- 0:00:32 --:--:-- 10.1M 100 136M 0 136M 0 0 10.4M 0 --:--:-- 0:00:12 --:--:-- 8852k 100 421M 0 421M 0 0 6582k 0 --:--:-- 0:01:05 --:--:-- 1956k 100 63.5M 0 63.5M 0 0 12.1M 0 --:--:-- 0:00:05 --:--:-- 12.4M 100 153M 0 153M 0 0 11.0M 0 --:--:-- 0:00:13 --:--:-- 9578k 100 325M 0 325M 0 0 9.8M 0 --:--:-- 0:00:33 --:--:-- 8211k 100 425M 0 425M 0 0 6563k 0 --:--:-- 0:01:06 --:--:-- 2283k 100 70.7M 0 70.7M 0 0 11.3M 0 --:--:-- 0 100 :00:06 --:--:-- 10 168M 0 168M 0.9M 0 11.3M 0 --:--:-- 0:00:14 --:--:-- 11.6M 100 334M 0 334M 0 0 9.8M 0 --:--:-- 0:00:34 --:--:-- 8188k 100 429M 0 429M 0 0 6499k 0 --:--:-- 0:01:07 --:--:-- 2717k 100 84.8M 0 84.8M 0 0 11.7M 0 --:--:-- 0:00:07 --:--:-- 10.5M 100 430M 0 430M 0 0 6450k 0 --:--:-- 0:01:08 --:--:-- 2535k 100 173M 0 173M 0 0 10.9M 0 --:--:-- 0:00:15 --:--:-- 10.9M 100 343M 0 343M 0 0 9.7M 0 --:--:-- 0:00:35 --:--:-- 8284k 100 179M 0 179M 0 0 10.7M 0 --:--:-- 0:00:16 --: 100 356M --:-- 11.4M 0 356M 0 0 9.8M 100 9 0 --:--:-- 0:000.0M 0 90.0M 0:36 --0 1:--:--0 80.9M 30k 0 --:--:-- 0:00:08 --:--:-- 9131k 100 432M 0 432M 0 0 6371k 0 --:--:-- 0:01:09 --:--:-- 2514k 100 365M 0 365M 0 0 9.8M 0 --:--:-- 0:00:37 --:--:-- 8872k 100 94.6M 0 94.6M 0 0 10.1M 0 --:--:-- 0:00:09 --:--:-- 8571k 100 191M 0 191M 0 0 10.6M 0 --:--:-- 0:00:18 --:--:-- 10.9M 100 435M 0 435M 0 0 6308k 0 --:--:-- 0:01:10 --:--:-- 2770k 100 205M 0 205M 0 0 10.9M 0 --:--:-- 0:00:18 --:--:-- 10.4M 100 436M 0 436M 0 0 6269k 0 --:--:-- 0:01:11 --:--:-- 2346k 100 377M 0 377M 0 0 9.8M 0 --:--:-- 0:00:38 --:--:-- 10.0M 100 104M 0 104M 0 0 9.9M 0 --:--:-- 0:00:10 --:--:-- 7969k 100 439M 0 439M 0 0 6225k 0 --:--:-- 100 30:01:12 --:89M 0 389M 0 --: -- 20 9.9326M k 0 --:--:-- 0:00:39 --:--:-- 10.8M 100 212M 0 212M 0 0 10.7M 0 --:--:-- 0:00:19 --:--:-- 9031k 100 111M 0 111M 0 0 9.8M 0 --:--:-- 0:00:11 --:--:-- 8192k 100 124M 0 124M 0 0 10.1M 0 --:--:-- 0:00:12 --:--:-- 8148k 100 443M 0 443M 0 0 6197k 0 --:--:-- 0:01:13 --:--:-- 2735k 100 218M 0 218M 0 0 10.5M 0 --:--:-- 0:00:20 --:--:-- 9394k 100 397M 0 397M 0 0 9.8M 0 --:--:-- 0:00:40 --:--:-- 10.7M 100 409M 0 409M 0 0 9.9M 100 133M 0 133M 0 00 --:--:-- 0:00:41 --:--:-- 10.4M 10.0M 0 --:--:-- 0:00:13 --:--:-- 8830k 100 229M 0 229M 0 0 10.5M 0 --:--:-- 0:00:21 --:--:-- 9.8M 100 445M 0 445M 0 0 6136k 0 --:--:-- 0:01:14 --:--:-- 2835k 100 448M 0 448M 0 0 6099k 0 --:--:-- 0:01:15 --:--:-- 2965k 100 139M 0 139M 0 0 9.7M 0 --:--:-- 0:00:14 --:--:-- 9250k 100 421M 0 421M 0 0 10.0M 0 --:--:-- 0:00:42 --:--:-- 11.2M 100 239M 0 239M 0 0 10.5M 0 --:--:-- 0:00:22 --:--:-- 10.1M 100 155M 0 155M 0 0 10.2M 0 --:--:-- 0:00:15 --:--:-- 10.8M 100 253M 0 253M 0 0 10.6M 0 --:--:-- 0:00:23 --:--:-- 9897k 100 426M 0 426M 0 0 9.8M 0 --:--:-- 0:00:43 --:--:-- 10.0M 100 451M 0 451M 0 0 6053k 0 --:--:-- 0:01:16 --:--:-- 2971k 100 434M 0 434M 0 0 9.8M 0 --:--:-- 0:00:44 --:--:-- 9192k 100 266M 0 266M 0 0 10.7M 0 --:--:-- 0:00:24 --:--:-- 10.8M 100 164M 0 164M 0 0 10.1M 0 --:--:-- 0:00:16 --:--:-- 10.7M 100 455M 0 455M 0 0 6032k 0 --:--:-- 0:01:17 --:--:-- 3243k 100 436M 0 436M 0 0 9.8M 0 --:--:-- 0:00:44 --:--:-- 9401k curl: Saved to filename 'eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg' +299+ cp -vf eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg 100 281M 0 281M 0 0 10.9M 0 --:-- 100 17:-- 0:00:25 -6M 0 176M 0 0-:-- 10:--.2M 12. 5M 0 --:--:-- 0:00:17 --:--:-- 10.3M 100 456M 0 456M 0 0 5946k 0 --:--:-- 0:01:18 --:--:-- 2409k'eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg' ++299+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +299+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp ++299+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +299+ b=eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +299+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp +299+ md5sum eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg 100 187M 0 187M 0 0 10.2M 0 --:--:-- 0:00:18 --:--:-- 10.9M 100 298M 0 298M 0 0 11.1M 0 --:--:-- 0:00:26 --:--:-- 13.8M 100 458M 0 458M 0 0 5899k 0 --:--:-- 0:01:19 --:--:-- 2534k+299+ sha1sum eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg 100 198M 0 198M 0 0 10.2M 0 --:--:-- 0:00:19 --:--:-- 11.7M 100 320M 0 320M 0 0 11.5M 0 --:--:-- 0:00:27 --:--:-- 16.1M 100 322M 0 322M 0 0 11.5M 0 --:--:-- 0:00:27 --:--:-- 16.8M curl: Saved to filename 'eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg' +380+ cp -vf eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg 100 461M 0 461M 0 0 5866k 0 --:--:-- 0:01:20 --:--:-- 2511k+299+ sha512sum -b eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg' ++380+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg +380+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp ++380+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg +380+ b=eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg +380+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp +380+ md5sum eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg 100 219M 0 219M 0 0 10.8M 0 --:--:-- 0:00:20 --:--:-- 12.6M 100 467M 0 467M 0 0 5888k 0 --:--:-- 0:01:21 --:--:-- 3369k+380+ sha1sum eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg +299+ rm eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +299+ rm -f eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +299+ rm -f eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +299+ rm -f eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 +380+ sha512sum -b eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg 100 227M 0 227M 0 0 10.7M 0 --:--:-- 0:00:21 --:--:-- 12.7M 100 469M 0 469M 0 0 5836k 0 --:--:-- 0:01:22 --:--:-- 2854k+380+ rm eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +380+ rm -f eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +380+ rm -f eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +380+ rm -f eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 246M 0 246M 0 0 11.0M 0 --:--:-- 0:00:22 --:--:-- 14.0M 100 477M 0 477M 0 0 5845k 0 --:--:-- 0:01:23 --:--:-- 4274k 100 272M 100 0 272M 0 0 11.7M 0 483M 0 483M 0--:--:-- 0:00 0 :23586 --:--9k :-- 16.9M 0 --:--:-- 0:01:24 --:--:-- 5352k 100 289M 0 289M 0 0 12.1M 0 --:--:-- 0:00:23 --:--:-- 19.7M curl: Saved to filename 'eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg' +415+ cp -vf eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg 100 493M 0 493M 0 0 5924k 0 --:--:-- 0:01:25 --:--:-- 6903k'eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg' ++415+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +415+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp ++415+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +415+ b=eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +415+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp +415+ md5sum eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg 100 508M 0 508M 0 0 6031k 0 --:--:-- 0:01:26 --:--:-- 8353k+415+ sha1sum eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +415+ sha512sum -b eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg 100 516M 0 516M 0 0 6050k 0 --:--:-- 0:01:27 --:--:-- 9649k 100 524M 0 524M 0 0 6106k 0 --:--:-- 0:01:27 --:--:-- 10.9M curl: Saved to filename 'eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg' +275+ cp -vf eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +415+ rm eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +415+ rm -f eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +415+ rm -f eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +415+ rm -f eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 'eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg' ++275+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +275+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp ++275+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +275+ b=eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +275+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571369/temp +275+ md5sum eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +275+ sha1sum eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +275+ sha512sum -b eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +275+ rm eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +275+ rm -f eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +275+ rm -f eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +275+ rm -f eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++131+ find /home/jenkins/agent/workspace/notarize-downloads-bug-571369 -name '*.dmg-tonotarize' +131+ [[ -n '' ]] $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 61 killed; [ssh-agent] Stopped. Archiving artifacts Finished: SUCCESS