Started by user Jonah Graham Running as Jonah Graham Agent basic-26j4t is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-26j4t" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.packaging.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-26j4t" - 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-26j4t" - 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-26j4t in workspace /home/jenkins/agent/workspace/notarize-downloads [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-qumZ8U6lrGQq/agent.78 SSH_AGENT_PID=80 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_1394195593219499589.key (/home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_1394195593219499589.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/org.eclipse.epp.packages # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision f096b1ccb5f657e3e82410688bb61555f1a4393e (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f f096b1ccb5f657e3e82410688bb61555f1a4393e # timeout=10 Commit message: "Set version qualifiers with setGitDate script" > git rev-list --no-walk 3262560a2e7af7df0886d2eefb60167c583a8a16 # timeout=10 [notarize-downloads] $ /bin/bash /tmp/jenkins451306729374310530.sh + export 'PS4=+$$+ ' + PS4='+$$+ ' +152+ SSHUSER=genie.packaging@projects-storage.eclipse.org +152+ SSH='ssh genie.packaging@projects-storage.eclipse.org' +152+ SCP=scp +152+ mkdir temp +152+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++152+ ssh genie.packaging@projects-storage.eclipse.org find /home/data/httpd/download.eclipse.org/technology/epp/staging -maxdepth 1 -name '*.dmg-tonotarize' +152+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +152+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +152+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +152+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +152+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +152+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +152+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +152+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +152+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +152+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +152+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +152+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +152+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +152+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +152+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +152+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +152+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +152+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +152+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +152+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +152+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +152+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize . +152+ popd ~/agent/workspace/notarize-downloads ++152+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +152+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +152+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg ++152+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ LOG=eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +152+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg' +152+ sleep 18s +152+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +152+ tee --append eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +180+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg ++180+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +180+ DMG=eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +180+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg ++180+ echo eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg ++180+ sed s/-macosx.cocoa.x86_64.dmg//g ++180+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +180+ PRIMARY_BUNDLE_ID=eclipse-cpp-2021-06-M2 +180+ retryCount=3 +180+ '[' 3 -gt 0 ']' ++180+ 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 +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ jq -r .uuid +180+ UUID=0a203f3a-e089-4db6-9cf5-10ede84c76f2 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m +152+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +152+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg ++152+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ LOG=eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +152+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg' +152+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +152+ sleep 18s +152+ tee --append eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +204+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg ++204+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +204+ DMG=eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +204+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg ++204+ echo eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg ++204+ sed s/-macosx.cocoa.x86_64.dmg//g ++204+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +204+ PRIMARY_BUNDLE_ID=eclipse-dsl-2021-06-M2 +204+ retryCount=3 +204+ '[' 3 -gt 0 ']' ++204+ 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 +152+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +152+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg ++152+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ LOG=eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +152+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg' +152+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +152+ sleep 18s +152+ tee --append eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +216+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg ++216+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +216+ DMG=eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +216+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ jq -r .uuid +204+ UUID=d5a10529-d90b-4059-ac01-8ff5928614f1 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++216+ echo eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg ++216+ sed s/-macosx.cocoa.x86_64.dmg//g ++216+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +216+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2021-06-M2 +216+ retryCount=3 +216+ '[' 3 -gt 0 ']' ++216+ 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 +152+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +152+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg ++152+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ LOG=eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +152+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg' +152+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +152+ sleep 18s +152+ tee --append eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +239+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg ++239+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +239+ DMG=eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +239+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ jq -r .uuid +216+ UUID=dc07df7e-4df8-4c74-a3fa-66fa26194935 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++239+ echo eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg ++239+ sed s/-macosx.cocoa.x86_64.dmg//g ++239+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +239+ PRIMARY_BUNDLE_ID=eclipse-java-2021-06-M2 +239+ retryCount=3 +239+ '[' 3 -gt 0 ']' ++239+ 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 +152+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +152+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg ++152+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ LOG=eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +152+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg' +152+ sleep 18s +152+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +152+ tee --append eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +267+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg ++267+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +267+ DMG=eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +267+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg ++267+ echo eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg ++267+ sed s/-macosx.cocoa.x86_64.dmg//g ++267+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +267+ PRIMARY_BUNDLE_ID=eclipse-jee-2021-06-M2 +267+ retryCount=3 +267+ '[' 3 -gt 0 ']' ++267+ 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 ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++239+ head -n1 +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++239+ tail -n1 +239+ STATUS_CODE=200 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++239+ jq -r .uuid +239+ UUID=35df3a5f-805f-4bfb-a597-c507e62170f7 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++239+ jq -r .notarizationStatus.status +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m +152+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +152+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg ++152+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ LOG=eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +152+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg' +152+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +152+ sleep 18s +152+ tee --append eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +300+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg ++300+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +300+ DMG=eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +300+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg ++300+ echo eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg ++300+ sed s/-macosx.cocoa.x86_64.dmg//g ++300+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +300+ PRIMARY_BUNDLE_ID=eclipse-modeling-2021-06-M2 +300+ retryCount=3 +300+ '[' 3 -gt 0 ']' ++300+ 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 ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +152+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +152+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg ++152+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ LOG=eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +152+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg' +152+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg +152+ sleep 18s +152+ tee --append eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +322+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg ++322+ basename /home/jenkins/agent/workspace/notarize-downloads/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/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++267+ jq -r .uuid +267+ UUID=db657984-ecbd-465f-8b95-a332801d2cd6 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m ++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 ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m +152+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +152+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg ++152+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ LOG=eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +152+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg' +152+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg +152+ sleep 18s +152+ tee --append eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +355+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg ++355+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg +355+ DMG=eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg +355+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg ++355+ echo eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg ++355+ sed s/-macosx.cocoa.x86_64.dmg//g ++355+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +355+ PRIMARY_BUNDLE_ID=eclipse-php-2021-06-M2 +355+ retryCount=3 +355+ '[' 3 -gt 0 ']' ++355+ 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 +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++300+ jq -r .uuid +300+ UUID=38169ae3-3cb9-4431-8901-d2edf7e90c31 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++300+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status +152+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +152+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg ++152+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ LOG=eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +152+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg' +152+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg +152+ sleep 18s +152+ tee --append eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +382+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg ++382+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg +382+ DMG=eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg +382+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg ++382+ echo eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg ++382+ sed s/-macosx.cocoa.x86_64.dmg//g ++382+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +382+ PRIMARY_BUNDLE_ID=eclipse-rcp-2021-06-M2 +382+ retryCount=3 +382+ '[' 3 -gt 0 ']' ++382+ 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 +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++239+ head -n1 +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++239+ tail -n1 +239+ STATUS_CODE=200 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++239+ jq -r .notarizationStatus.status +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m +355+ RESPONSE_RAW='

Application is not available

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

Possible reasons you are seeing this page:

503' ++355+ head -n1 +355+ RESPONSE=' ' ++355+ tail -n1 +355+ STATUS_CODE=503 ++355+ echo ' ' ++355+ jq -r .uuid parse error: Invalid numeric literal at line 1, column 7 +355+ UUID= ++355+ echo ' ' ++355+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +355+ STATUS= +355+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +355+ [[ 503 == \5\0\3 ]] +355+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status +152+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +152+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg ++152+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ LOG=eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +152+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg' +152+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +152+ sleep 18s +152+ tee --append eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +423+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg ++423+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +423+ DMG=eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +423+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg ++423+ echo eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg ++423+ sed s/-macosx.cocoa.x86_64.dmg//g ++423+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +423+ PRIMARY_BUNDLE_ID=eclipse-scout-2021-06-M2 +423+ retryCount=3 +423+ '[' 3 -gt 0 ']' ++423+ 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 ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +204+ RESPONSE_RAW='

Application is not available

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

Possible reasons you are seeing this page:

503' ++204+ head -n1 +204+ RESPONSE=' ' ++204+ tail -n1 +204+ STATUS_CODE=503 ++204+ echo ' ' ++204+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +204+ STATUS= +204+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ [[ 503 == \5\0\3 ]] +204+ sleep 1m ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +152+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +152+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg ++152+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ LOG=eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +152+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg' +152+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg +152+ sleep 18s +152+ tee --append eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +447+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg ++447+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg +447+ DMG=eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg +447+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg ++447+ echo eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg ++447+ sed s/-macosx.cocoa.x86_64.dmg//g ++447+ sed -E 's/^[0-9\-]*_(.*)/\1/g' +447+ PRIMARY_BUNDLE_ID=eclipse-committers-2021-06-M2 +447+ retryCount=3 +447+ '[' 3 -gt 0 ']' ++447+ 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 +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++216+ head -n1 +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++267+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ tail -n1 ++267+ tail -n1 +267+ STATUS_CODE=200 +216+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++267+ jq -r .notarizationStatus.status ++216+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++322+ head -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ tail -n1 +322+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ jq -r .uuid +322+ UUID=2d2f0ae9-112d-443d-88b7-246c92cabf8f ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","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 ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status +152+ jobs -p 180 204 216 239 267 300 322 355 382 423 447 +152+ wait ++152+ jobs -p +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++300+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status ++355+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun//status +355+ RESPONSE_RAW='RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status 404' ++355+ head -n1 +355+ RESPONSE='RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status' ++355+ tail -n1 +355+ STATUS_CODE=404 ++355+ echo RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status ++355+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 15 +355+ STATUS= +355+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +355+ [[ 404 == \5\0\3 ]] +355+ [[ 404 == \5\0\2 ]] +355+ [[ '' != \C\O\M\P\L\E\T\E ]] +355+ echo 'Notarization failed: RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status' Notarization failed: RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status ++355+ expr 3 - 1 +355+ retryCount=2 +355+ '[' 2 -eq 0 ']' +355+ echo Retrying... Retrying... +355+ '[' 2 -gt 0 ']' ++355+ 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 +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++239+ head -n1 +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++239+ tail -n1 +239+ STATUS_CODE=200 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++239+ jq -r .notarizationStatus.status +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m +382+ RESPONSE_RAW=' 502 Bad Gateway

502 Bad Gateway


nginx
502' +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++180+ head -n1 ++382+ head -n1 +382+ RESPONSE=' ' +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++382+ tail -n1 ++180+ tail -n1 +180+ STATUS_CODE=200 +382+ STATUS_CODE=502 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++382+ echo ' ' ++180+ jq -r .notarizationStatus.status ++382+ jq -r .uuid parse error: Invalid numeric literal at line 1, column 7 +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m +382+ UUID= ++382+ echo ' ' ++382+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +382+ STATUS= +382+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +382+ [[ 502 == \5\0\3 ]] +382+ [[ 502 == \5\0\2 ]] +382+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status +355+ RESPONSE_RAW=' 502 Bad Gateway

502 Bad Gateway


nginx
502' ++355+ head -n1 +355+ RESPONSE=' ' ++355+ tail -n1 +355+ STATUS_CODE=502 ++355+ echo ' ' ++355+ jq -r .uuid parse error: Invalid numeric literal at line 1, column 7 +355+ UUID= ++355+ echo ' ' ++355+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +355+ STATUS= +355+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +355+ [[ 502 == \5\0\3 ]] +355+ [[ 502 == \5\0\2 ]] +355+ sleep 1m +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++267+ head -n1 ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ tail -n1 ++267+ tail -n1 +204+ STATUS_CODE=200 +267+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++204+ jq -r .notarizationStatus.status ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++267+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ STATUS=IN_PROGRESS +204+ sleep 1m +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ jq -r .notarizationStatus.status +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++322+ head -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ tail -n1 +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m +322+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","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 ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++300+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status ++382+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun//status +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++239+ head -n1 +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++239+ tail -n1 +239+ STATUS_CODE=200 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++239+ jq -r .notarizationStatus.status +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m +382+ RESPONSE_RAW='RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status 404' ++382+ head -n1 +382+ RESPONSE='RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status' ++382+ tail -n1 +382+ STATUS_CODE=404 ++382+ echo RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status ++382+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 15 +382+ STATUS= +382+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +382+ [[ 404 == \5\0\3 ]] +382+ [[ 404 == \5\0\2 ]] +382+ [[ '' != \C\O\M\P\L\E\T\E ]] +382+ echo 'Notarization failed: RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status' Notarization failed: RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status ++382+ expr 3 - 1 +382+ retryCount=2 +382+ '[' 2 -eq 0 ']' +382+ echo Retrying... Retrying... +382+ '[' 2 -gt 0 ']' ++382+ 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 ++355+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun//status ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++322+ head -n1 ++216+ head -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ tail -n1 ++216+ tail -n1 +322+ STATUS_CODE=200 +216+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++322+ jq -r .notarizationStatus.status ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ jq -r .notarizationStatus.status +322+ STATUS=IN_PROGRESS +322+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +322+ sleep 1m +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m +382+ RESPONSE_RAW='

Application is not available

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

Possible reasons you are seeing this page:

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

Application is not available

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

Possible reasons you are seeing this page:

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

Application is not available

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

Possible reasons you are seeing this page:

503' +355+ RESPONSE_RAW='

Application is not available

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

Possible reasons you are seeing this page:

503' ++267+ head -n1 ++355+ head -n1 +267+ RESPONSE=' ' +355+ RESPONSE=' ' ++267+ tail -n1 ++355+ tail -n1 parse error: Invalid numeric literal at line 1, column 7 +204+ STATUS= +204+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ [[ 503 == \5\0\3 ]] +204+ sleep 1m +267+ STATUS_CODE=503 +355+ STATUS_CODE=503 ++267+ echo ' ' ++267+ jq -r .notarizationStatus.status ++355+ echo ' ' ++355+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +267+ STATUS= +267+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] parse error: Invalid numeric literal at line 1, column 7 +267+ [[ 503 == \5\0\3 ]] +267+ sleep 1m +355+ STATUS= +355+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +355+ [[ 503 == \5\0\3 ]] +355+ sleep 1m ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++300+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status +180+ RESPONSE_RAW='

Application is not available

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

Possible reasons you are seeing this page:

503' ++180+ head -n1 +180+ RESPONSE=' ' ++180+ tail -n1 +180+ STATUS_CODE=503 ++180+ echo ' ' ++180+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +180+ STATUS= +180+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ [[ 503 == \5\0\3 ]] +180+ sleep 1m ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++239+ head -n1 +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++239+ tail -n1 +239+ STATUS_CODE=200 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++239+ jq -r .notarizationStatus.status +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m ++382+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun//status ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status ++355+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun//status +322+ RESPONSE_RAW='

Application is not available

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

Possible reasons you are seeing this page:

503' +216+ RESPONSE_RAW='

Application is not available

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

Possible reasons you are seeing this page:

503' ++322+ head -n1 ++216+ head -n1 +322+ RESPONSE=' ' +216+ RESPONSE=' ' ++216+ tail -n1 ++322+ tail -n1 +216+ STATUS_CODE=503 +322+ STATUS_CODE=503 ++216+ echo ' ' ++216+ jq -r .notarizationStatus.status ++322+ echo ' ' ++322+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 parse error: Invalid numeric literal at line 1, column 7 +216+ STATUS= +216+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ [[ 503 == \5\0\3 ]] +216+ sleep 1m +322+ STATUS= +322+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +322+ [[ 503 == \5\0\3 ]] +322+ sleep 1m +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m +382+ RESPONSE_RAW='

Application is not available

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

Possible reasons you are seeing this page:

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

Application is not available

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

Possible reasons you are seeing this page:

503' ++355+ head -n1 +355+ RESPONSE=' ' ++355+ tail -n1 +355+ STATUS_CODE=503 ++355+ echo ' ' ++355+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +355+ STATUS= +355+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +355+ [[ 503 == \5\0\3 ]] +355+ sleep 1m ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status +300+ RESPONSE_RAW='

Application is not available

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

Possible reasons you are seeing this page:

503' ++300+ head -n1 +300+ RESPONSE=' ' ++300+ tail -n1 +300+ STATUS_CODE=503 ++300+ echo ' ' ++300+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +300+ STATUS= +300+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ [[ 503 == \5\0\3 ]] +300+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status +180+ RESPONSE_RAW='

Application is not available

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

Possible reasons you are seeing this page:

503' ++180+ head -n1 +180+ RESPONSE=' ' ++180+ tail -n1 +180+ STATUS_CODE=503 ++180+ echo ' ' ++180+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +180+ STATUS= +180+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ [[ 503 == \5\0\3 ]] +180+ sleep 1m ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +239+ RESPONSE_RAW='

Application is not available

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

Possible reasons you are seeing this page:

503' ++239+ head -n1 +239+ RESPONSE=' ' ++239+ tail -n1 +239+ STATUS_CODE=503 ++239+ echo ' ' ++239+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +239+ STATUS= +239+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ [[ 503 == \5\0\3 ]] +239+ sleep 1m ++382+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun//status ++355+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun//status +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++204+ head -n1 ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++267+ tail -n1 ++204+ tail -n1 +267+ STATUS_CODE=200 +204+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++267+ jq -r .notarizationStatus.status ++204+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +355+ RESPONSE_RAW='RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status 404' ++355+ head -n1 +355+ RESPONSE='RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status' ++355+ tail -n1 +355+ STATUS_CODE=404 ++355+ echo RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status ++355+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 15 +355+ STATUS= +355+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +355+ [[ 404 == \5\0\3 ]] +355+ [[ 404 == \5\0\2 ]] +355+ [[ '' != \C\O\M\P\L\E\T\E ]] +355+ echo 'Notarization failed: RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status' Notarization failed: RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status ++355+ expr 2 - 1 +355+ retryCount=1 +355+ '[' 1 -eq 0 ']' +355+ echo Retrying... Retrying... +355+ '[' 1 -gt 0 ']' ++355+ 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 +382+ RESPONSE_RAW='RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status 404' ++382+ head -n1 +382+ RESPONSE='RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status' ++382+ tail -n1 +382+ STATUS_CODE=404 ++382+ echo RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status ++382+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 15 +382+ STATUS= +382+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +382+ [[ 404 == \5\0\3 ]] +382+ [[ 404 == \5\0\2 ]] +382+ [[ '' != \C\O\M\P\L\E\T\E ]] +382+ echo 'Notarization failed: RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status' Notarization failed: RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status ++382+ expr 2 - 1 +382+ retryCount=1 +382+ '[' 1 -eq 0 ']' +382+ echo Retrying... Retrying... +382+ '[' 1 -gt 0 ']' ++382+ 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 ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++300+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++239+ head -n1 +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++239+ tail -n1 +239+ STATUS_CODE=200 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++239+ jq -r .notarizationStatus.status +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status +267+ RESPONSE_RAW='

Application is not available

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

Possible reasons you are seeing this page:

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

Application is not available

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

Possible reasons you are seeing this page:

503' ++204+ head -n1 +204+ RESPONSE=' ' ++204+ tail -n1 +204+ STATUS_CODE=503 ++204+ echo ' ' ++204+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +204+ STATUS= +204+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ [[ 503 == \5\0\3 ]] +204+ sleep 1m ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++300+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++239+ head -n1 +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++239+ tail -n1 +239+ STATUS_CODE=200 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++239+ jq -r .notarizationStatus.status +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m +423+ RESPONSE_RAW='

502 Bad Gateway

The server returned an invalid or incomplete response. 502' ++423+ head -n1 +423+ RESPONSE='

502 Bad Gateway

' ++423+ tail -n1 +423+ STATUS_CODE=502 ++423+ echo '

502 Bad Gateway

' ++423+ jq -r .uuid parse error: Invalid numeric literal at line 1, column 20 +423+ UUID= ++423+ echo '

502 Bad Gateway

' ++423+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 20 +423+ STATUS= +423+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +423+ [[ 502 == \5\0\3 ]] +423+ [[ 502 == \5\0\2 ]] +423+ sleep 1m ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status +204+ RESPONSE_RAW='

Application is not available

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

Possible reasons you are seeing this page:

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

Application is not available

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

Possible reasons you are seeing this page:

503' ++267+ head -n1 +267+ RESPONSE=' ' ++267+ tail -n1 +267+ STATUS_CODE=503 ++267+ echo ' ' ++267+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +267+ STATUS= +267+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ [[ 503 == \5\0\3 ]] +267+ sleep 1m +382+ RESPONSE_RAW='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++382+ head -n1 +382+ RESPONSE='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++382+ tail -n1 +382+ STATUS_CODE=200 ++382+ echo '{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++382+ jq -r .uuid +382+ UUID=52cac499-1647-48f5-9297-05ca31b7b432 ++382+ echo '{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++382+ jq -r .notarizationStatus.status +382+ STATUS=IN_PROGRESS +382+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +382+ sleep 1m +355+ RESPONSE_RAW=' 502 Bad Gateway

502 Bad Gateway


nginx
502' ++355+ head -n1 +355+ RESPONSE=' ' ++355+ tail -n1 +355+ STATUS_CODE=502 ++355+ echo ' ' ++355+ jq -r .uuid parse error: Invalid numeric literal at line 1, column 7 +355+ UUID= ++355+ echo ' ' ++355+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +355+ STATUS= +355+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +355+ [[ 502 == \5\0\3 ]] +355+ [[ 502 == \5\0\2 ]] +355+ sleep 1m ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++300+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++239+ head -n1 +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++239+ tail -n1 +239+ STATUS_CODE=200 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++239+ jq -r .notarizationStatus.status +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++423+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun//status +423+ RESPONSE_RAW='RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status 404' ++423+ head -n1 +423+ RESPONSE='RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status' ++423+ tail -n1 +423+ STATUS_CODE=404 ++423+ echo RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status ++423+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 15 +423+ STATUS= +423+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +423+ [[ 404 == \5\0\3 ]] +423+ [[ 404 == \5\0\2 ]] +423+ [[ '' != \C\O\M\P\L\E\T\E ]] +423+ echo 'Notarization failed: RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status' Notarization failed: RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status ++423+ expr 3 - 1 +423+ retryCount=2 +423+ '[' 2 -eq 0 ']' +423+ echo Retrying... Retrying... +423+ '[' 2 -gt 0 ']' ++423+ 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 +423+ RESPONSE_RAW='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++423+ head -n1 +423+ RESPONSE='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++423+ tail -n1 +423+ STATUS_CODE=200 ++423+ echo '{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++423+ jq -r .uuid +423+ UUID=046dcfde-1d32-49d9-ad5e-a74d2a852c56 ++423+ echo '{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++423+ jq -r .notarizationStatus.status +423+ STATUS=IN_PROGRESS +423+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +423+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++216+ head -n1 +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++322+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ tail -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ tail -n1 +216+ STATUS_CODE=200 +322+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ jq -r .notarizationStatus.status ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++322+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m +322+ STATUS=IN_PROGRESS +322+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +322+ sleep 1m ++382+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/52cac499-1647-48f5-9297-05ca31b7b432/status +382+ RESPONSE_RAW='

Application is not available

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

Possible reasons you are seeing this page:

503' ++382+ head -n1 +382+ RESPONSE=' ' ++382+ tail -n1 +382+ STATUS_CODE=503 ++382+ echo ' ' ++382+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +382+ STATUS= +382+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +382+ [[ 503 == \5\0\3 ]] +382+ sleep 1m ++355+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun//status ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++300+ tail -n1 +355+ RESPONSE_RAW='RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status 404' ++355+ head -n1 +300+ STATUS_CODE=200 +355+ RESPONSE='RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status' ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++300+ jq -r .notarizationStatus.status ++355+ tail -n1 +355+ STATUS_CODE=404 ++355+ echo RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status ++355+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m parse error: Invalid numeric literal at line 1, column 15 +355+ STATUS= +355+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +355+ [[ 404 == \5\0\3 ]] +355+ [[ 404 == \5\0\2 ]] +355+ [[ '' != \C\O\M\P\L\E\T\E ]] +355+ echo 'Notarization failed: RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status' Notarization failed: RESTEASY003210: Could not find resource for full path: http://cbi.eclipse.org/macos-notarization-service//status ++355+ expr 1 - 1 +355+ retryCount=0 +355+ '[' 0 -eq 0 ']' +355+ echo 'Notarization failed 3 times. Exiting' Notarization failed 3 times. Exiting +355+ exit 1 +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++239+ head -n1 +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++239+ tail -n1 +239+ STATUS_CODE=200 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++239+ jq -r .notarizationStatus.status +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m ++423+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/046dcfde-1d32-49d9-ad5e-a74d2a852c56/status +423+ RESPONSE_RAW='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++423+ head -n1 +423+ RESPONSE='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++423+ tail -n1 +423+ STATUS_CODE=200 ++423+ echo '{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++423+ jq -r .notarizationStatus.status +423+ STATUS=IN_PROGRESS +423+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +423+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++322+ head -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ tail -n1 +322+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","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 +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m ++382+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/52cac499-1647-48f5-9297-05ca31b7b432/status ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status +447+ RESPONSE_RAW=' 504 Gateway Time-out

504 Gateway Time-out


nginx
504' ++447+ head -n1 +447+ RESPONSE=' ' ++447+ tail -n1 +447+ STATUS_CODE=504 ++447+ echo ' ' ++447+ jq -r .uuid parse error: Invalid numeric literal at line 1, column 7 +447+ UUID= ++447+ echo ' ' ++447+ jq -r .notarizationStatus.status parse error: Invalid numeric literal at line 1, column 7 +447+ STATUS= +447+ [[ '' == \I\N\_\P\R\O\G\R\E\S\S ]] +447+ [[ 504 == \5\0\3 ]] +447+ [[ 504 == \5\0\2 ]] +447+ [[ '' != \C\O\M\P\L\E\T\E ]] +447+ echo 'Notarization failed: ' Notarization failed: ++447+ expr 3 - 1 +447+ retryCount=2 +447+ '[' 2 -eq 0 ']' +447+ echo Retrying... Retrying... +447+ '[' 2 -gt 0 ']' ++447+ 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 +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++180+ head -n1 +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++300+ head -n1 +382+ RESPONSE_RAW='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++382+ head -n1 ++180+ tail -n1 +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++239+ head -n1 ++300+ tail -n1 +180+ STATUS_CODE=200 +300+ STATUS_CODE=200 +382+ RESPONSE='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++382+ tail -n1 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++180+ jq -r .notarizationStatus.status ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++300+ jq -r .notarizationStatus.status ++239+ tail -n1 +382+ STATUS_CODE=200 +239+ STATUS_CODE=200 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++382+ echo '{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++239+ jq -r .notarizationStatus.status ++382+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m +382+ STATUS=IN_PROGRESS +382+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +382+ sleep 1m ++423+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/046dcfde-1d32-49d9-ad5e-a74d2a852c56/status +423+ RESPONSE_RAW='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++423+ head -n1 +423+ RESPONSE='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++423+ tail -n1 +423+ STATUS_CODE=200 ++423+ echo '{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++423+ jq -r .notarizationStatus.status +423+ STATUS=IN_PROGRESS +423+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +423+ sleep 1m +447+ RESPONSE_RAW='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++447+ head -n1 +447+ RESPONSE='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++447+ tail -n1 +447+ STATUS_CODE=200 ++447+ echo '{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++447+ jq -r .uuid +447+ UUID=3bbb453c-191b-45fc-b10d-138060bf28a6 ++447+ echo '{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++447+ jq -r .notarizationStatus.status +447+ STATUS=IN_PROGRESS +447+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +447+ sleep 1m ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++322+ head -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ tail -n1 +322+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","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 ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status ++382+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/52cac499-1647-48f5-9297-05ca31b7b432/status +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}} 200' ++239+ head -n1 +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}}' ++239+ tail -n1 +239+ STATUS_CODE=200 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}}' ++239+ jq -r .notarizationStatus.status +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++300+ jq -r .notarizationStatus.status +382+ RESPONSE_RAW='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++382+ head -n1 +382+ RESPONSE='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++382+ tail -n1 +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m +382+ STATUS_CODE=200 ++382+ echo '{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++382+ jq -r .notarizationStatus.status +382+ STATUS=IN_PROGRESS +382+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +382+ sleep 1m +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++423+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/046dcfde-1d32-49d9-ad5e-a74d2a852c56/status +423+ RESPONSE_RAW='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++423+ head -n1 +423+ RESPONSE='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++423+ tail -n1 +423+ STATUS_CODE=200 ++423+ echo '{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++423+ jq -r .notarizationStatus.status +423+ STATUS=IN_PROGRESS +423+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +423+ sleep 1m ++447+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3bbb453c-191b-45fc-b10d-138060bf28a6/status +447+ RESPONSE_RAW='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++447+ head -n1 +447+ RESPONSE='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++447+ tail -n1 +447+ STATUS_CODE=200 ++447+ echo '{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++447+ jq -r .notarizationStatus.status +447+ STATUS=IN_PROGRESS +447+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +447+ sleep 1m ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++322+ head -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ tail -n1 +322+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","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 ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status ++382+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/52cac499-1647-48f5-9297-05ca31b7b432/status ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}} 200' ++239+ head -n1 +382+ RESPONSE_RAW='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}} 200' ++382+ head -n1 +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}}' ++239+ tail -n1 +382+ RESPONSE='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}}' ++382+ tail -n1 +239+ STATUS_CODE=200 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}}' ++239+ jq -r .notarizationStatus.status +382+ STATUS_CODE=200 ++382+ echo '{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}}' ++382+ jq -r .notarizationStatus.status +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m +382+ STATUS=IN_PROGRESS +382+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +382+ sleep 1m +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++300+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++423+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/046dcfde-1d32-49d9-ad5e-a74d2a852c56/status +423+ RESPONSE_RAW='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg'\''."}} 200' ++423+ head -n1 +423+ RESPONSE='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg'\''."}}' ++423+ tail -n1 +423+ STATUS_CODE=200 ++423+ echo '{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg'\''."}}' ++423+ jq -r .notarizationStatus.status +423+ STATUS=IN_PROGRESS +423+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +423+ sleep 1m ++447+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3bbb453c-191b-45fc-b10d-138060bf28a6/status +447+ RESPONSE_RAW='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}} 200' ++447+ head -n1 +447+ RESPONSE='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ tail -n1 +447+ STATUS_CODE=200 ++447+ echo '{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ jq -r .notarizationStatus.status +447+ STATUS=IN_PROGRESS +447+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +447+ sleep 1m ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++322+ head -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ tail -n1 +322+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","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 ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status ++382+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/52cac499-1647-48f5-9297-05ca31b7b432/status ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}} 200' ++239+ head -n1 +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}}' ++239+ tail -n1 +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}} 200' +239+ STATUS_CODE=200 ++300+ head -n1 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}}' ++239+ jq -r .notarizationStatus.status +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ jq -r .notarizationStatus.status +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m +382+ RESPONSE_RAW='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}} 200' ++382+ head -n1 +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m +382+ RESPONSE='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}}' ++382+ tail -n1 +382+ STATUS_CODE=200 ++382+ echo '{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}}' ++382+ jq -r .notarizationStatus.status +382+ STATUS=IN_PROGRESS +382+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +382+ sleep 1m +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++423+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/046dcfde-1d32-49d9-ad5e-a74d2a852c56/status +423+ RESPONSE_RAW='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg'\''."}} 200' ++423+ head -n1 +423+ RESPONSE='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg'\''."}}' ++423+ tail -n1 +423+ STATUS_CODE=200 ++423+ echo '{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg'\''."}}' ++423+ jq -r .notarizationStatus.status +423+ STATUS=IN_PROGRESS +423+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +423+ sleep 1m ++447+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3bbb453c-191b-45fc-b10d-138060bf28a6/status +447+ RESPONSE_RAW='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}} 200' ++447+ head -n1 +447+ RESPONSE='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ tail -n1 +447+ STATUS_CODE=200 ++447+ echo '{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ jq -r .notarizationStatus.status +447+ STATUS=IN_PROGRESS +447+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +447+ sleep 1m ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++322+ head -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ tail -n1 +322+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","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 ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status ++382+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/52cac499-1647-48f5-9297-05ca31b7b432/status ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status +382+ RESPONSE_RAW='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}} 200' ++382+ head -n1 +382+ RESPONSE='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}}' ++382+ tail -n1 +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}} 200' +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}} 200' ++300+ head -n1 ++239+ head -n1 +382+ STATUS_CODE=200 ++382+ echo '{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}}' ++382+ jq -r .notarizationStatus.status +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}}' +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++239+ tail -n1 ++300+ tail -n1 +239+ STATUS_CODE=200 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}}' +300+ STATUS_CODE=200 ++239+ jq -r .notarizationStatus.status ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ jq -r .notarizationStatus.status +382+ STATUS=IN_PROGRESS +382+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +382+ sleep 1m +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++423+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/046dcfde-1d32-49d9-ad5e-a74d2a852c56/status +423+ RESPONSE_RAW='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg'\''."}} 200' ++423+ head -n1 +423+ RESPONSE='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg'\''."}}' ++423+ tail -n1 +423+ STATUS_CODE=200 ++423+ echo '{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg'\''."}}' ++423+ jq -r .notarizationStatus.status +423+ STATUS=IN_PROGRESS +423+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +423+ sleep 1m ++447+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3bbb453c-191b-45fc-b10d-138060bf28a6/status +447+ RESPONSE_RAW='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}} 200' ++447+ head -n1 +447+ RESPONSE='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ tail -n1 +447+ STATUS_CODE=200 ++447+ echo '{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ jq -r .notarizationStatus.status +447+ STATUS=IN_PROGRESS +447+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +447+ sleep 1m ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++322+ head -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ tail -n1 +322+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","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 ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m ++382+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/52cac499-1647-48f5-9297-05ca31b7b432/status ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}} 200' ++239+ head -n1 +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}}' ++239+ tail -n1 +239+ STATUS_CODE=200 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}}' ++239+ jq -r .notarizationStatus.status +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}} 200' +382+ RESPONSE_RAW='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}} 200' ++300+ head -n1 ++382+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ tail -n1 +382+ RESPONSE='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}}' +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}} 200' ++382+ tail -n1 ++180+ head -n1 +300+ STATUS_CODE=200 +382+ STATUS_CODE=200 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ tail -n1 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++382+ echo '{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}}' ++382+ jq -r .notarizationStatus.status ++300+ jq -r .notarizationStatus.status +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m +382+ STATUS=IN_PROGRESS +382+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +382+ sleep 1m +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++423+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/046dcfde-1d32-49d9-ad5e-a74d2a852c56/status +423+ RESPONSE_RAW='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg'\''."}} 200' ++423+ head -n1 +423+ RESPONSE='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg'\''."}}' ++423+ tail -n1 +423+ STATUS_CODE=200 ++423+ echo '{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg'\''."}}' ++423+ jq -r .notarizationStatus.status +423+ STATUS=IN_PROGRESS +423+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +423+ sleep 1m ++447+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3bbb453c-191b-45fc-b10d-138060bf28a6/status +447+ RESPONSE_RAW='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}} 200' ++447+ head -n1 +447+ RESPONSE='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ tail -n1 +447+ STATUS_CODE=200 ++447+ echo '{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ jq -r .notarizationStatus.status +447+ STATUS=IN_PROGRESS +447+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +447+ sleep 1m ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++322+ head -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ tail -n1 +322+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","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 ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status ++382+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/52cac499-1647-48f5-9297-05ca31b7b432/status ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}} 200' ++239+ head -n1 +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}}' ++239+ tail -n1 +239+ STATUS_CODE=200 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}}' ++239+ jq -r .notarizationStatus.status +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ jq -r .notarizationStatus.status +382+ RESPONSE_RAW='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}} 200' +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m ++382+ head -n1 +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}} 200' ++300+ head -n1 +382+ RESPONSE='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}}' ++382+ tail -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ tail -n1 +382+ STATUS_CODE=200 +300+ STATUS_CODE=200 ++382+ echo '{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}}' ++382+ jq -r .notarizationStatus.status ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ jq -r .notarizationStatus.status +382+ STATUS=IN_PROGRESS +382+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +382+ sleep 1m +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m ++423+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/046dcfde-1d32-49d9-ad5e-a74d2a852c56/status +423+ RESPONSE_RAW='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg'\''."}} 200' ++423+ head -n1 +423+ RESPONSE='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg'\''."}}' ++423+ tail -n1 +423+ STATUS_CODE=200 ++423+ echo '{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64-8858144529126087181.dmg'\''."}}' ++423+ jq -r .notarizationStatus.status +423+ STATUS=IN_PROGRESS +423+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +423+ sleep 1m ++447+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3bbb453c-191b-45fc-b10d-138060bf28a6/status +447+ RESPONSE_RAW='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}} 200' ++447+ head -n1 +447+ RESPONSE='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ tail -n1 +447+ STATUS_CODE=200 ++447+ echo '{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ jq -r .notarizationStatus.status +447+ STATUS=IN_PROGRESS +447+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +447+ sleep 1m ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++322+ head -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ tail -n1 +322+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","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 ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status ++382+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/52cac499-1647-48f5-9297-05ca31b7b432/status ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}} 200' ++239+ head -n1 +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}}' ++239+ tail -n1 +239+ STATUS_CODE=200 ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}}' ++239+ jq -r .notarizationStatus.status +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}} 200' ++300+ head -n1 +382+ RESPONSE_RAW='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}} 200' ++382+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ tail -n1 +382+ RESPONSE='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}}' ++382+ tail -n1 +300+ STATUS_CODE=200 +382+ STATUS_CODE=200 ++300+ jq -r .notarizationStatus.status ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++382+ echo '{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}}' ++382+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m +382+ STATUS=IN_PROGRESS +382+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +382+ sleep 1m ++423+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/046dcfde-1d32-49d9-ad5e-a74d2a852c56/status +423+ RESPONSE_RAW='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","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' ++423+ head -n1 +423+ RESPONSE='{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","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}"}}' ++423+ tail -n1 +423+ STATUS_CODE=200 ++423+ jq -r .notarizationStatus.status ++423+ echo '{"uuid":"046dcfde-1d32-49d9-ad5e-a74d2a852c56","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}"}}' +423+ STATUS=COMPLETE +423+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +423+ [[ 200 == \5\0\3 ]] +423+ [[ 200 == \5\0\2 ]] +423+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +423+ break +423+ rm eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +423+ curl -JO https://cbi.eclipse.org/macos/xcrun/046dcfde-1d32-49d9-ad5e-a74d2a852c56/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30.7M 0 30.7M 0 0 33.1M 0 --:--:-- --:--:-- --:--:-- 33.0M 100 68.3M 0 68.3M 0 0 35.4M 0 --:--:-- 0:00:01 --:--:-- 35.4M 100 100M 0 100M 0 0 34.2M 0 --:--:-- 0:00:02 --:--:-- 34.2M 100 132M 0 132M 0 0 33.7M 0 --:--:-- 0:00:03 --:--:-- 33.7M++447+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3bbb453c-191b-45fc-b10d-138060bf28a6/status +447+ RESPONSE_RAW='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}} 200' ++447+ head -n1 +447+ RESPONSE='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ tail -n1 +447+ STATUS_CODE=200 ++447+ echo '{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ jq -r .notarizationStatus.status +447+ STATUS=IN_PROGRESS +447+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +447+ sleep 1m 100 166M 0 166M 0 0 33.8M 0 --:--:-- 0:00:04 --:--:-- 33.8M 100 187M 0 187M 0 0 30.5M 0 --:--:-- 0:00:06 --:--:-- 30.1M 100 195M 0 195M 0 0 28.2M 0 --:--:-- 0:00:06 --:--:-- 25.5M 100 225M 0 225M 0 0 28.4M 0 --:--:-- 0:00:07 --:--:-- 25.1M 100 254M 0 254M 0 0 28.4M 0 --:--:-- 0:00:08 --:--:-- 24.3M 100 283M 0 283M 0 0 28.5M 0 --:--:-- 0:00:09 --:--:-- 23.3M 100 289M 0 289M 0 0 28.6M 0 --:--:-- 0:00:10 --:--:-- 25.6M curl: Saved to filename 'eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg' +423+ cp -vf eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg' ++423+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +423+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++423+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +423+ b=eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +423+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +423+ md5sum eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +423+ sha1sum eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +423+ sha512sum -b eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg +423+ rm eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +423+ rm -f eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +423+ rm -f eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +423+ rm -f eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++322+ head -n1 ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ tail -n1 +322+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","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 +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status ++382+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/52cac499-1647-48f5-9297-05ca31b7b432/status +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}} 200' ++180+ head -n1 +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}} 200' ++239+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ tail -n1 +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}}' ++239+ tail -n1 +180+ STATUS_CODE=200 +239+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ jq -r .notarizationStatus.status ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-java-2021-06-M2-macosx-cocoa-x86_64-3047198634335483711.dmg'\''."}}' ++239+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m +239+ STATUS=IN_PROGRESS +239+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ sleep 1m +382+ RESPONSE_RAW='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}} 200' ++382+ head -n1 +382+ RESPONSE='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}}' ++382+ tail -n1 +382+ STATUS_CODE=200 ++382+ echo '{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64-5034909271434549490.dmg'\''."}}' ++382+ jq -r .notarizationStatus.status +382+ STATUS=IN_PROGRESS +382+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +382+ sleep 1m +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m ++447+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3bbb453c-191b-45fc-b10d-138060bf28a6/status +447+ RESPONSE_RAW='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}} 200' ++447+ head -n1 +447+ RESPONSE='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ tail -n1 +447+ STATUS_CODE=200 ++447+ echo '{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ jq -r .notarizationStatus.status +447+ STATUS=IN_PROGRESS +447+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +447+ sleep 1m ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++322+ head -n1 ++216+ head -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++322+ tail -n1 ++216+ tail -n1 +322+ STATUS_CODE=200 +216+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++322+ jq -r .notarizationStatus.status ++216+ jq -r .notarizationStatus.status +322+ STATUS=IN_PROGRESS +322+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +322+ sleep 1m +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m ++239+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/status ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status ++382+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/52cac499-1647-48f5-9297-05ca31b7b432/status ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ tail -n1 +180+ STATUS_CODE=200 +239+ RESPONSE_RAW='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","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' ++239+ head -n1 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ jq -r .notarizationStatus.status +239+ RESPONSE='{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","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}"}}' ++239+ tail -n1 +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m +382+ RESPONSE_RAW='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","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' +239+ STATUS_CODE=200 ++382+ head -n1 ++239+ jq -r .notarizationStatus.status +382+ RESPONSE='{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","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}"}}' ++382+ tail -n1 +382+ STATUS_CODE=200 ++382+ jq -r .notarizationStatus.status ++382+ echo '{"uuid":"52cac499-1647-48f5-9297-05ca31b7b432","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}"}}' +382+ STATUS=COMPLETE +382+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +382+ [[ 200 == \5\0\3 ]] +382+ [[ 200 == \5\0\2 ]] +382+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +382+ break +382+ rm eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg ++239+ echo '{"uuid":"35df3a5f-805f-4bfb-a597-c507e62170f7","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}"}}' +239+ STATUS=COMPLETE +239+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +239+ [[ 200 == \5\0\3 ]] +239+ [[ 200 == \5\0\2 ]] +239+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +239+ break +239+ rm eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +239+ curl -JO https://cbi.eclipse.org/macos/xcrun/35df3a5f-805f-4bfb-a597-c507e62170f7/download +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ jq -r .notarizationStatus.status % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0+382+ curl -JO https://cbi.eclipse.org/macos/xcrun/52cac499-1647-48f5-9297-05ca31b7b432/download +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m % 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 17.2M 0 17.2M 0 0 18.2M 0 --:--:-- --:--:-- --:--:-- 18.1M 100 11.3M 0 11.3M 0 0 11.9M 0 --:--:-- --:--:-- --:--:-- 11.9M 100 28.5M 0 28.5M 0 0 14.6M 0 --:--:-- 0:00:01 --:--:-- 14.6M 100 40.2M 0 40.2M 0 0 20.6M 0 --:--:-- 0:00:01 --:--:-- 20.6M 100 37.4M 0 37.4M 0 0 12.6M 0 --:--:-- 0:00:02 --:--:-- 12.6M 100 56.4M 0 56.4M 0 0 19.0M 0 --:--:-- 0:00:02 --:--:-- 19.0M 100 86.7M 0 86.7M 0 0 21.9M 0 --:--:-- 0:00 100 47.8M 0 47.8M 0 0 12.0M :03 --:--:--0 --:--:-- 0:00: 21.03 9M--:--:-- 12.0M 100 65.7M 0 65.7M 0 0 13.2M 0 --:--:-- 0:00:04 --:--:-- 13.2M 100 106M 0 106M 0 0 21.5M 0 --:--:-- 0:00:04 --:--:-- 21.5M 100 117M 0 117M 0 0 19.7M 0 --:--:-- 0:00:05 --:--:-- 20.0M 100 93.4M 0 93.4M 0 0 15.6M 0 --:--:-- 0:00:05 --:--:-- 16.4M 100 106M 0 106M 0 0 15.2M 0 --:--:-- 0:00:06 --:--:-- 15.5M 100 137M 0 137M 0 0 19.8M 0 --:--:-- 0:00:06 --:--:-- 19.5M 100 125M 0 125M 0 0 15.7M 0 --:--:-- 0:00:07 --:--:-- 17.5M 100 156M 0 156M 0 0 19.6M 0 --:--:-- 0:00:07 --:--:-- 20.0M 100 149M 0 149M 0 0 16.6M 0 --:--:-- 0:00:08 --:--:-- 20.2M 100 170M 0 170M 0 0 19.0M 0 --:--:-- 0:00:08 --:--:-- 16.8M 100 159M 0 159M 100 197M 0 197M 0 0 19.8M 0 --:--:-- 0:00:09 --:--:-- 18.1M 0 0 16.0M 0 --:--:-- 0:00:09 --:--:-- 18.7M 100 212M 0 212M 0 0 19.3M 0 --:--:-- 0:00:10 --:--:-- 18.9M 100 176M 0 176M 0 0 16.1M 0 --:--:-- 0:00:10 --:--:-- 16.5M 100 241M 0 241M 0 0 20.1M 0 --:--:-- 0:00:11 --:--:-- 20.6M 100 193M 0 193M 0 0 16.0M 0 --:--:-- 0:00:12 --:--:-- 17.1M 100 260M 0 260M 0 0 20.0M 0 --:--:-- 0:00:12 --:--:-- 20.7M 100 202M 0 202M 0 0 15.6M 0 --:--:-- 0:00:12 --:--:-- 15.4M 100 227M 0 227M 0 0 16.3M 0 --:--:-- 0:00:13 --:--:-- 15.7M 100 272M 0 272M 0 0 19.3M 0 --:--:-- 0:00:14 --:--:-- 19.7M 100 285M 0 285M 0 0 19.1M 0 --:--:-- 0:00:14 --:--:-- 17.6M 100 251M 0 251M 0 0 16.8M 0 --:--:-- 0:00:14 --:--:-- 18.4M 100 300M 0 300M 0 0 18.8M 0 --:--:-- 0:00:15 --:--:-- 17.5M 100 268M 0 268M 0 0 16.8M 0 --:--:-- 0:00:15 --:--:-- 18.3M 100 284M 0 284M 0 0 16.7M 0 --:--:-- 0:00:16 --:--:-- 18.5M 100 320M 0 320M 0 0 18.8M 0 --:--:-- 0:00:16 --:--:-- 15.8M 100 322M 0 322M 0 0 18.9M 0 --:--:-- 0:00:17 --:--:-- 15.2M curl: Saved to filename 'eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg' +382+ cp -vf eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg' ++382+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg +382+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++382+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg +382+ b=eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg +382+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +382+ md5sum eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg +382+ sha1sum eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg 100 320M 0 320M 0 0 17.8M 0 --:--:-- 0:00:17 --:--:-- 23.7M 100 326M 0 326M 0 0 18.0M 0 --:--:-- 0:00:18 --:--:-- 23.6M curl: Saved to filename 'eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg' +239+ cp -vf eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/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/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg' ++239+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +239+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++239+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +239+ b=eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +239+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +239+ md5sum eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +382+ sha512sum -b eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg +239+ sha1sum eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +382+ rm eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +382+ rm -f eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +382+ rm -f eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +382+ rm -f eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 +239+ sha512sum -b eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg +239+ rm eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +239+ rm -f eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +239+ rm -f eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +239+ rm -f eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++447+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3bbb453c-191b-45fc-b10d-138060bf28a6/status +447+ RESPONSE_RAW='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}} 200' ++447+ head -n1 +447+ RESPONSE='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ tail -n1 +447+ STATUS_CODE=200 ++447+ echo '{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ jq -r .notarizationStatus.status +447+ STATUS=IN_PROGRESS +447+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +447+ sleep 1m ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}} 200' ++322+ head -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}}' ++322+ tail -n1 +322+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}}' ++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 ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m ++447+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3bbb453c-191b-45fc-b10d-138060bf28a6/status +447+ RESPONSE_RAW='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}} 200' ++447+ head -n1 +447+ RESPONSE='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ tail -n1 +447+ STATUS_CODE=200 ++447+ echo '{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64-6420431456115007893.dmg'\''."}}' ++447+ jq -r .notarizationStatus.status +447+ STATUS=IN_PROGRESS +447+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +447+ sleep 1m ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++216+ jq -r .notarizationStatus.status +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}} 200' ++322+ head -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}}' ++322+ tail -n1 +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m +322+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}}' ++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 ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64-1521326050996604923.dmg'\''."}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ tail -n1 ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64-8261025752099868422.dmg'\''."}}' ++180+ jq -r .notarizationStatus.status +180+ STATUS=IN_PROGRESS +180+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ sleep 1m +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m ++447+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3bbb453c-191b-45fc-b10d-138060bf28a6/status +447+ RESPONSE_RAW='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","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' ++447+ head -n1 +447+ RESPONSE='{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","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}"}}' ++447+ tail -n1 +447+ STATUS_CODE=200 ++447+ jq -r .notarizationStatus.status ++447+ echo '{"uuid":"3bbb453c-191b-45fc-b10d-138060bf28a6","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}"}}' +447+ STATUS=COMPLETE +447+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +447+ [[ 200 == \5\0\3 ]] +447+ [[ 200 == \5\0\2 ]] +447+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +447+ break +447+ rm eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg +447+ curl -JO https://cbi.eclipse.org/macos/xcrun/3bbb453c-191b-45fc-b10d-138060bf28a6/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 740k 0 740k 0 0 10.7M 0 --:--:-- --:--:-- --:--:-- 10.6M 100 33.6M 0 33.6M 0 0 31.5M 0 --:--:-- 0:00:01 --:--:-- 31.5M 100 64.8M 0 64.8M 0 0 31.3M 0 --:--:-- 0:00:02 --:--:-- 31.3M 100 93.7M 0 93.7M 0 0 30.5M 0 --:--:-- 0:00:03 --:--:-- 30.5M 100 126M 0 126M 0 0 31.0M 0 --:--:-- 0:00:04 --:--:-- 31.0M 100 161M 0 161M 0 0 31.9M 0 --:--:-- 0:00:05 --:--:-- 32.1M 100 195M 0 195M 0 0 32.1M 0 --:--:-- 0:00:06 --:--:-- 32.2M 100 223M 0 223M 0 0 31.5M 0 --:--:-- 0:00:07 --:--:-- 31.6M 100 255M 0 255M 0 0 31.6M 0 --:--:-- 0:00:08 --:--:-- 32.2M 100 282M 0 282M 0 0 31.1M 0 --:--:-- 0:00:09 --:--:-- 31.2M 100 304M 0 304M 0 0 30.2M 0 --:--:-- 0:00:10 --:--:-- 28.5M 100 335M 0 335M 0 0 30.3M 0 --:--:-- 0:00:11 --:--:-- 28.1M 100 359M 0 359M 0 0 29.7M 0 --:--:-- 0:00:12 --:--:-- 27.2M 100 390M 0 390M 0 0 29.8M 0 --:--:-- 0:00:13 --:--:-- 26.9M 100 409M 0 409M 0 0 29.9M 0 --:--:-- 0:00:13 --:--:-- 27.5M curl: Saved to filename 'eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg' +447+ cp -vf eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/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/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg' ++447+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg +447+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++447+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg +447+ b=eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg +447+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +447+ md5sum eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg +447+ sha1sum eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}} 200' ++322+ head -n1 +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}} 200' ++216+ head -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}}' ++322+ tail -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ tail -n1 +322+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}}' ++322+ jq -r .notarizationStatus.status +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ jq -r .notarizationStatus.status +322+ STATUS=IN_PROGRESS +322+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +322+ sleep 1m +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/status +204+ RESPONSE_RAW='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","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' ++204+ head -n1 +204+ RESPONSE='{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","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}"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ jq -r .notarizationStatus.status ++204+ echo '{"uuid":"d5a10529-d90b-4059-ac01-8ff5928614f1","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}"}}' +204+ STATUS=COMPLETE +204+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ [[ 200 == \5\0\3 ]] +204+ [[ 200 == \5\0\2 ]] +204+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +204+ break +204+ rm eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +204+ curl -JO https://cbi.eclipse.org/macos/xcrun/d5a10529-d90b-4059-ac01-8ff5928614f1/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+447+ sha512sum -b eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg 100 15.6M 0 15.6M 0 0 16.8M 0 --:--:-- --:--:-- --:--:-- 16.8M+447+ rm eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +447+ rm -f eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +447+ rm -f eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +447+ rm -f eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m 100 36.4M 0 36.4M 0 0 18.5M 0 --:--:-- 0:00:01 --:--:-- 18.4M 100 55.6M 0 55.6M 0 0 18.9M 0 --:--:-- 0:00:02 --:--:-- 18.9M 100 85.5M 0 85.5M 0 0 21.7M 0 --:--:-- 0:00:03 --:--:-- 21.7M 100 108M 0 108M 0 0 22.0M 0 --:--:-- 0:00:04 --:--:-- 22.0M 100 144M 0 144M 0 0 24.4M 0 --:--:-- 0:00:05 --:--:-- 25.8M 100 171M 0 171M 0 0 24.6M 0 --:--:-- 0:00:06 --:--:-- 27.0M 100 196M 0 196M 0 0 24.7M 0 --:--:-- 0:00:07 --:--:-- 28.2M 100 234M 0 234M 0 0 26.2M 0 --:--:-- 0:00:08 --:--:-- 29.8M 100 266M 0 266M 0 0 26.7M 0 --:--:-- 0:00:09 --:--:-- 31.4M 100 284M 0 284M 0 0 26.0M 0 --:--:-- 0:00:10 --:--:-- 27.9M 100 310M 0 310M 0 0 26.0M 0 --:--:-- 0:00:11 --:--:-- 27.9M 100 340M 0 340M 0 0 26.3M 0 --:--:-- 0:00:12 --:--:-- 28.7M 100 364M 0 364M 0 0 26.1M 0 --:--:-- 0:00:13 --:--:-- 25.8M 100 386M 0 386M 0 0 26.2M 0 --:--:-- 0:00:14 --:--:-- 25.0M curl: Saved to filename 'eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg' +204+ cp -vf eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/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/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg' ++204+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +204+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++204+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +204+ b=eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +204+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +204+ md5sum eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +204+ sha1sum eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +204+ sha512sum -b eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg +204+ rm eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +204+ rm -f eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +204+ rm -f eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +204+ rm -f eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/status ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status +180+ RESPONSE_RAW='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","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' ++180+ head -n1 +180+ RESPONSE='{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","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}"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ jq -r .notarizationStatus.status +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++180+ echo '{"uuid":"0a203f3a-e089-4db6-9cf5-10ede84c76f2","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.dy++300+ tail -n1 lib\",\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}"}}' +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m +180+ STATUS=COMPLETE +180+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +180+ [[ 200 == \5\0\3 ]] +180+ [[ 200 == \5\0\2 ]] +180+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +180+ break +180+ rm eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +180+ curl -JO https://cbi.eclipse.org/macos/xcrun/0a203f3a-e089-4db6-9cf5-10ede84c76f2/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 18.8M 0 18.8M 0 0 23.9M 0 --:--:-- --:--:-- --:--:-- 23.9M 100 43.8M 0 43.8M 0 0 24.5M 0 --:--:-- 0:00:01 --:--:-- 24.5M 100 80.1M 0 80.1M 0 0 28.7M 0 --:--:-- 0:00:02 --:--:-- 28.7M 100 106M 0 106M 0 0 28.2M 0 --:--:-- 0:00:03 --:--:-- 28.2M 100 137M 0 137M 0 0 28.6M 0 --:--:-- 0:00:04 --:--:-- 28.6M 100 173M 0 173M 0 0 30.0M 0 --:--:-- 0:00:05 --:--:-- 31.0M 100 207M 0 207M 0 0 30.5M 0 --:--:-- 0:00:06 --:--:-- 32.6M 100 243M 0 243M 0 0 31.3M 0 --:--:-- 0:00:07 --:--:-- 32.7M 100 273M 0 273M 0 0 31.1M 0 --:--:-- 0:00:08 --:--:-- 33.3M 100 304M 0 304M 0 0 31.1M 0 --:--:-- 0:00:09 --:--:-- 33.4M 100 335M 0 335M 0 0 31.0M 0 --:--:-- 0:00:10 --:--:-- 32.2M 100 353M 0 353M 0 0 31.1M 0 --:--:-- 0:00:11 --:--:-- 32.0M curl: Saved to filename 'eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg' +180+ cp -vf eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg' ++180+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +180+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++180+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +180+ b=eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +180+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +180+ md5sum eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +180+ sha1sum eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +180+ sha512sum -b eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg +180+ rm eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +180+ rm -f eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +180+ rm -f eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +180+ rm -f eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}} 200' +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}} 200' ++322+ head -n1 ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}}' ++216+ tail -n1 ++322+ tail -n1 +216+ STATUS_CODE=200 +322+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ jq -r .notarizationStatus.status ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}}' ++322+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m +322+ STATUS=IN_PROGRESS +322+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +322+ sleep 1m ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}} 200' +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}} 200' ++322+ head -n1 ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}}' ++216+ tail -n1 ++322+ tail -n1 +216+ STATUS_CODE=200 +322+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ jq -r .notarizationStatus.status ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}}' ++322+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m +322+ STATUS=IN_PROGRESS +322+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +322+ sleep 1m ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}} 200' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64-7025965843157697209.dmg'\''."}}' ++300+ jq -r .notarizationStatus.status +300+ STATUS=IN_PROGRESS +300+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ sleep 1m ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}} 200' ++322+ head -n1 +322+ RESPONSE='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}}' ++322+ tail -n1 +322+ STATUS_CODE=200 ++322+ echo '{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64-462129223981460742.dmg'\''."}}' ++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 ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m ++300+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/status +300+ RESPONSE_RAW='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","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' ++300+ head -n1 +300+ RESPONSE='{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","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}"}}' ++300+ tail -n1 +300+ STATUS_CODE=200 ++300+ jq -r .notarizationStatus.status ++300+ echo '{"uuid":"38169ae3-3cb9-4431-8901-d2edf7e90c31","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}"}}' +300+ STATUS=COMPLETE +300+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +300+ [[ 200 == \5\0\3 ]] +300+ [[ 200 == \5\0\2 ]] +300+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +300+ break +300+ rm eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +300+ curl -JO https://cbi.eclipse.org/macos/xcrun/38169ae3-3cb9-4431-8901-d2edf7e90c31/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 8947k 0 8947k 0 0 14.2M 0 --:--:-- --:--:-- --:--:-- 14.2M 100 36.4M 0 36.4M 0 0 22.5M 0 --:--:-- 0:00:01 --:--:-- 22.5M 100 55.7M 0 55.7M 0 0 21.1M 0 --:--:-- 0:00:02 --:--:-- 21.1M 100 79.4M 0 79.4M 0 0 21.9M 0 --:--:-- 0:00:03 --:--:-- 21.9M 100 108M 0 108M 0 0 23.6M 0 --:--:-- 0:00:04 --:--:-- 23.5M 100 139M 0 139M 0 0 24.8M 0 --:--:-- 0:00:05 --:--:-- 26.1M 100 168M 0 168M 0 0 25.4M 0 --:--:-- 0:00:06 --:--:-- 26.3M 100 183M 0 183M 0 0 24.0M 0 --:--:-- 0:00:07 --:--:-- 25.5M 100 216M 0 216M 0 0 25.1M 0 --:--:-- 0:00:08 --:--:-- 27.4M 100 245M 0 245M 0 0 25.5M 0 --:--:-- 0:00:09 --:--:-- 27.3M 100 274M 0 274M 0 0 25.8M 0 --:--:-- 0:00:10 --:--:-- 26.9M 100 304M 0 304M 0 0 26.2M 0 --:--:-- 0:00:11 --:--:-- 27.2M 100 331M 0 331M 0 0 26.2M 0 --:--:-- 0:00:12 --:--:-- 29.5M 100 362M 0 362M 0 0 26.5M 0 --:--:-- 0:00:13 --:--:-- 29.1M 100 392M 0 392M 0 0 26.8M 0 --:--:-- 0:00:14 --:--:-- 29.4M 100 420M 0 420M 0 0 26.9M 0 --:--:-- 0:00:15 --:--:-- 29.2M 100 436M 0 436M 0 0 27.1M 0 --:--:-- 0:00:16 --:--:-- 29.6M curl: Saved to filename 'eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg' +300+ cp -vf eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg' ++300+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +300+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++300+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +300+ b=eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +300+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +300+ md5sum eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +300+ sha1sum eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +300+ sha512sum -b eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg +300+ rm eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +300+ rm -f eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +300+ rm -f eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +300+ rm -f eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status ++322+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2d2f0ae9-112d-443d-88b7-246c92cabf8f/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m +322+ RESPONSE_RAW='{"uuid":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","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":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","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":"2d2f0ae9-112d-443d-88b7-246c92cabf8f","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/2d2f0ae9-112d-443d-88b7-246c92cabf8f/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11.9M 0 11.9M 0 0 12.9M 0 --:--:-- --:--:-- --:--:-- 12.9M++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}} 200' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64-4149793999384559404.dmg'\''."}}' ++267+ jq -r .notarizationStatus.status +267+ STATUS=IN_PROGRESS +267+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ sleep 1m 100 38.6M 0 38.6M 0 0 20.0M 0 --:--:-- 0:00:01 --:--:-- 20.0M 100 65.2M 0 65.2M 0 0 22.2M 0 --:--:-- 0:00:02 --:--:-- 22.2M 100 95.9M 0 95.9M 0 0 24.4M 0 --:--:-- 0:00:03 --:--:-- 24.4M 100 118M 0 118M 0 0 23.9M 0 --:--:-- 0:00:04 --:--:-- 23.9M 100 139M 0 139M 0 0 23.5M 0 --:--:-- 0:00:05 --:--:-- 25.5M 100 158M 0 158M 0 0 22.8M 0 --:--:-- 0:00:06 --:--:-- 23.8M 100 173M 0 173M 0 0 21.8M 0 --:--:-- 0:00:07 --:--:-- 21.6M 100 193M 0 193M 0 0 21.7M 0 --:--:-- 0:00:08 --:--:-- 19.5M 100 214M 0 214M 0 0 21.6M 0 --:--:-- 0:00:09 --:--:-- 19.3M 100 244M 0 244M 0 0 22.3M 0 --:--:-- 0:00:10 --:--:-- 21.0M 100 266M 0 266M 0 0 21.9M 0 --:--:-- 0:00:12 --:--:-- 20.8M 100 286M 0 286M 0 0 22.1M 0 --:--:-- 0:00:12 --:--:-- 22.5M 100 308M 0 308M 0 0 22.1M 0 --:--:-- 0:00:13 --:--:-- 22.8M 100 316M 0 316M 0 0 22.0M 0 --:--:-- 0:00:14 --:--:-- 22.8M 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/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/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg' ++322+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg +322+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++322+ basename /home/jenkins/agent/workspace/notarize-downloads/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/temp +322+ md5sum eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg +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 +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 ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++267+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/status +267+ RESPONSE_RAW='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","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' ++267+ head -n1 +267+ RESPONSE='{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","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}"}}' ++267+ tail -n1 +267+ STATUS_CODE=200 ++267+ jq -r .notarizationStatus.status ++267+ echo '{"uuid":"db657984-ecbd-465f-8b95-a332801d2cd6","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}"}}' +267+ STATUS=COMPLETE +267+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +267+ [[ 200 == \5\0\3 ]] +267+ [[ 200 == \5\0\2 ]] +267+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +267+ break +267+ rm eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +267+ curl -JO https://cbi.eclipse.org/macos/xcrun/db657984-ecbd-465f-8b95-a332801d2cd6/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 15.7M 0 15.7M 0 0 24.2M 0 --:--:-- --:--:-- --:--:-- 24.2M 100 46.1M 0 46.1M 0 0 28.7M 0 --:--:-- 0:00:01 --:--:-- 28.7M 100 73.7M 0 73.7M 0 0 28.3M 0 --:--:-- 0:00:02 --:--:-- 28.3M 100 110M 0 110M 0 0 30.5M 0 --:--:-- 0:00:03 --:--:-- 30.5M 100 143M 0 143M 0 0 31.2M 0 --:--:-- 0:00:04 --:--:-- 31.2M 100 170M 0 170M 0 0 30.2M 0 --:--:-- 0:00:05 --:--:-- 31.0M 100 197M 0 197M 0 0 29.8M 0 --:--:-- 0:00:06 --:--:-- 30.2M 100 230M 0 230M 0 0 30.2M 0 --:--:-- 0:00:07 --:--:-- 31.3M 100 266M 0 266M 0 0 30.9M 0 --:--:-- 0:00:08 --:--:-- 31.2M 100 292M 0 292M 0 0 30.4M 0 --:--:-- 0:00:09 --:--:-- 29.6M 100 330M 0 330M 0 0 31.1M 0 --:--:-- 0:00:10 --:--:-- 32.1M 100 348M 0 348M 0 0 30.0M 0 --:--:-- 0:00:11 --:--:-- 30.1M 100 373M 0 373M 0 0 29.6M 0 --:--:-- 0:00:12 --:--:-- 28.6M 100 403M 0 403M 0 0 29.6M 0 --:--:-- 0:00:13 --:--:-- 27.5M 100 437M 0 437M 0 0 29.9M 0 --:--:-- 0:00:14 --:--:-- 29.0M 100 464M 0 464M 0 0 29.7M 0 --:--:-- 0:00:15 --:--:-- 26.8M 100 489M 0 489M 0 0 29.4M 0 --:--:-- 0:00:16 --:--:-- 28.2M 100 507M 0 507M 0 0 28.8M 0 --:--:-- 0:00:17 --:--:-- 26.7M 100 521M 0 521M 0 0 27.8M 0 --:--:-- 0:00:18 --:--:-- 22.7M 100 524M 0 524M 0 0 27.6M 0 --:--:-- 0:00:18 --:--:-- 19.8M curl: Saved to filename 'eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg' +267+ cp -vf eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg' ++267+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +267+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++267+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +267+ b=eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +267+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +267+ md5sum eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +267+ sha1sum eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +267+ sha512sum -b eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg +267+ rm eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +267+ rm -f eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +267+ rm -f eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +267+ rm -f eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}} 200' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"No errors uploading '\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"No' errors uploading ''\''/tmp/macos-notarization-service/pending-files/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64-65826600773816095.dmg'\''."}}' ++216+ jq -r .notarizationStatus.status +216+ STATUS=IN_PROGRESS +216+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ sleep 1m ++216+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/status +216+ RESPONSE_RAW='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","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' ++216+ head -n1 +216+ RESPONSE='{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","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}"}}' ++216+ tail -n1 +216+ STATUS_CODE=200 ++216+ jq -r .notarizationStatus.status ++216+ echo '{"uuid":"dc07df7e-4df8-4c74-a3fa-66fa26194935","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}"}}' +216+ STATUS=COMPLETE +216+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +216+ [[ 200 == \5\0\3 ]] +216+ [[ 200 == \5\0\2 ]] +216+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +216+ break +216+ rm eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +216+ curl -JO https://cbi.eclipse.org/macos/xcrun/dc07df7e-4df8-4c74-a3fa-66fa26194935/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 13.7M 0 13.7M 0 0 17.6M 0 --:--:-- --:--:-- --:--:-- 17.6M 100 40.4M 0 40.4M 0 0 24.8M 0 --:--:-- 0:00:01 --:--:-- 24.8M 100 65.1M 0 65.1M 0 0 24.8M 0 --:--:-- 0:00:02 --:--:-- 24.8M 100 97.5M 0 97.5M 0 0 26.9M 0 --:--:-- 0:00:03 --:--:-- 26.9M 100 126M 0 126M 0 0 27.4M 0 --:--:-- 0:00:04 --:--:-- 27.4M 100 155M 0 155M 0 0 27.5M 0 --:--:-- 0:00:05 --:--:-- 29.1M 100 178M 0 178M 0 0 26.9M 0 --:--:-- 0:00:06 --:--:-- 27.6M 100 198M 0 198M 0 0 26.0M 0 --:--:-- 0:00:07 --:--:-- 26.6M 100 216M 0 216M 0 0 25.1M 0 --:--:-- 0:00:08 --:--:-- 23.8M 100 238M 0 238M 0 0 24.7M 0 --:--:-- 0:00:09 --:--:-- 22.2M 100 259M 0 259M 0 0 24.4M 0 --:--:-- 0:00:10 --:--:-- 20.9M 100 295M 0 295M 0 0 25.4M 0 --:--:-- 0:00:11 --:--:-- 23.2M 100 324M 0 324M 0 0 25.7M 0 --:--:-- 0:00:12 --:--:-- 25.2M 100 346M 0 346M 0 0 25.4M 0 --:--:-- 0:00:13 --:--:-- 26.0M 100 365M 0 365M 0 0 24.9M 0 --:--:-- 0:00:14 --:--:-- 25.4M 100 373M 0 373M 0 0 24.6M 0 --:--:-- 0:00:15 --:--:-- 25.1M curl: Saved to filename 'eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg' +216+ cp -vf eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg 'eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg' ++216+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +216+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++216+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +216+ b=eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +216+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +216+ md5sum eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +216+ sha1sum eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +216+ sha512sum -b eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg +216+ rm eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +216+ rm -f eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +216+ rm -f eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +216+ rm -f eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 +152+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++152+ find eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 -name '*.dmg' +152+ for i in $( find * -name '*.dmg' ) +152+ scp eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +152+ ssh genie.packaging@projects-storage.eclipse.org rm /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +152+ for i in $( find * -name '*.dmg' ) +152+ scp eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +152+ ssh genie.packaging@projects-storage.eclipse.org rm /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +152+ for i in $( find * -name '*.dmg' ) +152+ scp eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +152+ ssh genie.packaging@projects-storage.eclipse.org rm /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +152+ for i in $( find * -name '*.dmg' ) +152+ scp eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +152+ ssh genie.packaging@projects-storage.eclipse.org rm /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +152+ for i in $( find * -name '*.dmg' ) +152+ scp eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +152+ ssh genie.packaging@projects-storage.eclipse.org rm /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +152+ for i in $( find * -name '*.dmg' ) +152+ scp eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +152+ ssh genie.packaging@projects-storage.eclipse.org rm /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +152+ for i in $( find * -name '*.dmg' ) +152+ scp eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +152+ ssh genie.packaging@projects-storage.eclipse.org rm /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +152+ for i in $( find * -name '*.dmg' ) +152+ scp eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +152+ ssh genie.packaging@projects-storage.eclipse.org rm /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +152+ for i in $( find * -name '*.dmg' ) +152+ scp eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +152+ ssh genie.packaging@projects-storage.eclipse.org rm /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +152+ for i in $( find * -name '*.dmg' ) +152+ scp eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +152+ ssh genie.packaging@projects-storage.eclipse.org rm /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +152+ popd ~/agent/workspace/notarize-downloads ++152+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +152+ [[ -n /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize ]] +152+ echo 'Failed to notarize the following' Failed to notarize the following +152+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize +152+ exit 1 Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 80 killed; [ssh-agent] Stopped. Archiving artifacts Sending e-mails to: jonah@kichwacoders.com Finished: FAILURE