Skip to content
Success

Console Output

15:30:44 Started by user Jonah Graham
15:30:44 Running as Jonah Graham
15:30:44 Agent basic-9x8rq is provisioned from template basic
15:30:44 ---
15:30:44 apiVersion: "v1"
15:30:44 kind: "Pod"
15:30:44 metadata:
15:30:44   annotations: {}
15:30:44   labels:
15:30:44     jenkins: "slave"
15:30:44     jenkins/label: ""
15:30:44   name: "basic-9x8rq"
15:30:44 spec:
15:30:44   containers:
15:30:44   - env:
15:30:44     - name: "JENKINS_SECRET"
15:30:44       value: "********"
15:30:44     - name: "JENKINS_TUNNEL"
15:30:44       value: "jenkins-discovery.packaging.svc.cluster.local:50000"
15:30:44     - name: "JENKINS_AGENT_NAME"
15:30:44       value: "basic-9x8rq"
15:30:44     - name: "JENKINS_REMOTING_JAVA_OPTS"
15:30:44       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
15:30:44         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
15:30:44     - name: "JAVA_TOOL_OPTIONS"
15:30:44       value: ""
15:30:44     - name: "_JAVA_OPTIONS"
15:30:44       value: ""
15:30:44     - name: "OPENJ9_JAVA_OPTIONS"
15:30:44       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
15:30:44     - name: "JENKINS_NAME"
15:30:44       value: "basic-9x8rq"
15:30:44     - name: "JENKINS_AGENT_WORKDIR"
15:30:44       value: "/home/jenkins/agent"
15:30:44     - name: "JENKINS_URL"
15:30:44       value: "http://jenkins-ui.packaging.svc.cluster.local/packaging/"
15:30:44     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
15:30:44     imagePullPolicy: "Always"
15:30:44     name: "jnlp"
15:30:44     resources:
15:30:44       limits:
15:30:44         memory: "4096Mi"
15:30:44         cpu: "2000m"
15:30:44       requests:
15:30:44         memory: "4096Mi"
15:30:44         cpu: "1000m"
15:30:44     securityContext:
15:30:44       privileged: false
15:30:44     tty: true
15:30:44     volumeMounts:
15:30:44     - mountPath: "/home/jenkins/.m2/toolchains.xml"
15:30:44       name: "m2-dir"
15:30:44       readOnly: true
15:30:44       subPath: "toolchains.xml"
15:30:44     - mountPath: "/home/jenkins/.mavenrc"
15:30:44       name: "m2-dir"
15:30:44       readOnly: true
15:30:44       subPath: ".mavenrc"
15:30:44     - mountPath: "/opt/tools"
15:30:44       name: "volume-0"
15:30:44       readOnly: false
15:30:44     - mountPath: "/home/jenkins"
15:30:44       name: "volume-2"
15:30:44       readOnly: false
15:30:44     - mountPath: "/home/jenkins/.m2/repository"
15:30:44       name: "volume-3"
15:30:44       readOnly: false
15:30:44     - mountPath: "/home/jenkins/.m2/settings-security.xml"
15:30:44       name: "m2-secret-dir"
15:30:44       readOnly: true
15:30:44       subPath: "settings-security.xml"
15:30:44     - mountPath: "/home/jenkins/.m2/wrapper"
15:30:44       name: "volume-4"
15:30:44       readOnly: false
15:30:44     - mountPath: "/home/jenkins/.m2/settings.xml"
15:30:44       name: "m2-secret-dir"
15:30:44       readOnly: true
15:30:44       subPath: "settings.xml"
15:30:44     - mountPath: "/home/jenkins/.ssh"
15:30:44       name: "volume-1"
15:30:44       readOnly: false
15:30:44     - mountPath: "/home/jenkins/agent"
15:30:44       name: "workspace-volume"
15:30:44       readOnly: false
15:30:44     workingDir: "/home/jenkins/agent"
15:30:44   nodeSelector:
15:30:44     beta.kubernetes.io/os: "linux"
15:30:44   restartPolicy: "Never"
15:30:44   securityContext: {}
15:30:44   volumes:
15:30:44   - name: "volume-0"
15:30:44     persistentVolumeClaim:
15:30:44       claimName: "tools-claim-jiro-packaging"
15:30:44       readOnly: true
15:30:44   - name: "m2-secret-dir"
15:30:44     secret:
15:30:44       secretName: "m2-secret-dir"
15:30:44   - emptyDir:
15:30:44       medium: ""
15:30:44     name: "volume-2"
15:30:44   - configMap:
15:30:44       name: "m2-dir"
15:30:44     name: "m2-dir"
15:30:44   - configMap:
15:30:44       name: "known-hosts"
15:30:44     name: "volume-1"
15:30:44   - emptyDir:
15:30:44       medium: ""
15:30:44     name: "workspace-volume"
15:30:44   - emptyDir:
15:30:44       medium: ""
15:30:44     name: "volume-4"
15:30:44   - emptyDir:
15:30:44       medium: ""
15:30:44     name: "volume-3"
15:30:44 
15:30:44 Building remotely on basic-9x8rq in workspace /home/jenkins/agent/workspace/notarize-downloads-bug-571669
15:30:44 [WS-CLEANUP] Deleting project workspace...
15:30:44 [WS-CLEANUP] Deferred wipeout is used...
15:30:44 [ssh-agent] Looking for ssh-agent implementation...
15:30:44 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
15:30:44 $ ssh-agent
15:30:44 SSH_AUTH_SOCK=/tmp/ssh-sa1h26ec1Miy/agent.61
15:30:44 SSH_AGENT_PID=63
15:30:44 [ssh-agent] Started.
15:30:44 Running ssh-add (command line suppressed)
15:30:44 Identity added: /home/jenkins/agent/workspace/notarize-downloads-bug-571669@tmp/private_key_2805562266438594306.key (/home/jenkins/agent/workspace/notarize-downloads-bug-571669@tmp/private_key_2805562266438594306.key)
15:30:44 [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org)
15:30:44 The recommended git tool is: git
15:30:45 No credentials specified
15:30:45 Cloning the remote Git repository
15:30:45 Cloning repository git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git
15:30:45  > git init /home/jenkins/agent/workspace/notarize-downloads-bug-571669/org.eclipse.epp.packages # timeout=10
15:30:45 Fetching upstream changes from git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git
15:30:45  > git --version # timeout=10
15:30:45  > git --version # 'git version 2.20.1'
15:30:45  > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git +refs/heads/*:refs/remotes/origin/* # timeout=10
15:30:47  > git config remote.origin.url git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git # timeout=10
15:30:47  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
15:30:47 Avoid second fetch
15:30:47  > git rev-parse origin/bug571669^{commit} # timeout=10
15:30:47 Checking out Revision e143088df2c76bbb15d0d68833d39679ea8bbab1 (origin/bug571669)
15:30:47  > git config core.sparsecheckout # timeout=10
15:30:47  > git checkout -f e143088df2c76bbb15d0d68833d39679ea8bbab1 # timeout=10
15:30:51 Commit message: "[releng] Make sure no changes happen when dry-running"
15:30:51  > git rev-list --no-walk e143088df2c76bbb15d0d68833d39679ea8bbab1 # timeout=10
15:30:51 [notarize-downloads-bug-571669] $ /bin/bash /tmp/jenkins17424990783195732013.sh
15:30:51 + export 'PS4=+$$+ '
15:30:51 + PS4='+$$+ '
15:30:51 +178+ SSHUSER=genie.packaging@projects-storage.eclipse.org
15:30:51 +178+ SSH='ssh genie.packaging@projects-storage.eclipse.org'
15:30:51 +178+ SCP=scp
15:30:51 +178+ mkdir temp
15:30:51 +178+ pushd temp
15:30:51 ~/agent/workspace/notarize-downloads-bug-571669/temp ~/agent/workspace/notarize-downloads-bug-571669
15:30:51 ++178+ ssh genie.packaging@projects-storage.eclipse.org find /home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669 -maxdepth 1 -name '*.dmg-tonotarize'
15:30:51 +178+ for path in $( ${SSH} find ${RELEASES_DIR}  -maxdepth 1 -name '*.dmg-tonotarize' )
15:30:51 +178+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize .
15:30:59 +178+ for path in $( ${SSH} find ${RELEASES_DIR}  -maxdepth 1 -name '*.dmg-tonotarize' )
15:30:59 +178+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize .
15:31:06 +178+ for path in $( ${SSH} find ${RELEASES_DIR}  -maxdepth 1 -name '*.dmg-tonotarize' )
15:31:06 +178+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize .
15:31:12 +178+ for path in $( ${SSH} find ${RELEASES_DIR}  -maxdepth 1 -name '*.dmg-tonotarize' )
15:31:12 +178+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize .
15:31:20 +178+ for path in $( ${SSH} find ${RELEASES_DIR}  -maxdepth 1 -name '*.dmg-tonotarize' )
15:31:20 +178+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize .
15:31:27 +178+ for path in $( ${SSH} find ${RELEASES_DIR}  -maxdepth 1 -name '*.dmg-tonotarize' )
15:31:27 +178+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize .
15:31:41 +178+ for path in $( ${SSH} find ${RELEASES_DIR}  -maxdepth 1 -name '*.dmg-tonotarize' )
15:31:41 +178+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize .
15:31:58 +178+ for path in $( ${SSH} find ${RELEASES_DIR}  -maxdepth 1 -name '*.dmg-tonotarize' )
15:31:58 +178+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize .
15:32:23 +178+ for path in $( ${SSH} find ${RELEASES_DIR}  -maxdepth 1 -name '*.dmg-tonotarize' )
15:32:23 +178+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize .
15:32:59 +178+ for path in $( ${SSH} find ${RELEASES_DIR}  -maxdepth 1 -name '*.dmg-tonotarize' )
15:32:59 +178+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize .
15:33:13 +178+ for path in $( ${SSH} find ${RELEASES_DIR}  -maxdepth 1 -name '*.dmg-tonotarize' )
15:33:13 +178+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging-bug571669/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize .
15:33:25 +178+ popd
15:33:25 ~/agent/workspace/notarize-downloads-bug-571669
15:33:25 ++178+ find /home/jenkins/agent/workspace/notarize-downloads-bug-571669 -name '*.dmg-tonotarize'
15:33:25 +178+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize')
15:33:25 +178+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg
15:33:25 ++178+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:33:25 +178+ LOG=eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:33:25 +178+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:33:25 +178+ /home/jenkins/agent/workspace/notarize-downloads-bug-571669/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg
15:33:25 +178+ sleep 18s
15:33:25 +178+ tee --append eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:33:25 +208+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg
15:33:25 ++208+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg
15:33:25 +208+ DMG=eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg
15:33:25 +208+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg
15:33:25 ++208+ echo eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg
15:33:25 ++208+ sed s/-macosx.cocoa.x86_64.dmg//g
15:33:25 ++208+ sed -E 's/^[0-9\-]*_(.*)/\1/g'
15:33:25 +208+ PRIMARY_BUNDLE_ID=eclipse-committers-2021-06-M2
15:33:25 +208+ retryCount=3
15:33:25 +208+ '[' 3 -gt 0 ']'
15:33:25 ++208+ 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
15:33:43 +178+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize')
15:33:43 +178+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:33:43 ++178+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:33:43 +178+ LOG=eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:33:43 +178+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:33:43 +178+ /home/jenkins/agent/workspace/notarize-downloads-bug-571669/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:33:43 +178+ sleep 18s
15:33:43 +178+ tee --append eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:33:43 +220+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:33:43 ++220+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:33:43 +220+ DMG=eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:33:43 +220+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:33:43 ++220+ echo eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:33:43 ++220+ sed s/-macosx.cocoa.x86_64.dmg//g
15:33:43 ++220+ sed -E 's/^[0-9\-]*_(.*)/\1/g'
15:33:43 +220+ PRIMARY_BUNDLE_ID=eclipse-cpp-2021-06-M2
15:33:43 +220+ retryCount=3
15:33:43 +220+ '[' 3 -gt 0 ']'
15:33:43 ++220+ 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
15:33:57 +208+ RESPONSE_RAW='{"uuid":"1d1bac95-a8d8-4f31-ae6b-2eacb997bd12","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}
15:33:57 200'
15:33:57 ++208+ head -n1
15:33:57 +208+ RESPONSE='{"uuid":"1d1bac95-a8d8-4f31-ae6b-2eacb997bd12","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:33:57 ++208+ tail -n1
15:33:57 +208+ STATUS_CODE=200
15:33:57 ++208+ echo '{"uuid":"1d1bac95-a8d8-4f31-ae6b-2eacb997bd12","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:33:57 ++208+ jq -r .uuid
15:33:57 +208+ UUID=1d1bac95-a8d8-4f31-ae6b-2eacb997bd12
15:33:57 ++208+ echo '{"uuid":"1d1bac95-a8d8-4f31-ae6b-2eacb997bd12","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:33:57 ++208+ jq -r .notarizationStatus.status
15:33:57 +208+ STATUS=IN_PROGRESS
15:33:57 +208+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
15:33:57 +208+ sleep 1m
15:34:01 +178+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize')
15:34:01 +178+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:01 ++178+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:34:01 +178+ LOG=eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:34:01 +178+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:34:01 +178+ /home/jenkins/agent/workspace/notarize-downloads-bug-571669/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:01 +178+ sleep 18s
15:34:01 +178+ tee --append eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:34:01 +243+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:01 ++243+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:01 +243+ DMG=eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:01 +243+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:05 ++243+ echo eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:05 ++243+ sed s/-macosx.cocoa.x86_64.dmg//g
15:34:05 ++243+ sed -E 's/^[0-9\-]*_(.*)/\1/g'
15:34:05 +243+ PRIMARY_BUNDLE_ID=eclipse-dsl-2021-06-M2
15:34:05 +243+ retryCount=3
15:34:05 +243+ '[' 3 -gt 0 ']'
15:34:05 ++243+ 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
15:34:17 +220+ RESPONSE_RAW='{"uuid":"bbec2a4d-55d8-43d7-a7ca-b02ab738aa7b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}
15:34:17 200'
15:34:17 ++220+ head -n1
15:34:17 +220+ RESPONSE='{"uuid":"bbec2a4d-55d8-43d7-a7ca-b02ab738aa7b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:34:17 ++220+ tail -n1
15:34:17 +220+ STATUS_CODE=200
15:34:17 ++220+ echo '{"uuid":"bbec2a4d-55d8-43d7-a7ca-b02ab738aa7b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:34:17 ++220+ jq -r .uuid
15:34:17 +220+ UUID=bbec2a4d-55d8-43d7-a7ca-b02ab738aa7b
15:34:17 ++220+ echo '{"uuid":"bbec2a4d-55d8-43d7-a7ca-b02ab738aa7b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:34:17 ++220+ jq -r .notarizationStatus.status
15:34:17 +220+ STATUS=IN_PROGRESS
15:34:17 +220+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
15:34:17 +220+ sleep 1m
15:34:19 +178+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize')
15:34:19 +178+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:19 ++178+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:34:19 +178+ LOG=eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:34:19 +178+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:34:19 +178+ sleep 18s
15:34:19 +178+ /home/jenkins/agent/workspace/notarize-downloads-bug-571669/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:19 +178+ tee --append eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:34:19 +266+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:19 ++266+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:19 +266+ DMG=eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:19 +266+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:22 ++266+ echo eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:22 ++266+ sed s/-macosx.cocoa.x86_64.dmg//g
15:34:22 ++266+ sed -E 's/^[0-9\-]*_(.*)/\1/g'
15:34:22 +266+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2021-06-M2
15:34:22 +266+ retryCount=3
15:34:22 +266+ '[' 3 -gt 0 ']'
15:34:22 ++266+ 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
15:34:37 +178+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize')
15:34:37 +178+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:37 ++178+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:34:37 +178+ LOG=eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:34:37 +178+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:34:37 +178+ sleep 18s
15:34:37 +178+ /home/jenkins/agent/workspace/notarize-downloads-bug-571669/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:37 +178+ tee --append eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:34:37 +278+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:37 ++278+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:37 +278+ DMG=eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:37 +278+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:40 +243+ RESPONSE_RAW='{"uuid":"1e716156-06c2-4d5f-b1c3-372f85d3839d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}
15:34:40 200'
15:34:40 ++243+ head -n1
15:34:40 +243+ RESPONSE='{"uuid":"1e716156-06c2-4d5f-b1c3-372f85d3839d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:34:40 ++243+ tail -n1
15:34:40 +243+ STATUS_CODE=200
15:34:40 ++243+ echo '{"uuid":"1e716156-06c2-4d5f-b1c3-372f85d3839d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:34:40 ++243+ jq -r .uuid
15:34:40 +243+ UUID=1e716156-06c2-4d5f-b1c3-372f85d3839d
15:34:40 ++243+ echo '{"uuid":"1e716156-06c2-4d5f-b1c3-372f85d3839d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:34:40 ++243+ jq -r .notarizationStatus.status
15:34:40 +243+ STATUS=IN_PROGRESS
15:34:40 +243+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
15:34:40 +243+ sleep 1m
15:34:40 ++278+ echo eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:40 ++278+ sed s/-macosx.cocoa.x86_64.dmg//g
15:34:40 ++278+ sed -E 's/^[0-9\-]*_(.*)/\1/g'
15:34:40 +278+ PRIMARY_BUNDLE_ID=eclipse-java-2021-06-M2
15:34:40 +278+ retryCount=3
15:34:40 +278+ '[' 3 -gt 0 ']'
15:34:40 ++278+ 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
15:34:55 +178+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize')
15:34:55 +178+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:55 ++178+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:34:55 +178+ LOG=eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:34:55 +178+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:34:55 +178+ sleep 18s
15:34:55 +178+ /home/jenkins/agent/workspace/notarize-downloads-bug-571669/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:55 +178+ tee --append eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:34:55 +301+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:55 ++301+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:55 +301+ DMG=eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:55 +301+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:57 ++208+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1d1bac95-a8d8-4f31-ae6b-2eacb997bd12/status
15:34:58 +208+ RESPONSE_RAW='{"uuid":"1d1bac95-a8d8-4f31-ae6b-2eacb997bd12","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}"}}
15:34:58 200'
15:34:58 ++208+ head -n1
15:34:58 +208+ RESPONSE='{"uuid":"1d1bac95-a8d8-4f31-ae6b-2eacb997bd12","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}"}}'
15:34:58 ++208+ tail -n1
15:34:58 +208+ STATUS_CODE=200
15:34:58 ++208+ jq -r .notarizationStatus.status
15:34:58 ++208+ echo '{"uuid":"1d1bac95-a8d8-4f31-ae6b-2eacb997bd12","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}"}}'
15:34:58 +208+ STATUS=COMPLETE
15:34:58 +208+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]]
15:34:58 +208+ [[ 200 == \5\0\3 ]]
15:34:58 +208+ [[ 200 == \5\0\2 ]]
15:34:58 +208+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]]
15:34:58 +208+ break
15:34:58 +208+ rm eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg
15:34:58 +208+ curl -JO https://cbi.eclipse.org/macos/xcrun/1d1bac95-a8d8-4f31-ae6b-2eacb997bd12/download
15:34:58   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
15:34:58                                  Dload  Upload   Total   Spent    Left  Speed
15:34:58 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 2316k    0 2316k    0     0  3547k      0 --:--:-- --:--:-- --:--:-- 3542k
100 13.2M    0 13.2M    0     0  8272k      0 --:--:--  0:00:01 --:--:-- 8267k++301+ echo eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:00 ++301+ sed s/-macosx.cocoa.x86_64.dmg//g
15:35:00 ++301+ sed -E 's/^[0-9\-]*_(.*)/\1/g'
15:35:00 +301+ PRIMARY_BUNDLE_ID=eclipse-jee-2021-06-M2
15:35:00 +301+ retryCount=3
15:35:00 +301+ '[' 3 -gt 0 ']'
15:35:00 ++301+ 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
15:35:00 
100 20.0M    0 20.0M    0     0  7759k      0 --:--:--  0:00:02 --:--:-- 7756k
100 26.6M    0 26.6M    0     0  7291k      0 --:--:--  0:00:03 --:--:-- 7289k
100 32.0M    0 32.0M    0     0  7079k      0 --:--:--  0:00:04 --:--:-- 7077k
100 39.0M    0 39.0M    0     0  7090k      0 --:--:--  0:00:05 --:--:-- 7554k
100 45.5M    0 45.5M    0     0  7017k      0 --:--:--  0:00:06 --:--:-- 6603k
100 51.3M    0 51.3M    0     0  6883k      0 --:--:--  0:00:07 --:--:-- 6418k
100 55.5M    0 55.5M    0     0  6414k      0 --:--:--  0:00:08 --:--:-- 5773k
100 61.2M    0 61.2M    0     0  6510k      0 --:--:--  0:00:09 --:--:-- 5983k
100 67.0M    0 67.0M    0     0  6455k      0 --:--:--  0:00:10 --:--:-- 5738k+266+ RESPONSE_RAW='{"uuid":"e1515d98-31ec-471b-a56b-2e3b91a81ebc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}
15:35:09 200'
15:35:09 ++266+ head -n1
15:35:09 +266+ RESPONSE='{"uuid":"e1515d98-31ec-471b-a56b-2e3b91a81ebc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:35:09 ++266+ tail -n1
15:35:09 +266+ STATUS_CODE=200
15:35:09 ++266+ echo '{"uuid":"e1515d98-31ec-471b-a56b-2e3b91a81ebc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:35:09 ++266+ jq -r .uuid
15:35:09 +266+ UUID=e1515d98-31ec-471b-a56b-2e3b91a81ebc
15:35:09 ++266+ echo '{"uuid":"e1515d98-31ec-471b-a56b-2e3b91a81ebc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:35:09 ++266+ jq -r .notarizationStatus.status
15:35:09 +266+ STATUS=IN_PROGRESS
15:35:09 +266+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
15:35:09 +266+ sleep 1m
15:35:09 
100 74.8M    0 74.8M    0     0  6583k      0 --:--:--  0:00:11 --:--:-- 6008k
100 87.5M    0 87.5M    0     0  7096k      0 --:--:--  0:00:12 --:--:-- 7420k
100 98.6M    0 98.6M    0     0  7309k      0 --:--:--  0:00:13 --:--:-- 8911k
100  101M    0  101M    0     0  7068k      0 --:--:--  0:00:14 --:--:-- 8132k+178+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize')
15:35:13 +178+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:13 ++178+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:35:13 +178+ LOG=eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:35:13 +178+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:35:13 +178+ /home/jenkins/agent/workspace/notarize-downloads-bug-571669/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:13 +178+ sleep 18s
15:35:13 +178+ tee --append eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:35:13 +336+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:13 ++336+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:13 +336+ DMG=eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:13 +336+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:13 
100  108M    0  108M    0     0  7091k      0 --:--:--  0:00:15 --:--:-- 8446k
100  119M    0  119M    0     0  7338k      0 --:--:--  0:00:16 --:--:-- 9097k
100  128M    0  128M    0     0  7340k      0 --:--:--  0:00:17 --:--:-- 7930k
100  133M    0  133M    0     0  7279k      0 --:--:--  0:00:18 --:--:-- 7194k++220+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bbec2a4d-55d8-43d7-a7ca-b02ab738aa7b/status
15:35:17 +220+ RESPONSE_RAW='{"uuid":"bbec2a4d-55d8-43d7-a7ca-b02ab738aa7b","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}"}}
15:35:17 200'
15:35:17 ++220+ head -n1
15:35:17 +220+ RESPONSE='{"uuid":"bbec2a4d-55d8-43d7-a7ca-b02ab738aa7b","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}"}}'
15:35:17 ++220+ tail -n1
15:35:17 +220+ STATUS_CODE=200
15:35:17 ++220+ jq -r .notarizationStatus.status
15:35:17 ++220+ echo '{"uuid":"bbec2a4d-55d8-43d7-a7ca-b02ab738aa7b","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}"}}'
15:35:17 +220+ STATUS=COMPLETE
15:35:17 +220+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]]
15:35:17 +220+ [[ 200 == \5\0\3 ]]
15:35:17 +220+ [[ 200 == \5\0\2 ]]
15:35:17 +220+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]]
15:35:17 +220+ break
15:35:17 +220+ rm eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:17 +220+ curl -JO https://cbi.eclipse.org/macos/xcrun/bbec2a4d-55d8-43d7-a7ca-b02ab738aa7b/download
15:35:17   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
15:35:17                                  Dload  Upload   Total   Spent    Left  Speed
15:35:17 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  548k    0  548k    0     0  8188k      0 --:--:-- --:--:-- --:--:-- 8067k
100  140M    0  140M    0     0  7310k      0 --:--:--  0:00:19 --:--:-- 8027k
100  145M    0  145M    0     0  7234k      0 --:--:--  0:00:20 --:--:-- 7678k
100 6807k    0 6807k    0     0  6326k      0 --:--:--  0:00:01 --:--:-- 6321k++336+ echo eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:18 ++336+ sed s/-macosx.cocoa.x86_64.dmg//g
15:35:18 ++336+ sed -E 's/^[0-9\-]*_(.*)/\1/g'
15:35:18 +336+ PRIMARY_BUNDLE_ID=eclipse-modeling-2021-06-M2
15:35:18 +336+ retryCount=3
15:35:18 +336+ '[' 3 -gt 0 ']'
15:35:18 ++336+ 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
15:35:19 
100  152M    0  152M    0     0  7200k      0 --:--:--  0:00:21 --:--:-- 6740k
100 11.8M    0 11.8M    0     0  5489k      0 --:--:--  0:00:02 --:--:-- 5487k
100 15.8M    0 15.8M    0     0  5301k      0 --:--:--  0:00:03 --:--:-- 5299k
100  157M    0  157M    0     0  7098k      0 --:--:--  0:00:22 --:--:-- 6211k
100  162M    0  162M    0     0  7032k      0 --:--:--  0:00:23 --:--:-- 6089k
100 21.9M    0 21.9M    0     0  5529k      0 --:--:--  0:00:04 --:--:-- 5528k
100 22.5M    0 22.5M    0     0  4516k      0 --:--:--  0:00:05 --:--:-- 4469k
100  169M    0  169M    0     0  7020k      0 --:--:--  0:00:24 --:--:-- 5896k
100 27.1M    0 27.1M    0     0  4583k      0 --:--:--  0:00:06 --:--:-- 4207k
100  173M    0  173M    0     0  6891k      0 --:--:--  0:00:25 --:--:-- 5503k+278+ RESPONSE_RAW='{"uuid":"db1d56a4-7d55-4248-ae79-f7b3abf7ee87","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}
15:35:24 200'
15:35:24 ++278+ head -n1
15:35:24 +278+ RESPONSE='{"uuid":"db1d56a4-7d55-4248-ae79-f7b3abf7ee87","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:35:24 ++278+ tail -n1
15:35:24 +278+ STATUS_CODE=200
15:35:24 ++278+ echo '{"uuid":"db1d56a4-7d55-4248-ae79-f7b3abf7ee87","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:35:24 ++278+ jq -r .uuid
15:35:24 +278+ UUID=db1d56a4-7d55-4248-ae79-f7b3abf7ee87
15:35:24 ++278+ echo '{"uuid":"db1d56a4-7d55-4248-ae79-f7b3abf7ee87","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:35:24 ++278+ jq -r .notarizationStatus.status
15:35:24 +278+ STATUS=IN_PROGRESS
15:35:24 +278+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
15:35:24 +278+ sleep 1m
15:35:24 
100  176M    0  176M    0     0  6768k    
100 36.1M    0 36.1M    0     0  5242k      0 --:--:--   0 --:--:--  0:00:07 --:--:-- 5128k 0:00:26 --:--:-- 4899k
100  182M    0  182M    0     0  6749k      0 --:--:--  0:00:27 --:--:-- 5131k
100 40.0M    0 40.0M    0     0  4923k      0 --:--:--  0:00:08 --:--:-- 4703k
100 44.5M    0 44.5M    0     0  5026k      0 --:--:--  0:00:09 --:--:-- 4619k
100  184M    0  184M    0     0  6604k      0 --:--:--  0:00:28 --:--:-- 4588k
100  192M    0  192M    0     0  6649k      0 --:--:--  0:00:29 --:--:-- 4804k
100 48.1M    0 48.1M    0     0  4869k      0 --:--:--  0:00:10 --:--:-- 5231k
100  197M    0  197M    0     0  6592k      0 --:--:--  0:00:30 --:--:-- 5020k
100 52.1M    0 52.1M    0     0  4828k      0 --:--:--  0:00:11 --:--:-- 5125k
100 56.7M    0 56.7M    0     0  4817k      0 --:--:--  0:00:12 --:--:-- 4216k
100  202M    0  202M    0     0  6535k      0 --:--:--  0:00:31 --:--:-- 5317k
100  207M    0  207M    0     0  6515k      0 --:--:--  0:00:32 --:--:-- 5220k
100 60.5M    0 60.5M    0     0  4744k      0 --:--:--  0:00:13 --:--:-- 4430k+178+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize')
15:35:31 +178+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:31 ++178+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:35:31 +178+ LOG=eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:35:31 +178+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:35:31 +178+ /home/jenkins/agent/workspace/notarize-downloads-bug-571669/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:31 +178+ sleep 18s
15:35:31 +178+ tee --append eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:35:31 +371+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:31 ++371+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:31 +371+ DMG=eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:31 +371+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:31 
100  215M    0  215M    0     0  6555k      0 --:--:--  0:00:33 --:--:-- 6273k
100 65.0M    0 65.0M    0     0  4737k      0 --:--:--  0:00:14 --:--:-- 4210k
100  224M    0  224M    0     0  6635k      0 --:--:--  0:00:34 --:--:-- 6549k
100 67.4M    0 67.4M    0     0  4548k      0 --:--:--  0:00:15 --:--:-- 3908k
100 69.4M    0 69.4M    0     0  4424k      0 --:--:--  0:00:16 --:--:-- 3528k
100  232M    0  232M    0     0  6670k      0 --:--:--  0:00:35 --:--:-- 7134k
100 74.4M    0 74.4M    0     0  4463k      0 --:--:--  0:00:17 --:--:-- 3611k
100  236M    0  236M    0     0  6600k      0 --:--:--  0:00:36 --:--:-- 7018k++371+ echo eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:34 ++371+ sed s/-macosx.cocoa.x86_64.dmg//g
15:35:34 ++371+ sed -E 's/^[0-9\-]*_(.*)/\1/g'
15:35:34 +371+ PRIMARY_BUNDLE_ID=eclipse-parallel-2021-06-M2
15:35:34 +371+ retryCount=3
15:35:34 +371+ '[' 3 -gt 0 ']'
15:35:34 ++371+ 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
15:35:35 
100  241M    0  241M    0     0  6560k      0 --:--:--  0:00:37 --:--:-- 6857k
100 75.9M    0 75.9M    0     0  4297k      0 --:--:--  0:00:18 --:--:-- 3139k
100  250M    0  250M    0     0  6631k      0 --:--:--  0:00:38 --:--:-- 7142k
100 78.0M    0 78.0M    0     0  4150k      0 --:--:--  0:00:19 --:--:-- 2560k
100  258M    0  258M    0     0  6673k      0 --:--:--  0:00:39 --:--:-- 6937k
100 80.0M    0 80.0M    0     0  4080k      0 --:--:--  0:00:20 --:--:-- 2629k
100 85.7M    0 85.7M    0     0  4166k      0 --:--:--  0:00:21 --:--:-- 3339k
100  264M    0  264M    0     0  6625k      0 --:--:--  0:00:40 --:--:-- 6314k
100  266M    0  266M    0     0  6536k      0 --:--:--  0:00:41 --:--:-- 6078k
100 89.6M    0 89.6M    0     0  4106k      0 --:--:--  0:00:22 --:--:-- 2954k
100 91.6M    0 91.6M    0     0  4068k      0 --:--:--  0:00:23 --:--:-- 3230k
100  273M    0  273M    0     0  6562k      0 --:--:--  0:00:42 --:--:-- 6578k++243+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1e716156-06c2-4d5f-b1c3-372f85d3839d/status
15:35:41 +243+ RESPONSE_RAW='{"uuid":"1e716156-06c2-4d5f-b1c3-372f85d3839d","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}"}}
15:35:41 200'
15:35:41 ++243+ head -n1
15:35:41 +243+ RESPONSE='{"uuid":"1e716156-06c2-4d5f-b1c3-372f85d3839d","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}"}}'
15:35:41 ++243+ tail -n1
15:35:41 +243+ STATUS_CODE=200
15:35:41 ++243+ jq -r .notarizationStatus.status
15:35:41 ++243+ echo '{"uuid":"1e716156-06c2-4d5f-b1c3-372f85d3839d","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}"}}'
15:35:41 +243+ STATUS=COMPLETE
15:35:41 +243+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]]
15:35:41 +243+ [[ 200 == \5\0\3 ]]
15:35:41 +243+ [[ 200 == \5\0\2 ]]
15:35:41 +243+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]]
15:35:41 +243+ break
15:35:41 +243+ rm eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:41 +243+ curl -JO https://cbi.eclipse.org/macos/xcrun/1e716156-06c2-4d5f-b1c3-372f85d3839d/download
15:35:41   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
15:35:41                                  Dload  Upload   Total   Spent    Left  Speed
15:35:41 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 95.4M    0 95.4M    0     0  4062k      0 --:--:--  0:00:24 --:--:-- 3711k
100  278M    0  278M    0     0  6524k      0 --:--:--  0:00:43 --:--:-- 5702k
100 1923k    0 1923k    0     0  3351k      0 --:--:-- --:--:-- --:--:-- 3345k
100  101M    0  101M    0     0  4144k      0 --:--:--  0:00:25 --:--:-- 4400k
100 6975k    0 6975k    0     0  4411k      0 --:--:--  0:00:01 --:--:-- 4409k
100  286M    0  286M    0     0  6554k      0 --:--:--  0:00:44 --:--:-- 5622k
100 10.2M    0 10.2M    0     0  4097k      0 --:--:--  0:00:02 --:--:-- 4095k
100  293M    0  293M    0     0  6581k      0 --:--:--  0:00:45 --:--:-- 6204k
100  108M    0  108M    0     0  4258k      0 --:--:--  0:00:26 --:--:-- 4643k
100 16.8M    0 16.8M    0     0  4836k      0 --:--:--  0:00:03 --:--:-- 4835k
100  296M    0  296M    0     0  6502k      0 --:--:--  0:00:46 --:--:-- 6214k
100  109M    0  109M    0     0  4129k      0 --:--:--  0:00:27 --:--:-- 4234k
100  301M    0  301M    0     0  6478k      0 --:--:--  0:00:47 --:--:-- 5758k
100  110M    0  110M    0     0  4048k      0 --:--:--  0:00:28 --:--:-- 3959k
100 21.0M    0 21.0M    0     0  4657k      0 --:--:--  0:00:04 --:--:-- 4656k
100  305M    0  305M    0     0  6431k      0 --:--:--  0:00:48 --:--:-- 5612k
100  112M    0  112M    0     0  3959k      0 --:--:--  0:00:29 --:--:-- 3465k
100 23.1M    0 23.1M    0     0  4137k      0 --:--:--  0:00:05 --:--:-- 4225k
100  114M    0  114M    0     0  3888k      0 --:--:--  0:00:30 --:--:-- 2604k
100  312M    0  312M    0     0  6446k      0 --:--:--  0:00:49 --:--:-- 5472k
100 26.1M    0 26.1M    0     0  4068k      0 --:--:--  0:00:06 --:--:-- 3958k
100 30.0M    0 30.0M    0     0  4065k      0 --:--:--  0:00:07 --:--:-- 4049k
100  120M    0  120M    0     0  3962k      0 --:--:--  0:00:31 --:--:-- 2460k
100  317M    0  317M    0     0  6395k      0 --:--:--  0:00:50 --:--:-- 4764k+178+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize')
15:35:49 +178+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:49 ++178+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:35:49 +178+ LOG=eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:35:49 +178+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:35:49 +178+ /home/jenkins/agent/workspace/notarize-downloads-bug-571669/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:49 +178+ sleep 18s
15:35:49 +178+ tee --append eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:35:49 +395+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:49 ++395+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:49 +395+ DMG=eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:49 +395+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:49 
100  321M    0  321M    0     0  6369k      0 --:--:--  0:00:51 --:--:-- 5153k
100  121M    0  121M    0     0  3858k      0 --:--:--  0:00:32 --:--:-- 2418k
100 37.2M    0 37.2M    0     0  4352k      0 --:--:--  0:00:08 --:--:-- 4019k
100 38.8M    0 38.8M    0     0  4154k      0 --:--:--  0:00:09 --:--:-- 3682k
100  324M    0  324M    0     0  6306k      0 --:--:--  0:00:52 --:--:-- 4673k
100  123M    0  123M    0     0  3834k      0 --:--:--  0:00:33 --:--:-- 2636k
100 42.
100  330M    0  36M    0 42.6M    0     0  4130k  30M    0     0  6    0305 --:k   --:-  -  0: 0 -00:1-:0 ----:--:--  0:00:53 --:--:-- 5079k:-- 4122k
100  127M    0  127M    0     0  3815k      0 --:--:--  0:00:34 --:--:-- 3014k++395+ echo eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg
15:35:52 ++395+ sed s/-macosx.cocoa.x86_64.dmg//g
15:35:52 ++395+ sed -E 's/^[0-9\-]*_(.*)/\1/g'
15:35:52 +395+ PRIMARY_BUNDLE_ID=eclipse-php-2021-06-M2
15:35:52 +395+ retryCount=3
15:35:52 +395+ '[' 3 -gt 0 ']'
15:35:52 ++395+ 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
15:35:52 
100  133M    0  133M    0     0  3889k      0 --:--:--  0:00:35 --:--:-- 3897k
100  335M    0  335M    0     0  6281k      0 --:--:--  0:00:54 --:--:-- 4639k
100 46.8M    0 46.8M    0     0  4110k      0 --:--:--  0:00:11 --:--:-- 4166k
100 50.7M    0 50.7M    0     0  4136k      0 --:--:--  0:00:12 --:--:-- 4243k
100  136M    0  136M    0     0  3870k      0 --:--:--  0:00:36 --:--:-- 3284k
100  339M    0  339M    0     0  6213k      0 --:--:--  0:00:55 --:--:-- 4373k
100  139M    0  139M    0     0  3856k      0 --:--:--  0:00:37 --:--:-- 3840k
100  343M    0  343M    0     0  6212k      0 --:--:--  0:00:56 --:--:-- 4552k
100 54.1M    0 54.1M    0     0  4037k      0 --:--:--  0:00:13 --:--:-- 3482k
100 54.9M    0 54.9M    0     0  3860k      0 --:--:--  0:00:14 --:--:-- 3296k
100  347M    0  347M    0     0  6178k      0 --:--:--  0:00:57 --:--:-- 4822k
100  141M    0  141M    0     0  3807k      0 --:--:--  0:00:38 --:--:-- 3631k
100  143M    0  143M    0     0  3752k      0 --:--:--  0:00:39 --:--:-- 3295k
100 60.2M    0 60.2M    0     0  3960k      0 --:--:--  0:00:15 --:--:-- 3600k
100  351M    0  351M    0     0  6130k      0 --:--:--  0:00:58 --:--:-- 4282k
100  147M    0  147M    0     0  3764k      0 --:--:--  0:00:40 --:--:-- 2887k
100  354M    0  354M    0     0  6087k      0 --:--:--  0:00:59 --:--:-- 3965k
100 64.1M    0 64.1M    0     0  3933k      0 --:--:--  0:00:16 --:--:-- 3520k
100  149M    0  149M    0     0  3734k      0 --:--:--  0:00:41 --:--:-- 2745k
100  362M    0  362M    0     0  6116k      0 --:--:--  0:01:00 --:--:-- 4983k
100 66.3M    0 66.3M    0     0  3869k      0 --:--:--  0:00:17 --:--:-- 3196k
100  151M    0  151M    0     0  3684k      0 --:--:--  0:00:42 --:--:-- 2410k
100  368M    0  368M    0     0  6129k      0 --:--:--  0:01:01 --:--:-- 5190k
100 69.9M    0 69.9M    0     0  3859k      0 --:--:--  0:00:18 --:--:-- 3351k
100  373M    0  373M    0     0  6098k      0 --:--:--  0:01:02 --:--:-- 5176k
100 74.6M    0 74.6M    0     0  3897k      0 --:--:--  0:00:19 --:--:-- 4005k
100  154M    0  154M    0     0  3652k      0 --:--:--  0:00:43 --:--:-- 2492k
100  157M    0  157M    0     0  3653k      0 --:--:--  0:00:44 --:--:-- 2884k
100  375M    0  375M    0     0  6045k      0 --:--:--  0:01:03 --:--:-- 5029k
100 80.9M    0 80.9M    0     0  4030k      0 --:--:--  0:00:20 --:--:-- 4249k
100 86.3M    0 86.3M    0     0  4095k      0 --:--:--  0:00:21 --:--:-- 4652k
100  378M    0  378M    0     0  5988k      0 --:--:--  0:01:04 --:--:-- 4825k
100  160M    0  160M    0     0  3633k      0 --:--:--  0:00:45 --:--:-- 2594k
100  381M    0  381M    0     0  5945k      0 --:--:--  0:01:05 --:--:-- 3862k
100 92.8M    0 92.8M    0     0  4213k      0 --:--:--  0:00:22 --:--:-- 5422k
100  163M    0  163M    0     0  3637k      0 --:--:--  0:00:46 --:--:-- 2852k
100 94.5M    0 94.5M    0     0  4106k      0 --:--:--  0:00:23 --:--:-- 5024k
100  385M    0  385M    0     0  5923k      0 --:--:--  0:01:06 --:--:-- 3384k
100  167M    0  167M    0     0  3632k      0 --:--:--  0:00:47 --:--:-- 3219k
100  389M    0  389M    0     0  5887k      0 --:--:--  0:01:07 --:--:-- 3258k
100  101M    0  101M    0     0  4224k      0 --:--:--  0:00:24 --:--:-- 5507k
100  169M    0  169M    0     0  3591k      0 --:--:--  0:00:48 --:--:-- 3058k
100  173M    0  173M    0     0  3610k      0 --:--:--  0:00:49 --:--:-- 3226k
100  104M    0  104M    0     0  4202k      0 --:--:--  0:00:25 --:--:-- 4908k
100  391M    0  391M    0     0  5818k      0 --:--:--  0:01:08 --:--:-- 3097k+178+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize')
15:36:07 +178+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:07 ++178+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:36:07 +178+ LOG=eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:36:07 +178+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:36:07 +178+ /home/jenkins/agent/workspace/notarize-downloads-bug-571669/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:07 +178+ sleep 18s
15:36:07 +178+ tee --append eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:36:07 +407+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:07 ++407+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:07 +407+ DMG=eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:07 +407+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:07 
100  395M    0  395M    0     0  5812k      0 --:--:--  0:01:09 --:--:-- 3509k
100  174M    0  174M    0     0  3574k      0 --:--:--  0:00:50 --:--:-- 3043k
100  109M    0  109M    0     0  4197k      0 --:--:--  0:00:26 --:--:-- 4635k
100  398M    0  398M    0     0  5782k      0 --:--:--  0:01:10 --:--:-- 3647k
100  115M    0  115M    0     0  4307k      0 --:--:--  0:00:27 --:--:-- 4731k
100  176M    0  176M    0     0  3543k      0 --:--:--  0:00:51 --:--:-- 2665k++266+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e1515d98-31ec-471b-a56b-2e3b91a81ebc/status
15:36:09 +266+ RESPONSE_RAW='{"uuid":"e1515d98-31ec-471b-a56b-2e3b91a81ebc","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}"}}
15:36:09 200'
15:36:09 ++266+ head -n1
15:36:09 +266+ RESPONSE='{"uuid":"e1515d98-31ec-471b-a56b-2e3b91a81ebc","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}"}}'
15:36:09 ++266+ tail -n1
15:36:09 +266+ STATUS_CODE=200
15:36:09 ++266+ jq -r .notarizationStatus.status
15:36:09 ++266+ echo '{"uuid":"e1515d98-31ec-471b-a56b-2e3b91a81ebc","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}"}}'
15:36:09 +266+ STATUS=COMPLETE
15:36:09 +266+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]]
15:36:09 +266+ [[ 200 == \5\0\3 ]]
15:36:09 +266+ [[ 200 == \5\0\2 ]]
15:36:09 +266+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]]
15:36:09 +266+ break
15:36:09 +266+ rm eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:09 +266+ curl -JO https://cbi.eclipse.org/macos/xcrun/e1515d98-31ec-471b-a56b-2e3b91a81ebc/download
15:36:09   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
15:36:09                                  Dload  Upload   Total   Spent    Left  Speed
15:36:09 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  178M    0  178M    0     0  3515k      0 --:--:--  0:00:52 --:--:-- 2342k
100 38040    0 38040    0     0   184k      0 --:--:-- --:--:-- --:--:--  183k
100  400M    0  400M    0     0  5702k      0 --:--:--  0:01:11 --:--:-- 2914k
100  118M    0  118M    0     0  4176k      0 --:--:--  0:00:29 --:--:-- 4469k
100  402M    0  402M    0     0  5666k      0 --:--:--  0:01:12 --:--:-- 2668k
100 2011k    0 2011k    0     0  1839k      0 --:--:--  0:00:01 --:--:-- 1837k
100  181M    0  181M    0     0  3502k      0 --:--:--  0:00:53 --:--:-- 2627k
100  120M    0  120M    0     0  4153k      0 --:--:--  0:00:29 --:--:-- 3820k++407+ echo eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:11 ++407+ sed s/-macosx.cocoa.x86_64.dmg//g
15:36:11 ++407+ sed -E 's/^[0-9\-]*_(.*)/\1/g'
15:36:11 +407+ PRIMARY_BUNDLE_ID=eclipse-rcp-2021-06-M2
15:36:11 +407+ retryCount=3
15:36:11 +407+ '[' 3 -gt 0 ']'
15:36:11 ++407+ 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
15:36:11 
100  122M    0  122M    0     0  4107k      0 --:--:--  0:00:30 --:--:-- 3620k
100  184M    0  184M    0     0  3497k      0 --:--:--  0:00:54 --:--:-- 2397k
100 4527k    0 4527k    0     0  2086k      0 --:--:--  0:00:02 --:--:-- 2085k
100  405M    0  405M    0     0  5633k      0 --:--:--  0:01:13 --:--:-- 3008k
100 5787k    0 5787k    0     0  1864k      0 --:--:--  0:00:03 --:--:-- 1864k
100  123M    0  123M    0     0  3996k      0 --:--:--  0:00:31 --:--:-- 2937k
100  408M    0  408M    0     0  5584k      0 --:--:--  0:01:14 --:--:-- 2531k
100  188M    0  188M    0     0  3479k      0 --:--:--  0:00:55 --:--:-- 2564k
100  409M    0  409M    0     0  5554k      0 --:--:--  0:01:15 --:--:-- 2189k
15:36:13 curl: Saved to filename 'eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:36:13 +208+ cp -vf eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:13 
100  126M    0  126M    0     0  3962k      0 --:--:--  0:00:32 --:--:-- 2058k
100  190M    0  190M    0     0  3468k      0 --:--:--  0:00:56 --:--:-- 2718k
100 9131k    0 9131k    0     0  2203k      0 --:--:--  0:00:04 --:--:-- 2203k'eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:36:14 ++208+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:14 +208+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:36:14 ++208+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:14 +208+ b=eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:14 +208+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:36:14 +208+ md5sum eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:14 
100 10.3M    0 10.3M    0     0  2069k      0 --:--:--  0:00:05 --:--:-- 2146k
100  192M    0  192M    0     0  3440k      0 --:--:--  0:00:57 --:--:-- 2682k
100  128M    0  128M    0     0  3912k      0 --:--:--  0:00:33 --:--:-- 2227k+208+ sha1sum eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:15 
100  193M    0  193M    0     0  3419k      0 --:--:--  0:00:58 --:--:-- 2528k
100 12.6M    0 12.6M    0     0  2123k      0 --:--:--  0:00:06 --:--:-- 2186k
100  134M    0  134M    0     0  3952k      0 --:--:--  0:00:34 --:--:-- 2769k+208+ sha512sum -b eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:16 
100  136M    0  136M    0     0  3920k      0 --:--:--  0:00:35 --:--:-- 2778k
100 17.9M    0 17.9M    0     0  2592k      0 --:--:--  0:00:07 --:--:-- 2814k
100  196M    0  196M    0     0  3390k      0 --:--:--  0:00:59 --:--:-- 2271k+208+ rm eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:36:17 +208+ rm -f eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5
15:36:17 +208+ rm -f eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1
15:36:17 +208+ rm -f eclipse-committers-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512
15:36:17 
100  197M    0  197M    0     0  3371k      0 --:--:--  0:01:00 --:--:-- 2118k
100 22.1M    0 22.1M    0     0  2804k      0 --:--:--  0:00:08 --:--:-- 3387k
100  138M    0  138M    0     0  3863k      0 --:--:--  0:00:36 --:--:-- 3036k
100  142M    0  142M    0     0  3887k      0 --:--:--  0:00:37 --:--:-- 3401k
100 25.6M    0 25.6M    0     0  2894k      0 --:--:--  0:00:09 --:--:-- 3472k
100  201M    0  201M    0     0  3371k      0 --:--:--  0:01:01 --:--:-- 2273k
100  144M    0  144M    0     0  3823k      0 --:--:--  0:00:38 --:--:-- 3201k
100 29.2M    0 29.2M    0     0  2967k      0 --:--:--  0:00:10 --:--:-- 3899k
100  202M    0  202M    0     0  3337k      0 --:--:--  0:01:02 --:--:-- 2134k
100  145M    0  145M    0     0  3771k      0 --:--:--  0:00:39 --:--:-- 2436k
100  203M    0  203M    0     0  3307k      0 --:--:--  0:01:03 --:--:-- 2006k
100 31.5M    0 31.5M    0     0  2899k      0 --:--:--  0:00:11 --:--:-- 3833k
100  204M    0  204M    0     0  3264k      0 --:--:--  0:01:04 --:--:-- 1730k
100  148M    0  148M    0     0  3732k      0 --:--:--  0:00:40 --:--:-- 2454k
100 35.6M    0 35.6M    0     0  2955k      0 --:--:--  0:00:12 --:--:-- 3447k
100 36.7M    0 36.7M    0     0  2878k      0 --:--:--  0:00:13 --:--:-- 3000k
100  150M    0  150M    0     0  3714k      0 --:--:--  0:00:41 --:--:-- 2590k
100  207M    0  207M    0     0  3245k      0 --:--:--  0:01:05 --:--:-- 1801k
100  154M    0  154M    0     0  3716k      0 --:--:--  0:00:42 --:--:-- 2430k
100 41.4M    0 41.4M    0     0  3014k      0 --:--:--  0:00:14 --:--:-- 3232k
100  208M    0  208M    0     0  3224k      0 --:--:--  0:01:06 --:--:-- 1485k++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db1d56a4-7d55-4248-ae79-f7b3abf7ee87/status
15:36:24 
100  210M    0  210M    0     0  3208k      0 --:--:--  0:01:07 --:--:-- 1598k
100 45.6M    0 45.6M    0     0  3097k      0 --:--:--  0:00:15 --:--:-- 3360k+278+ RESPONSE_RAW='{"uuid":"db1d56a4-7d55-4248-ae79-f7b3abf7ee87","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}"}}
15:36:24 200'
15:36:24 ++278+ head -n1
15:36:24 +278+ RESPONSE='{"uuid":"db1d56a4-7d55-4248-ae79-f7b3abf7ee87","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}"}}'
15:36:24 ++278+ tail -n1
15:36:24 +278+ STATUS_CODE=200
15:36:24 ++278+ jq -r .notarizationStatus.status
15:36:24 ++278+ echo '{"uuid":"db1d56a4-7d55-4248-ae79-f7b3abf7ee87","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}"}}'
15:36:24 +278+ STATUS=COMPLETE
15:36:24 +278+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]]
15:36:24 +278+ [[ 200 == \5\0\3 ]]
15:36:24 +278+ [[ 200 == \5\0\2 ]]
15:36:24 +278+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]]
15:36:24 +278+ break
15:36:24 +278+ rm eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:24 +278+ curl -JO https://cbi.eclipse.org/macos/xcrun/db1d56a4-7d55-4248-ae79-f7b3abf7ee87/download
15:36:24   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
15:36:24                                  Dload  Upload   Total   Spent    Left  Speed
15:36:24 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  155M    0  155M    0     0  3652k      0 --:--:--  0:00:43 --:--:-- 2376k+178+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize')
15:36:25 +178+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:25 ++178+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:36:25 +178+ LOG=eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:36:25 +178+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:36:25 +178+ sleep 18s
15:36:25 +178+ /home/jenkins/agent/workspace/notarize-downloads-bug-571669/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:25 +178+ tee --append eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.log
15:36:25 +453+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:25 ++453+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:25 +453+ DMG=eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:25 +453+ cp /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:25 
100  158M    0  158M    0     0  3642k      0 --:--:--  0:00:44 --:--:-- 2617k
100 48.5M    0 48.5M    0     0  3090k      0 --:--:--  0:00:16 --:--:-- 3522k
100  212M    0  212M    0     0  3197k      0 --:--:--  0:01:08 --:--:-- 1814k
100 5179k    0 5179k    0     0  5378k      0 --:--:-- --:--:-- --:--:-- 5372k
100 9619k    0 9619k    0     0  5017k      0 --:--:--  0:00:01 --:--:-- 5015k
100  162M    0  162M    0     0  3648k      0 --:--:--  0:00:45 --:--:-- 2934k
100  214M    0  214M    0     0  3172k      0 --:--:--  0:01:09 --:--:-- 1981k
100 49.2M    0 49.2M    0     0  2901k      0 --:--:--  0:00:17 --:--:-- 2769k
100 11.8M    0 11.8M    0     0  4160k      0 --:--:--  0:00:02 --:--:-- 4158k
100  165M    0  165M    0     0  3639k      0 --:--:--  0:00:46 --:--:-- 3014k
100 49.4M    0 49.4M    0     0  2758k      0 --:--:--  0:00:18 --:--:-- 2459k
100  215M    0  215M    0     0  3138k      0 --:--:--  0:01:10 --:--:-- 1762k
100  170M    0  170M    0     0  3660k      0 --:--:--  0:00:47 --:--:-- 3181k
100  217M    0  217M    0     0  3132k      0 --:--:--  0:01:11 --:--:-- 1865k
100 52.1M    0 52.1M    0     0  2798k      0 --:--:--  0:00:19 --:--:-- 2191k
100 13.0M    0 13.0M    0     0  3406k      0 --:--:--  0:00:03 --:--:-- 3405k++453+ echo eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg
15:36:28 ++453+ sed s/-macosx.cocoa.x86_64.dmg//g
15:36:28 ++453+ sed -E 's/^[0-9\-]*_(.*)/\1/g'
15:36:28 +453+ PRIMARY_BUNDLE_ID=eclipse-scout-2021-06-M2
15:36:28 +453+ retryCount=3
15:36:28 +453+ '[' 3 -gt 0 ']'
15:36:28 ++453+ 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
15:36:29 
100  219M    0  219M    0     0  3114k      0 --:--:--  0:01:12 --:--:-- 1859k
100  173M    0  173M    0     0  3646k      0 --:--:--  0:00:48 --:--:-- 3594k
100 14.6
100 53.1M    0 53.1M    0     0  2703k   M    0 1   0 --:--:--  0:00:20 4.6M --:-  -:-- 0  15  24k  0  3013k      0 --:--:--  0:00:04 --:--:-- 3013k
100  221M    0  221M    0     0  3108k      0 --:--:--  0:01:13 --:--:-- 1890k
100  175M    0  175M    0     0  3625k      0 --:--:--  0:00:49 --:--:-- 3479k
100 15.0M    0 15.0M    0     0  2577k      0 --:--:--  0:00:05 --:--:-- 2040k
100 53.5M    0 53.5M    0     0  2588k      0 --:--:--  0:00:21 --:--:-- 1006k
100 19.1M    0 19.1M    0     0  2841k      0 --:--:--  0:00:06 --:--:-- 2005k
100 54.5M    0 54.5M    0     0  2525k      0 --:--:--  0:00:22 --:--:-- 1147k
100  224M    0  224M    0     0  3094k      0 --:--:--  0:01:14 --:--:-- 2030k
100  176M    0  176M    0     0  3572k      0 --:--:--  0:00:50 --:--:-- 2883k
100 56.4M    0 56.4M    0     0  2502k      0 --:--:--  0:00:23 --:--:-- 1508k
100 22.8M    0 22.8M    0     0  2949k      0 --:--:--  0:00:07 --:--:-- 2246k
100  224M    0  224M    0     0  3057k      0 --:--:--  0:01:15 --:--:-- 1833k
100  179M    0  179M    0     0  3543k      0 --:--:--  0:00:51 --:--:-- 2679k
100  181M    0  181M    0     0  3533k      0 --:--:--  0:
100 2300:52 --:--:-.6M    0 23.6M   - 2 0  331k   0  2720k      0 --:--:--  0:00:08 --:--:-- 2180k
100 57.8M    0 57.8M    0     0  2458k      0 --:--:--  0:00:24 --:--:-- 
100  1158k225M    0  225M    0     0  3030k      0 --:--:--  0:01:16 --:--:-- 1575k
100 28.1M    0 28.1M    0     0  2911k      0 --:--:--  0:00:09 --:--:-- 2808k
100  226M    0  226M    0     0  3002k      0 --:--:--  0:01:17 --:--:-- 1430k
100  184M    0  184M    0     0  3517k      0 --:--:--  0:00:53 --:--:-- 2294k
100 60.0M    0 60.0M    0     0  2432k      0 --:--:--  0:00:25 --:--:-- 1369k
100 30.6M    0 30.6M    0     0  2858k      0 --:--:--  0:00:10 --:--:-- 3196k
100  227M    0  227M    0     0  2984k      0 --:--:--  0:01:18 --:--:-- 1214k
100  185M    0  185M    0     0  3481k      0 --:--:--  0:00:54 --:--:-- 2057k
100 61.4M    0 61.4M    0     0  2392k      0 --:--:--  0:00:26 --:--:-- 1582k
100  187M    0  187M    0     0  3458k      0 --:--:--  0:00:55 
100  230--:--:-- 2280kM    0  230M    0     0  2979k      0 --:--:--  0:01:19 --:--:-- 1245k
100 32.5M    0 32.5M    0     0  2749k      0 --:--:--  0:00:12 --:--:-- 2628k
100 63.5M    0 63.5M    0     0  2381k      0 --:--:--  0:00:27 --:--:-- 1770k
100
100  188M    0  18 34.1M    0 34.1M    0  8M    0     0  3419k         0 0  271--:-0k -:--     0:0  0 0:56--: --:---:--:---  0 2081:00k:12 --:--:-- 2330k
100 63.7M    0 63.7M    0     0  2322k      0 --:--:--  0:00:28 --:--:-- 1492k
100  231M    0  231M    0     0  2965k      0 --:--:--  0:01:20 --:--:-- 1580k
100  234M    0  234M    0     0  2957k      0 --:--:--  0:01:21 --:--:-- 1861k
100  193M    0  193M    0     0  3437k      0 --:--:--  0:00:57 --:--:-- 2421k
100 65.4M    0 65.4M    0     0  2304k      0 --:--:--  0:00:29 --:--:-- 1562k
100 37.1M    0 37.1M    0     0  2733k      0 --:--:--  0:00:13 --:--:-- 2756k
100 67.5M    0 67.5M    0     0  2297k      0 --:--:--  0:00:30 --:--:-- 1587k
100  198M    0  198M    0     0  3464k      0 --:--:--  0:00:58 --:--:-- 2884k
100 39.3M    0 39.3M    0     0  2701k      0 --:--:--  0:00:14 --:--:-- 2287k
100  235M    0  235M    0     0  2930k      0 --:--:--  0:01:22 --:--:-- 1845k
100 71.1M    0 71.1M    0     0  2344k      0 --:--:--  0:00:31 --:--:-- 2080k
100 41.0M    0 41.0M    0     0  2631k      0 --:--:--  0:00:15 --:--:-- 2129k
100  237M    0  237M    0     0  2913k      0 --:--:--  0:01:23 --:--:-- 1837k
100  199M    0  199M    0     0  3421k      0 --:--:--  0:00:59 --:--:-- 2786k
100 77.3M    0 77.3M    0     0  2467k      0 --:--:--  0:00:32 --:--:-- 2964k
100  201M    0  201M    0     0  3398k      0 --:--:--  0:01:00 --:--:-- 2742k
100 42.9M    0 42.9M    0     0  2551k      0 --:--:--  0:00:17 --:--:-- 2079k
100  237M    0  237M    0     0  2886k      0 --:--:--  0:01:24 --:--:-- 1508k
100  238M    0  238M    0     0  2874k      0 --:--:--  0:01:25 --:--:-- 1428k
100 45.2M    0 45.2M    0     0  2586k      0 --:--:--  0:00:17 --:--:-- 2266k
100 80.2M    0 80.2M    0     0  2484k      0 --:--:--  0:00:33 --:--:-- 3393k
100  202M    0  202M    0     0  3351k      0 --:--:--  0:01:01 --:--:-- 2622k+178+ jobs -p
15:36:43 208
15:36:43 220
15:36:43 243
15:36:43 266
15:36:43 278
15:36:43 301
15:36:43 336
15:36:43 371
15:36:43 395
15:36:43 407
15:36:43 453
15:36:43 +178+ wait
15:36:43 ++178+ jobs -p
15:36:43 
100  240M
100  202M    0  202M    0         0  240M    0     0  2865k      0  30 --:-318k    -:--  0:01:26   0--:-- --:-- :--:1374k--  0:01:02 --:--:-- 1950k
100 82.5M    0 82.5M    0     0  2474k      0 --:--:--  0:00:34 --:--:-- 3455k
100 46.2M    0 46.2M    0     0  2475k      0 --:--:--  0:00:19 --:--:-- 1784k
100 47.7M    0 47.7M    0     0  2453k      0 --:--:--  0:00:19 --:--:-- 1711k
100  204M    0  204M    0     0  3287k      0 --:--:--  0:01:03 --:--:-- 1203k
100 84.1M    0 84.1M    0     0  2456k      0 --:--:--  0:00:35 --:--:-- 3411k
100  242M    0  242M    0     0  2838k      0 --:--:--  0:01:27 --:--:-- 1347k
100 86.0M    0 86.0M    0     0  2425k      0 --:--:--  0:00:36 --:--:-- 2902k
100 50.5M    0 50.5M    0     0  2448k      0 --:--:--  0:00:21 --:--:-- 1882k
100  206M    0  206M    0     0  3265k      0 --:--:--  0:01:04 --:--:-- 1412k
100  243M    0  243M    0     0  2809k      0 --:--:--  0:01:28 --:--:-- 1166k
100  209M    0  209M    0     0  3264k      0 --:--:--  0:01:05 --:--:-- 1629k
100 87.6M    0 87.6M    0     
100 50.9M    0 50.9M    0     0  2381k    0  2418k      0 --:--:--  0:00:  0 37 --:--:----:--:--   2104k0:00:21 --:--:-- 1755k
100  243M    0  243M    0     0  2798k      0 --:--:--  0:01:29 --:--:-- 1205k
100  244M    0  244M    0     0  2785k      0 --:--:--  0:01:30 --:--:-- 1255k
100 90.3M    0 90.3M    0     0  2429k      0 --:--:--  0:00:38 --:--:-- 2063k
100 52.3M    0 52.3M    0     0  2340k      0 --:--:--  0:00:22 --:--:-- 1457k
100  210M    0  210M    0     0  3232k      0 --:--:--  0:01:06 --:--:-- 1756k
100 91.4M    0 91.4M    0     0  2396k      0 --:--:--  0:00:39 --:--:-- 1853k
100  212M    0  212M    0     0  3226k      0 --:--:--  0:01:07 --:--:-- 2079k
100  247M    0  247M    0     0  2781k      0 --:--:--  0:01:31 --:--:-- 1368k
100 54.7M    0 54.7M    0     0  2329k      0 --:--:--  0:00:24 --:--:-- 1768k
100 56.0M    0 56.0M    0     0  2304k      0 --:--:--  0:00:24 --:--:-- 1710k
100 93.3M    0 93.3M    0     0  2383k      0 --:--:--  0:00:40 --:--:-- 1869k
100  214M    0  214M    0     0  3200k      0 --:--:--  0:01:08 --:--:-- 2121k
100  249M    0  249M    0     0  2764k      0 --:--:--  0:01:32 --:--:-- 1425k
100 95.4M    0 95.4M    0     0  2378k      0 --:--:--  0:00:41 --:--:-- 2021k
100  249M    0  249M    0     0  2747k      0 --:--:--  0:01:33 --:--:-- 1505k
100  217M    0  217M    0     0  3193k      0 --:--:--  0:01:09 --:--:-- 2203k
100 59.5M    0 59.5M    0     0  2330k      0 --:--:--  0:00:26 --:--:-- 1831k
100 62.6M    0 62.6M    0     0  2384k      0 --:--:--  0:00:26 --:--:-- 2401k
100 95.8M    0 95.8M    0     0  2328k      0 --:--:--  0:00:42 --:--:-- 1667k
100  250M    0  250M    0     0  2717k      0 --:--:--  0:01:34 --:--:-- 1331k
100  219M    0  219M    0     0  3176k      0 --:--:--  0:01:10 --:--:-- 2071k
100  221M    0  221M    0     0  3164k      0 --:--:--  0:01:11 --:--:-- 2212k
100  250M    0  250M    0     0  2701k      0 --:--:--  0:01:35 --:--:-- 1215k
100 97.3M    0 97.3M    0     0  2306k      0 --:--:--  0:00:43 --:--:-- 1388k
100 64.6M    0 64.6M    0     0  2360k      0 --:--:--  0:00:28 --:--:-- 2451k
100  224M    0  224M    0     0  3161k      0 --:--:--  0:01:12 --:--:-- 2277k
100 97.8M    0 97.8M    0     0  2273k      0 --:--:--  0:00:44 --:--:-- 1314k
100 65.5M    0 65.5M    0     0  2314k      0 --:--:--  0:00:29 --:--:-- 2240k
100  252M    0  252M    0     0  2687k      0 --:--:--  0:01:36 --:--:-- 1028k
100  225M    0  225M    0     0  3145k      0 --:--:--  0:01:13 --:--:-- 2374k
100 66.4M    0 66.4M    0     0  2274k      0 --:--:--  0:00:29 --:--:-- 2127k
100  253M    0  253M    0     0  2671k      0 --:--:--  0:01:37 --:--:--  892k
100  100M    0  100M    0     0  2267k      0 --:--:--  0:00:45 --:--:-- 1388k
100  228M    0  228M    0     0  3131k      0 --:--:--  0:01:14 --:--:-- 2263k
100  101M    0  101M    0     0  2259k      0 --:--:--  0:00:46 --:--:-- 1283k
100 67.3M    0 67.3M    0     0  2230k      0 --:--:--  0:00:30 --:--:-- 1686k
100  254M    0  254M    0     0  2657k      0 --:--:--  0:01:38 --:--:--  987k
100  105M
100  257M    0  257M    0      0  105M    0     0   0  2657k        2290 -0k  -:--    :-0 ---  0:--:-:0-  1:39 0:00--:47 :--:--:----:- 148- 192k62k
100 68.5M    0 68.5M    0     0  2198k      0 --:--:--  0:00:31 --:--:-- 1197k
100  231M    0  231M    0     0  3130k      0 --:--:--  0:01:15 --:--:-- 2451k
100  108M    0  108M    0     0  2310k      0 --:--:--  0:00:48 --:--:-- 2346k
100  259M    0  259M    0     0  2655k      0 --:--:--  0:01:40 --:--:-- 1757k
100 71.1M    0 71.1M    0     0  2214k      0 --:--:--  0:00:32 --:--:-- 1376k
100  232M    0  232M    0     0  3107k      0 --:--:--  0:01:16 --:--:-- 2306k
100  262M    0  262M    0     0  2654k      0 --:--:--  0:01:41 --:--:-- 1976k
100  111M    0  111M    0     0  2333k      0 --:--:--  0:00:49 --:--:-- 2858k
100  234M    0  234M    0     0  3101k      0 --:--:--  0:01:17 --:--:-- 2238k
100 73.3M    0 73.3M    0     0  2200k      0 --:--:--  0:00:34 --:--:-- 1553k
100  237M    0  237M    0     0  3094k      0 --:--:--  0:01:18 --:--:-- 2342k
100  114M    0  114M    0     0  2332k      0 --:--:--  0:00:50 --:--:-- 2936k
100 75.4M    0 75.4M    0     0  2206k      0 --:--:--  0:00:35 --:--:-- 1806k
100  264M    0  264M    0     0  2646k      0 --:--:--  0:01:42 --:--:-- 2183k+395+ RESPONSE_RAW='{"uuid":"ae7d0e20-58bc-405b-99a1-2122ade1ec40","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}
15:37:00 200'
15:37:00 ++395+ head -n1
15:37:00 +395+ RESPONSE='{"uuid":"ae7d0e20-58bc-405b-99a1-2122ade1ec40","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:00 ++395+ tail -n1
15:37:00 +395+ STATUS_CODE=200
15:37:00 ++395+ echo '{"uuid":"ae7d0e20-58bc-405b-99a1-2122ade1ec40","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:00 ++395+ jq -r .uuid
15:37:00 +395+ UUID=ae7d0e20-58bc-405b-99a1-2122ade1ec40
15:37:00 ++395+ echo '{"uuid":"ae7d0e20-58bc-405b-99a1-2122ade1ec40","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:00 ++395+ jq -r .notarizationStatus.status
15:37:00 +395+ STATUS=IN_PROGRESS
15:37:00 +395+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
15:37:00 +395+ sleep 1m
15:37:00 
100  239M    0  239M    0     0  3079k      0 --:--:--  0:01:19 --:--:-- 2308k
100  117M    0  117M    0     0  2359k      0 --:--:--  0:00:51 --:--:-- 3277k
100  266M    0  266M    0     0  2643k      0 --:--:--  0:01:43 --:--:-- 2374k
100 79.3M    0 79.3M    0     0  2245k      0 --:--:--  0:00:36 --:--:-- 2334k
100  241
100  119M    0  119M    0     0  2348k      0 --:--:--  0:00:52 --:--:M    0  241M    0     0  3068
100  267M  --k    28   99k0 -  0  267M    -:--:--  0:01:20 --:--:-- 2126k0     0  2631k      0 --:--:--  0:01:44 --:--:-- 2106k
100 83.0M    0 83.0M    0     0  2303k      0 --:--:--  0:00:36 --:--:-- 2971k
100  120M    0  120M    0     0  2321k      0 --:--:--  0:00:53 --:--:-- 2429k
100 86.1M    0 86.1M    0     0  2326k      0 --:--:--  0:00:37 --:--:-- 3062k
100  243M    0  243M    0     0  3058k      0 --:--:--  0:01:21 --:--:-- 2291k
100  269M    0  269M    0     0  2622k      0 --:--:--  0:01:45 --:--:-- 1997k
100 89.5M    0 89.5M    0     0  2355k      0 --:--:--  0:00:38 --:--:-- 3463k
100  246M    0  246M    0     0  3059k      0 --:--:--  0:01:22 --:--:-- 2408k
100  270M    0  270M    0     0  2608k      0 --:--:--  0:01:46 --:--:-- 1693k
100  122M    0  122M    0     0  2309k      0 --:--:--  0:00:54 --:--:-- 2084k
100  124M    0  124M    0     0  2318k      0 --:--:--  0:00:55 --:--:-- 2182k
100  250M    0  250M    0     0  3069k      0 --:--:--  0:01:23 --:--:-- 2674k
100 94.1M    0 94.1M    0     0  2407k      0 --:--:--  0:00:40 --:--:-- 3808k
100  272M    0  272M    0     0  2601k      0 --:--:--  0:01:47 --:--:-- 1672k
100  126M    0  126M    0     0  2317k      0 --:--:--  0:00:56 --:--:-- 1888k
100  253M    0  253M    0     0  3064k      0 --:--:--  0:01:24 --:--:-- 2818k
100  275M    0  275M    0     0  2609k      0 --:--:--  0:01:48 --:--:-- 1902k
100 97.0M    0 97.0M    0     0  2424k      0 --:--:--  0:00:41 --:--:-- 3766k
100  278M    0  278M    0     0  2619k      0 --:--:--  0:01:49 --:--:-- 2369k
100  131M    0  131M    0     0  2351k      0 --:--:--  0:00:57 --:--:-- 2381k
100  257M    0  257M    0     0  3079k      0 --:--:--  0:01:25 --:--:-- 3249k+336+ RESPONSE_RAW='{"uuid":"1e684e04-1ff0-4c48-952e-7db1506b38fa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}
15:37:06 200'
15:37:06 
100 99.3M    0 99.3M    0     0  2417k      0 --:--:--  0:00:42 --:--:-- 3231k++336+ head -n1
15:37:06 +336+ RESPONSE='{"uuid":"1e684e04-1ff0-4c48-952e-7db1506b38fa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:06 ++336+ tail -n1
15:37:06 +336+ STATUS_CODE=200
15:37:06 ++336+ echo '{"uuid":"1e684e04-1ff0-4c48-952e-7db1506b38fa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:06 ++336+ jq -r .uuid
15:37:06 +336+ UUID=1e684e04-1ff0-4c48-952e-7db1506b38fa
15:37:06 ++336+ echo '{"uuid":"1e684e04-1ff0-4c48-952e-7db1506b38fa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:06 ++336+ jq -r .notarizationStatus.status
15:37:06 +336+ STATUS=IN_PROGRESS
15:37:06 +336+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
15:37:06 +336+ sleep 1m
15:37:07 
100  132M    0  132M    0     0  2337k      0 --:--:--  0:00:58 --:--:-- 2510k
100  102M    0  102M    0     0  2449k      0 --:--:--  0:00:42 --:--:-- 3380k
100  281M    0  281M    0     0  2620k      0 --:--:--  0:01:50 --:--:-- 2585k
100  261M    0  261M    0     0  3082k      0 --:--:--  0:01:26 --:--:-- 3467k
100  104M    0  104M    0     0  2446k      0 --:--:--  0:00:43 --:--:-- 3152k
100  282M    0  282M    0     0  2601k      0 --:--:--  0:01:51 --:--:-- 2439k
100  262M    0  262M    0     0  3068k      0 --:--:--  0:01:27 --:--:-- 3209k
100  133M    0  133M    0     0  2309k      0 --:--:--  0:00:59 --:--:-- 2317k
100  108M    0  108M    0     0  2480k      0 --:--:--  0:00:44 --:--:-- 3075k
100  285M    0  285M    0     0  2605k      0 --:--:--  0:01:52 --:--:-- 2710k
100  265M    0  265M    0     0  3069k      0 --:--:--  0:01:28 --:--:-- 3069k
100  134M    0  134M    0     0  2295k      0 --:--:--  0:01:00 --:--:-- 2035k
100  111M    0  111M    0     0  2489k      0 --:--:--  0:00:45 --:--:-- 3036k
100  138M    0  138M    0     0  2314k      0 --:--:--  0:01:01 --:--:-- 2284k+371+ RESPONSE_RAW='{"uuid":"d2d8d9af-e6d1-4d7f-8d8a-06518d55b50f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}
15:37:10 200'
15:37:10 ++371+ head -n1
15:37:10 +371+ RESPONSE='{"uuid":"d2d8d9af-e6d1-4d7f-8d8a-06518d55b50f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:10 ++371+ tail -n1
15:37:10 +371+ STATUS_CODE=200
15:37:10 ++371+ echo '{"uuid":"d2d8d9af-e6d1-4d7f-8d8a-06518d55b50f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:10 ++371+ jq -r .uuid
15:37:10 +371+ UUID=d2d8d9af-e6d1-4d7f-8d8a-06518d55b50f
15:37:10 ++371+ echo '{"uuid":"d2d8d9af-e6d1-4d7f-8d8a-06518d55b50f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:10 ++371+ jq -r .notarizationStatus.status
15:37:10 +371+ STATUS=IN_PROGRESS
15:37:10 +371+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
15:37:10 +371+ sleep 1m
15:37:10 
100  267M    0  267M    0     0  3057k      0 --:--:--  0:01:29 --:--:-- 2952k
100  287M    0  287M    0     0  2598k      0 --:--:--  0:01:53 --:--:-- 2373k
100  115M    0  115M    0     0  2516k      0 --:--:--  0:00:46 --:--:-- 3373k
100  270M    0  270M    0     0  3060k      0 --:--:--  0:01:30 --:--:-- 2736k
100  289M    0  289M    0     0  2599k      0 --:--:--  0:01:54 --:--:-- 2163k
100  139M    0  139M    0     0  2298k      0 --:--:--  0:01:02 --:--:-- 1708k
100  276M    0  276M    0     0  3093k      0 --:--:--  0:01:31 --:--:-- 3286k
100  117M    0  117M    0     0  2506k      0 --:--:--  0:00:48 --:--:-- 2980k
100  291M    0  291M    0     0  2586k      0 --:--:--  0:01:55 --:--:-- 1857k
100  140M    0  140M    0     0  2275k      0 --:--:--  0:01:03 --:--:-- 1574k
100  281M    0  281M    0     0  3112k      0 --:--:--  0:01:32 --:--:-- 3912k
100  121M    0  121M    0     0  2549k      0 --:--:--  0:00:48 --:--:-- 3449k
100  291M    0  291M    0     0  2574k      0 --:--:--  0:01:56 --:--:-- 1967k
100  144M    0  144M    0     0  2305k      0 --:--:--  0:01:04 --:--:-- 2252k
100  126M    0  126M    0     0  2587k      0 --:--:--  0:00:49 --:--:-- 3546k
100  148M    0  148M    0     0  2336k      0 --:--:--  0:01:05 --:--:-- 2843
100  2k94M    0  294M    0     0  2576k      0 --:--:--  0:01:57 --:--:-- 1911k
100  284M    0  284M    0     0  3105k      0 --:--:--  0:01:33 --:--:-- 3738k+301+ RESPONSE_RAW='{"uuid":"4b670dd7-235a-4cc0-af7c-9345c8d2b448","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}
15:37:15 200'
15:37:15 ++301+ head -n1
15:37:15 +301+ RESPONSE='{"uuid":"4b670dd7-235a-4cc0-af7c-9345c8d2b448","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:15 ++301+ tail -n1
15:37:15 +301+ STATUS_CODE=200
15:37:15 ++301+ echo '{"uuid":"4b670dd7-235a-4cc0-af7c-9345c8d2b448","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:15 ++301+ jq -r .uuid
15:37:15 +301+ UUID=4b670dd7-235a-4cc0-af7c-9345c8d2b448
15:37:15 ++301+ echo '{"uuid":"4b670dd7-235a-4cc0-af7c-9345c8d2b448","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:15 ++301+ jq -r .notarizationStatus.status
15:37:15 +301+ STATUS=IN_PROGRESS
15:37:15 +301+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
15:37:15 +301+ sleep 1m
15:37:15 
100  154M    0  154M    0     0  2394k      0 --:--:--  0:01:06 --:--:-- 3374k
100  127M    0  127M    0     0  2568k      0 --:--:--  0:00:50 --:--:-- 3294k
100  287M    0  287M    0     0  3107k      0 --:--:--  0:01:34 --:--:-- 4027k
100  299M    0  299M    0     0  2597k      0 --:--:--  0:01:58 --:--:-- 2581k
100  133M    0  133M    0     0  2626k      0 --:--:--  0:00:51 --:--:-- 3662k
100  287M    0  287M    0     0  3077k      0 --:--:--  0:01:35 --:--:-- 3393k
100  300M    0  300M    0     0  2584k      0 --:--:--  0:01:59 --:--:-- 2235k
100  156M    0  156M    0     0  2385k      0 --:--:--  0:01:07 --:--:-- 3436k
100  134M    0  134M    0     0  2593k      0 --:--:--  0:00:52 --:--:-- 3459k
100  158M    0  158M    0     0  2378k      0 --:--:--  0:01:08 --:--:-- 3734k
100  305M    0  305M    0     0  2602k      0 --:--:--  0:02:00 --:--:-- 2990k
100  292M    0  292M    0     0  3089k      0 --:--:--  0:01:36 --:--:-- 3022k
100  161M    0  161M    0     0  2389k      0 --:--:--  0:01:09 --:--:-- 3479k
100  135M    0  135M    0     0  2577k      0 --:--:--  0:00:53 --:--:-- 2861k
100  293M    0  293M    0     0  3078k      0 --:--:--  0:01:37 --:--:-- 2457k
100  307M    0  307M    0     0  2598k      0 --:--:--  0:02:01 --:--:-- 3134k
100  308M    0  308M    0     0  2591k      0 --:--:--  0:02:02 --:--:-- 2954k
100  142M    0  142M    0     0  2642k      0 --:--:--  0:00:55 --:--:-- 3176k
100  294M    0  294M    0     0  3056k      0 --:--:--  0:01:38 --:--:-- 2134k
100  164M    0  164M    0     0  2396k      0 --:--:--  0:01:10 --:--:-- 3157k
100  311M    0  311M    0     0  2589k      0 --:--:--  0:02:03 --:--:-- 2395k
100  166M    0  166M    0     0  2394k      0 --:--:--  0:01:11 --:--:-- 2395k
100  298M    0  298M    0     0  3067k      0 --:--:--  0:01:39 --:--:-- 2304k
100  143M    0  143M    0     0  2627k      0 --:--:--  0:00:56 --:--:-- 3206k
100  169M    0  169M    
100  300     0  2403k      0 --:--:--  0:01:12 --:--:-- 2650M    0  300M    0 9k    0  3060k      0 --:--:--  0:01:40 --:--:-- 2733k
100  313M    0  313M    0     0  2589k      0 --:--:--  0:02:04 --:--:-- 2727k
100  147M    0  147M    0     0  2645k      0 --:--:--  0:00:57 --:--:-- 2834k
100  315M    0  315M    0     0  2579k      0 --:--:--  0:02:05 --:--:-- 
100  171M    0  171M    0     0 2011k 2400k      0 --:--:--  0:01:13 --:--:-- 2706k
100  151M    0  151M    0     0  2673k      0 --:--:--  0:00:57 --:--:-- 3516k
100  304M    0  304M    0     0  3065k      0 --:--:--  0:01:41 --:--:-- 2579k
100  307M    0  307M    0     0  3067k      0 --:--:--  0:01:42 --:--:-- 2836k
100  175M    0  175M    0     0  2430k      0 --:--:--  0:01:14 --:--:-- 2999k
100  155M    0  155M    0     0  2701k      0 --:--:--  0:00:59 --:--:-- 4013k
100  317M    0  317M    0     0  2577k      0 --:--:--  0:02:06 --:--:-- 2059k
100  158M    0  158M    0     0  2711k      0 --:--:--  0:00:59 --:--:-- 3497k
100  309M    0  309M    0     0  3062k      0 --:--:--  0:01:43 --:--:-- 3187k
100  180M    0  180M    0     0  2457k      0 --:--:--  0:01:15 --:--:-- 3336k
100  321M    0  321M    0     0  2587k      0 --:--:--  0:02:07 --:--:-- 2498k
100  323M    0  323M    0     0  2586k      0 --:--:--  0:02:08 --:--:-- 2516k
100  313M    0  313M    0     0  3074k      0 --:--:--  0:01:44 --:--:-- 3217k
100  162M    0  162M    0     0  2724k      0 --:--:--  0:01:00 --:--:-- 3851k
100  183M    0  183M    0     0  2462k      0 --:--:--  0:01:16 --:--:-- 3425k
100  184M    0  184M    0     0  2452k      0 --:--:--  0:01:17 --:--:-- 3166k
100  327M    0  327M    0     0  2592k      0 --:--:--  0:02:09 --:--:-- 2664k
100  166M    0  166M    0     0  2740k      0 --:--:--  0:01:02 --:--:-- 3844k
100  317M    0  317M    0     0  3069k      0 --:--:--  0:01:45 --:--:-- 3231k
100  187M    0  187M    0     0  2458k      0 --:--:--  0:01:18 --:--:-- 3296k
100  170M    0  170M    0     0  2773k      0 --:--:--  0:01:02 --:--:-- 3933k
100  320M    0  320M    0     0  3084k      0 --:--:--  0:01:46 --:--:-- 3470k
100  329M    0  329M    0     0  2594k      0 --:--:--  0:02:10 --:--:-- 2982k
100  192M    0  192M    0     0  2486k    
100  175M    0  175M    0     0  2806k      0 --:--  0 --:--:--  0:01:19 --:--:-- 3317:--  0:01:03 --:--k:-- 4062k
100  322M    0  322M    0     0  3062k      0 --:--:--  0:01:47 --:--:-- 2965k
100  330M    0  330M    0     0  2579k      0 --:--:--  0:02:11 --:--:-- 2636k
100  195M    0  195M    0     0  2505k      0 --:--:--  0:01:20 --:--:-- 3231k
100  180M    0  180M    0     0  2840k      0 --:--:--  0:01:04 --:--:-- 4391k
100  324M    0  324M    0     0  3054k      0 --:--:--  0:01:48 --:--:-- 2903k
100  332M    0  332M    0     0  2572k      0 --:--:--  0:02:12 --:--:-- 2203k+407+ RESPONSE_RAW='{"uuid":"b68aabb9-0f50-4f0f-9830-2d607b255014","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}
15:37:30 200'
15:37:30 ++407+ head -n1
15:37:30 +407+ RESPONSE='{"uuid":"b68aabb9-0f50-4f0f-9830-2d607b255014","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:30 ++407+ tail -n1
15:37:30 +407+ STATUS_CODE=200
15:37:30 ++407+ echo '{"uuid":"b68aabb9-0f50-4f0f-9830-2d607b255014","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:30 ++407+ jq -r .uuid
15:37:30 +407+ UUID=b68aabb9-0f50-4f0f-9830-2d607b255014
15:37:30 ++407+ echo '{"uuid":"b68aabb9-0f50-4f0f-9830-2d607b255014","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:30 ++407+ jq -r .notarizationStatus.status
15:37:30 +407+ STATUS=IN_PROGRESS
15:37:30 +407+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
15:37:30 +407+ sleep 1m
15:37:30 
100  336M    0  336M    0     0  2586k      0 --:--:--  0:02:13 --:--:-- 2573k
100  181M    0  181M    0     0  2825k      0 --:--:--  0:01:05 --:--:-- 4051k
100  325M    0  325M    0     0  3041k      0 --:--:--  0:01:49 --:--:-- 2358k
100  201M    0  201M    0     0  2537k      0 --:--:--  0:01:21 --:--:-- 3666k
100  205M    0  205M    0     0  2568k      0 --:--:--  0:01:22 --:--:-- 4346k
100  337M    0  337M    0     0  2577k      0 --:--:--  0:02:14 --:--:-- 2173k
100  327M    0  327M    0     0  3029k      0 --:--:--  0:01:50 --:--:-- 2156k
100  183M    0  183M    0     0  2804k      0 --:--:--  0:01:06 --:--:-- 3617k
100  185M    0  185M    0     0  2792k      0 --:--:--  0:01:07 --:--:-- 3025k
100  340M    0  340M    0     0  2584k      0 --:--:--  0:02:15 --:--:-- 2308k
100  211M    0  211M    0     0  2600k      0 --:--:--  0:01:23 --:--:-- 4828k
100  328M    0  328M    0     0  3015k      0 --:--:--  0:01:51 --:--:-- 1573k
100  332M    0  332M    0     0  3025k      0 --:--:--  0:01:52 --:--:-- 2203k
100  213M    0  213M    0     0  2594k      0 --:--:--  0:01:24 --:--:-- 4307k
100  190M    0  190M    0     0  2833k      0 --:--:--  0:01:08 --:--:-- 3181k
100  342M    0  342M    0     0  2578k      0 --:--:--  0:02:16 --:--:-- 2540k
100  193M    0  193M    0     0  2836k      0 --:--:--  0:01:09 --:--:-- 2780k
100  346M    0  346M    0     0  2588k      0 --:--:--  0:02:17 --:--:-- 3080k
100  216M    0  216M    0     0  2604k      0 --:--:--  0:01:25 --:--:-- 4187k
100  338M    0  338M    0     0  3050k      0 --:--:--  0:01:53 --:--:-- 2961k
100  219M    0  219M    0     0  2612k      0 --:--:--  0:01:26 --:--:-- 3851k
100  349M    0  349M    0     0  2589k      0 --:--:--  0:02:18 --:--:-- 2681k
100  197M    0  197M    0     0  2849k      0 --:--:--  0:01:11 --:--:-- 3165k
100  340M    0  340M    0     0  3039k      0 --:--:--  0:01:54 --:--:-- 3004k+453+ RESPONSE_RAW='{"uuid":"a796cdcb-57e3-446c-a207-b70b49e6abef","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}
15:37:36 200'
15:37:36 ++453+ head -n1
15:37:36 +453+ RESPONSE='{"uuid":"a796cdcb-57e3-446c-a207-b70b49e6abef","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:36 ++453+ tail -n1
15:37:36 +453+ STATUS_CODE=200
15:37:36 ++453+ echo '{"uuid":"a796cdcb-57e3-446c-a207-b70b49e6abef","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:36 ++453+ jq -r .uuid
15:37:36 +453+ UUID=a796cdcb-57e3-446c-a207-b70b49e6abef
15:37:36 ++453+ echo '{"uuid":"a796cdcb-57e3-446c-a207-b70b49e6abef","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
15:37:36 ++453+ jq -r .notarizationStatus.status
15:37:36 +453+ STATUS=IN_PROGRESS
15:37:36 +453+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
15:37:36 +453+ sleep 1m
15:37:36 
100  353M    0  353M    0     0  2606k      0 --:--:--  0:02:18 --:--:-- 3411k
15:37:36 curl: Saved to filename 'eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:37:36 +220+ cp -vf eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:36 
100  342M    0  342M    0     0  3033k      0 --:--:--  0:01:55 --:--:-- 3111k
100  201M    0  201M    0     0  2872k      0 --:--:--  0:01:11 --:--:-- 3790k
100  227M    0  227M    0     0  2677k      0 --:--:--  0:01:27 --:--:-- 4469k
100  211M    0  211M    0     0  2977k      0 --:--:--  0:01:12 --:--:-- 5493k
100  348M    0  348M    0     0  3060k      0 --:--:--  0:01:56 --:--:-- 4066k
100  234M    0  234M    0     0  2720k      0 --:--:--  0:01:28 --:--:-- 4713k'eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:37:37 ++220+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:37 +220+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:37:37 ++220+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:37 +220+ b=eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:37 +220+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:37:37 +220+ md5sum eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:38 +220+ sha1sum eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:38 
100  241M    0  241M    0     0  2771k      0 --:--:--  0:01:29 --:--:-- 5745k
100  355M    0  355M    0     0  3097k      0 --:--:--  0:01:57 --:--:-- 4725k
100  217M    0  217M    0     0  3007k      0 --:--:--  0:01:13 --:--:-- 5411k+220+ sha512sum -b eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:39 
100  218M    0  218M    0     0  2990k      0 --:--:--  0:01:14 --:--:-- 5148k
100  366M    0  366M    0     0  3168k      0 --:--:--  0:01:58 --:--:-- 5913k
100  245M    0  245M    0     0  2785k      0 --:--:--  0:01:30 --:--:-- 5815k+220+ rm eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:37:40 +220+ rm -f eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5
15:37:40 +220+ rm -f eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1
15:37:40 +220+ rm -f eclipse-cpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512
15:37:40 
100  226M    0  226M    0     0  3061k      0 --:--:--  0:01:15 --:--:-- 6142k
100  375M    0  375M    0     0  3213k      0 --:--:--  0:01:59 --:--:-- 7307k
100  247M    0  247M    0     0  2780k      0 --:--:--  0:01:31 --:--:-- 5657k
100  386M    0  386M    0     0  3282k      0 --:--:--  0:02:00 --:--:-- 9132k
15:37:41 curl: Saved to filename 'eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:37:41 +243+ cp -vf eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:41 
100  252M    0  252M    0     0  2806k      0 --:--:--  0:01:32 --:--:-- 5060k
100  236M    0  236M    0     0  3150k      0 --:--:--  0:01:16 --:--:-- 7144k'eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:37:42 ++243+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:42 +243+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:37:42 ++243+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:42 +243+ b=eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:42 +243+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:37:42 +243+ md5sum eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:42 
100  257M    0  257M    0     0  2836k      0 --:--:--  0:01:33 --:--:-- 4869k
100  243M    0  243M    0     0  3201k      0 --:--:--  0:01:17 --:--:-- 6471k+243+ sha1sum eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:43 
100  263M    0  263M    0     0  2864k      0 --:--:--  0:01:34 --:--:-- 4529k
100  251M    0  251M    0     0  3262k      0 --:--:--  0:01:19 --:--:-- 6901k+243+ sha512sum -b eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:44 
100  260M    0  260M    0     0  3336k      0 --:--:--  0:01:19 --:--:-- 8520k
100  272M    0  272M    0     0  2936k      0 --:--:--  0:01:35 --:--:-- 5709k+243+ rm eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:37:45 +243+ rm -f eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5
15:37:45 +243+ rm -f eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1
15:37:45 +243+ rm -f eclipse-dsl-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512
15:37:45 
100  269M    0  269M    0     0  3410k      0 --:--:--  0:01:20 --:--:-- 8649k
100  278M    0  278M    0     0  2962k      0 --:--:--  0:01:36 --:--:-- 6237k
100  284M    0  284M    0     0  3000k      0 --:--:--  0:01:37 --:--:-- 6572k
100  282M    0  282M    0     0  3532k      0 --:--:--  0:01:21 --:--:-- 9420k
100  289M    0  289M    0     0  3024k      0 --:--:--  0:01:38 --:--:-- 6541k
100  288M    0  288M    0     0  3564k      0 --:--:--  0:01:22 --:--:-- 9212k
100  300M    0  300M    0     0  3102k      0 --:--:--  0:01:39 --:--:-- 7455k
100  295M    0  295M    0     0  3602k      0 --:--:--  0:01:24 --:--:-- 9034k
100  304M    0  304M    0     0  3668k      0 --:--:--  0:01:24 --:--:-- 8948k
100  308M    0  308M    0     0  3152k      0 --:--:--  0:01:40 --:--:-- 7235k
100  313M    0  313M    0     0  3740k      0 --:--:--  0:01:25 --:--:-- 9140k
100  316M    0  316M    0     0  3203k      0 --:--:--  0:01:41 --:--:-- 7905k
100  324M    0  324M    0     0  3250k      0 --:--:--  0:01:42 --:--:-- 7967k
100  317M    0  317M    0     0  3727k      0 --:--:--  0:01:27 --:--:-- 6814k
100  326M    0  326M    0     0  3806k      0 --:--:--  0:01:27 --:--:-- 7864k
15:37:52 curl: Saved to filename 'eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:37:52 +278+ cp -vf eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:52 
100  327M    0  327M    0     0  3255k      0 --:--:--  0:01:43 --:--:-- 7769k'eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:37:52 ++278+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:52 +278+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:37:52 ++278+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:52 +278+ b=eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:52 +278+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:37:52 +278+ md5sum eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:53 +278+ sha1sum eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:53 
100  341M    0  341M    0     0  3361k      0 --:--:--  0:01:44 --:--:-- 8656k+278+ sha512sum -b eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:54 
100  359M    0  359M    0     0  3500k      0 --:--:--  0:01:45 --:--:-- 10.2M+278+ rm eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:37:54 +278+ rm -f eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5
15:37:54 +278+ rm -f eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1
15:37:54 +278+ rm -f eclipse-java-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512
15:37:55 
100  365M    0  365M    0     0  3529k      0 --:--:--  0:01:46 --:--:--  9.8M
100  368M    0  368M    0     0  3518k      0 --:--:--  0:01:47 --:--:-- 9084k
100  373M    0  373M    0     0  3552k      0 --:--:--  0:01:47 --:--:--  9.9M
15:37:57 curl: Saved to filename 'eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:37:57 +266+ cp -vf eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:57 'eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:37:57 ++266+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:57 +266+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:37:57 ++266+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:57 +266+ b=eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:57 +266+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:37:57 +266+ md5sum eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:58 +266+ sha1sum eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:58 +266+ sha512sum -b eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:37:59 +266+ rm eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:37:59 +266+ rm -f eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5
15:37:59 +266+ rm -f eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1
15:37:59 +266+ rm -f eclipse-embedcpp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512
15:38:00 ++395+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ae7d0e20-58bc-405b-99a1-2122ade1ec40/status
15:38:00 +395+ RESPONSE_RAW='{"uuid":"ae7d0e20-58bc-405b-99a1-2122ade1ec40","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n  \"logFormatVersion\": 1,\n  \"jobId\": \"bd520838-8348-45cb-b8b6-c98fe9506fcc\",\n  \"status\": \"Accepted\",\n  \"statusSummary\": \"Ready for distribution\",\n  \"statusCode\": 0,\n  \"archiveFilename\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg\",\n  \"uploadDate\": \"2021-05-06T16:50:08Z\",\n  \"sha256\": \"d77577f3da1d42d1239d86f7e9713cedf6f521afa8e2b33d8aff7938f71d8dd6\",\n  \"ticketContents\": [\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"5713bb4524718a35bb4850927d27ad43733819dc\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"a8dedfe28f0ef431ba0505f1174836431b32fa75\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210429-1800/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n      \"arch\": \"i386\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n      \"arch\": \"i386\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"8d524a4778f267ccc1912527566b606305c33c70\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202105030420.jar/os/macosx/x86_64/libserial.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"642a406c27db7760ee3fdf8a5d21bde767f73cc3\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"a8dedfe28f0ef431ba0505f1174836431b32fa75\",\n      \"arch\": \"x86_64\"\n    }\n  ],\n  \"issues\": null\n}"}}
15:38:00 200'
15:38:00 ++395+ head -n1
15:38:00 +395+ RESPONSE='{"uuid":"ae7d0e20-58bc-405b-99a1-2122ade1ec40","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n  \"logFormatVersion\": 1,\n  \"jobId\": \"bd520838-8348-45cb-b8b6-c98fe9506fcc\",\n  \"status\": \"Accepted\",\n  \"statusSummary\": \"Ready for distribution\",\n  \"statusCode\": 0,\n  \"archiveFilename\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg\",\n  \"uploadDate\": \"2021-05-06T16:50:08Z\",\n  \"sha256\": \"d77577f3da1d42d1239d86f7e9713cedf6f521afa8e2b33d8aff7938f71d8dd6\",\n  \"ticketContents\": [\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"5713bb4524718a35bb4850927d27ad43733819dc\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"a8dedfe28f0ef431ba0505f1174836431b32fa75\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210429-1800/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"131377198f4e33c325e7699225191a6b87adbf71\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n      \"arch\": \"i386\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n      \"arch\": \"i386\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"8d524a4778f267ccc1912527566b606305c33c70\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202105030420.jar/os/macosx/x86_64/libserial.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"642a406c27db7760ee3fdf8a5d21bde767f73cc3\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"a8dedfe28f0ef431ba0505f1174836431b32fa75\",\n      \"arch\": \"x86_64\"\n    }\n  ],\n  \"issues\": null\n}"}}'
15:38:00 ++395+ tail -n1
15:38:00 +395+ STATUS_CODE=200
15:38:00 ++395+ jq -r .notarizationStatus.status
15:38:00 ++395+ echo '{"uuid":"ae7d0e20-58bc-405b-99a1-2122ade1ec40","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"bd520838-8348-45cb-b8b6-c98fe9506fcc\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg\",\n' '\"uploadDate\":' '\"2021-05-06T16:50:08Z\",\n' '\"sha256\":' '\"d77577f3da1d42d1239d86f7e9713cedf6f521afa8e2b33d8aff7938f71d8dd6\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5713bb4524718a35bb4850927d27ad43733819dc\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a8dedfe28f0ef431ba0505f1174836431b32fa75\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.20.0.20210506-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.20.0.I20210429-1800/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"131377198f4e33c325e7699225191a6b87adbf71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9bd6d3f39174dbfa7cfd108a007f8e059197d3d5\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a3a37b81f16e2e2cdb17a95115a319b68dbb2219\",\n' '\"arch\":' '\"i386\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1602d449d08cab9af4a3a8bebe1db40f3c9a8269\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_6.0.200.202105030420.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d524a4778f267ccc1912527566b606305c33c70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_1.2.200.202105030420.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"642a406c27db7760ee3fdf8a5d21bde767f73cc3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609/eclipse_11407.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"626c76932dc77e0ca9d57e515a0477175ad152bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2021-06-M2-macosx-cocoa-x86_64-8830009582499257370.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a8dedfe28f0ef431ba0505f1174836431b32fa75\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}"}}'
15:38:00 +395+ STATUS=COMPLETE
15:38:00 +395+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]]
15:38:00 +395+ [[ 200 == \5\0\3 ]]
15:38:00 +395+ [[ 200 == \5\0\2 ]]
15:38:00 +395+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]]
15:38:00 +395+ break
15:38:00 +395+ rm eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg
15:38:00 +395+ curl -JO https://cbi.eclipse.org/macos/xcrun/ae7d0e20-58bc-405b-99a1-2122ade1ec40/download
15:38:00   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
15:38:00                                  Dload  Upload   Total   Spent    Left  Speed
15:38:00 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1327k    0 1327k    0     0  6573k      0 --:--:-- --:--:-- --:--:-- 6541k
100 19.6M    0 19.6M    0     0  16.8M      0 --:--:--  0:00:01 --:--:-- 16.8M
100 44.7M    0 44.7M    0     0  20.7M      0 --:--:--  0:00:02 --:--:-- 20.7M
100 64.3M    0 64.3M    0     0  20.3M      0 --:--:--  0:00:03 --:--:-- 20.3M
100 79.3M    0 79.3M    0     0  19.0M      0 --:--:--  0:00:04 --:--:-- 19.0M
100 97.9M    0 97.9M    0     0  18.9M      0 --:--:--  0:00:05 --:--:-- 19.5M
100  116M    0  116M    0     0  18.8M      0 --:--:--  0:00:06 --:--:-- 19.2M++336+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1e684e04-1ff0-4c48-952e-7db1506b38fa/status
15:38:06 +336+ RESPONSE_RAW='{"uuid":"1e684e04-1ff0-4c48-952e-7db1506b38fa","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}"}}
15:38:06 200'
15:38:06 ++336+ head -n1
15:38:06 +336+ RESPONSE='{"uuid":"1e684e04-1ff0-4c48-952e-7db1506b38fa","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}"}}'
15:38:06 ++336+ tail -n1
15:38:06 +336+ STATUS_CODE=200
15:38:06 ++336+ jq -r .notarizationStatus.status
15:38:06 ++336+ echo '{"uuid":"1e684e04-1ff0-4c48-952e-7db1506b38fa","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}"}}'
15:38:06 +336+ STATUS=COMPLETE
15:38:06 +336+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]]
15:38:06 +336+ [[ 200 == \5\0\3 ]]
15:38:06 +336+ [[ 200 == \5\0\2 ]]
15:38:06 +336+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]]
15:38:06 +336+ break
15:38:06 +336+ rm eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg
15:38:06 +336+ curl -JO https://cbi.eclipse.org/macos/xcrun/1e684e04-1ff0-4c48-952e-7db1506b38fa/download
15:38:06   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
15:38:06                                  Dload  Upload   Total   Spent    Left  Speed
15:38:06 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  130M    0  130M    0     0  18.2M      0 --:--:--  0:00:07 --:--:-- 17.2M
100  3338    0  3338    0     0   3215      0 --:--:--  0:00:01 --:--:--  3215
100 12.3M    0 12.3M    0     0  7134k      0 --:--:--  0:00:01 --:--:-- 7130k
100  142M    0  142M    0     0  17.4M      0 --:--:--  0:00:08 --:--:-- 15.6M
100  152M    0  152M    0     0  16.6M      0 --:--:--  0:00:09 --:--:-- 14.6M
100 22.9M    0 22.9M    0     0  8470k      0 --:--:--  0:00:02 --:--:-- 8467k
100  167M    0  167M    0     0  16.4M      0 --:--:--  0:00:10 --:--:-- 13.8M
100 30.1M    0 30.1M    0     0  8145k      0 --:--:--  0:00:03 --:--:-- 8143k++371+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d2d8d9af-e6d1-4d7f-8d8a-06518d55b50f/status
15:38:10 +371+ RESPONSE_RAW='{"uuid":"d2d8d9af-e6d1-4d7f-8d8a-06518d55b50f","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}"}}
15:38:10 200'
15:38:10 ++371+ head -n1
15:38:10 +371+ RESPONSE='{"uuid":"d2d8d9af-e6d1-4d7f-8d8a-06518d55b50f","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}"}}'
15:38:10 ++371+ tail -n1
15:38:10 +371+ STATUS_CODE=200
15:38:10 ++371+ jq -r .notarizationStatus.status
15:38:10 ++371+ echo '{"uuid":"d2d8d9af-e6d1-4d7f-8d8a-06518d55b50f","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}"}}'
15:38:10 +371+ STATUS=COMPLETE
15:38:10 +371+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]]
15:38:10 +371+ [[ 200 == \5\0\3 ]]
15:38:10 +371+ [[ 200 == \5\0\2 ]]
15:38:10 +371+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]]
15:38:10 +371+ break
15:38:10 +371+ rm eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg
15:38:10 +371+ curl -JO https://cbi.eclipse.org/macos/xcrun/d2d8d9af-e6d1-4d7f-8d8a-06518d55b50f/download
15:38:10   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
15:38:10                                  Dload  Upload   Total   Spent    Left  Speed
15:38:10 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 38.4M    0 38.4M    0     0  8252k      0 --:--:--  0:00:04 --:--:-- 8250k
100  176M    0  176M    0     0  15.8M      0 --:--:--  0:00:11 --:--:-- 12.1M
100 3531k    0 3531k    0     0  4106k      0 --:--:-- --:--:-- --:--:-- 4101k
100 12.2M    0 12.2M    0     0  6747k      0 --:--:--  0:00:01 --:--:-- 6747k
100 44.4M    0 44.4M    0     0  7864k      0 --:--:--  0:00:05 --:--:-- 9581k
100  183M    0  183M    0     0  15.0M      0 --:--:--  0:00:12 --:--:-- 10.4M
100 54.6M    0 54.6M    0     0  8263k      0 --:--:--  0:00:06 --:--:-- 8665k
100  193M    0  193M    0     0  14.7M      0 --:--:--  0:00:13 --:--:-- 10.1M
100 20.3M    0 20.3M    0     0  6857k      0 --:--:--  0:00:03 --:--:-- 6857k
100  199M    0  199M    0     0  14.0M      0 --:--:--  0:00:14 --:--:-- 9542k
100 32.2M    0 32.2M    0     0  8551k      0 --:--:--  0:00:03 --:--:-- 8549k
100 64.8M    0 64.8M    0     0  8352k      0 --:--:--  0:00:07 --:--:-- 8288k++301+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4b670dd7-235a-4cc0-af7c-9345c8d2b448/status
15:38:15 +301+ RESPONSE_RAW='{"uuid":"4b670dd7-235a-4cc0-af7c-9345c8d2b448","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}"}}
15:38:15 200'
15:38:15 ++301+ head -n1
15:38:15 +301+ RESPONSE='{"uuid":"4b670dd7-235a-4cc0-af7c-9345c8d2b448","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}"}}'
15:38:15 ++301+ tail -n1
15:38:15 +301+ STATUS_CODE=200
15:38:15 ++301+ jq -r .notarizationStatus.status
15:38:15 ++301+ echo '{"uuid":"4b670dd7-235a-4cc0-af7c-9345c8d2b448","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}"}}'
15:38:15 +301+ STATUS=COMPLETE
15:38:15 +301+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]]
15:38:15 +301+ [[ 200 == \5\0\3 ]]
15:38:15 +301+ [[ 200 == \5\0\2 ]]
15:38:15 +301+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]]
15:38:15 +301+ break
15:38:15 +301+ rm eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg
15:38:15 +301+ curl -JO https://cbi.eclipse.org/macos/xcrun/4b670dd7-235a-4cc0-af7c-9345c8d2b448/download
15:38:15   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
15:38:15                                  Dload  Upload   Total   Spent    Left  Speed
15:38:15 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  201M    0  201M    0     0  13.2M      0 --:--:--  0:00:15 --:--:-- 7034k
100 73.3M    0 73.3M    0     0  8560k      0 --:--:--  0:00:08 --:--:-- 8876k
100 38.5M    0 38.5M    0     0  8120k      0 --:--:--  0:00:04 --:--:-- 8119k
100  148k    0  148k    0     0   429k      0 --:--:-- --:--:-- --:--:--  427k
100 43.5M    0 43.5M    0     0  7609k      0 --:--:--  0:00:05 --:--:-- 8212k
100 79.7M    0 79.7M    0     0  8354k      0 --:--:--  0:00:09 --:--:-- 8453k
100 6699k    0 6699k    0     0  4325k      0 --:--:--  0:00:01 --:--:-- 4322k
100  206M    0  206M    0     0  12.6M      0 --:--:--  0:00:16 --:--:-- 5893k
100  211M    0  211M    0     0  12.3M      0 --:--:--  0:00:17 --:--:-- 5692k
100 55.6M    0 55.6M    0     0  8309k      0 --:--:--  0:00:06 --:--:-- 8890k
100 85.3M    0 85.3M    0     0  8103k      0 --:--:--  0:00:10 --:--:-- 8381k
100 9834k    0 9834k    0     0  3837k      0 --:--:--  0:00:02 --:--:-- 3835k
100 89.8M    0 89.8M    0     0  7805k      0 --:--:--  0:00:11 --:--:-- 7187k
100  216M    0  216M    0     0  11.9M      0 --:--:--  0:00:18 --:--:-- 4697k
100 62.4M    0 62.4M    0     0  8115k      0 --:--:--  0:00:07 --:--:-- 8902k
100 10.6M    0 10.6M    0     0  3270k      0 --:--:--  0:00:03 --:--:-- 3269k
100 93.0M    0 93.0M    0     0  7457k      0 --:--:--  0:00:12 --:--:-- 5981k
100  219M    0  219M    0     0  11.4M      0 --:--:--  0:00:19 --:--:-- 4285k
100 65.6M    0 65.6M    0     0  7584k      0 --:--:--  0:00:08 --:--:-- 6840k
100 15.8M    0 15.8M    0     0  3658k      0 --:--:--  0:00:04 --:--:-- 3658k
100 74.7M    0 74.7M    0     0  7761k      0 --:--:--  0:00:09 --:--:-- 7412k
100  222M    0  222M    0     0  11.0M      0 --:--:--  0:00:20 --:--:-- 4285k
100 16.3M    0 16.3M    0     0  3091k      0 --:--:--  0:00:05 --:--:-- 3273k
100  101M    0  101M    0     0  7415k      0 --:--:--  0:00:13 --:--:-- 5476k
100  113M    0  113M    0     0  7839k      0 --:--:--  0:00:14 --:--:-- 6832k
100 82.8M    0 82.8M    0     0  7815k      0 --:--:--  0:00:10 --:--:-- 8055k
100 17.3M    0 17.3M    0     0  2775k      0 --:--:--  0:00:06 --:--:-- 2281k
100  226M    0  226M    0     0  10.5M      0 --:--:--  0:00:21 --:--:-- 3936k
100  120M    0  120M    0     0  7837k      0 --:--:--  0:00:15 
100 24.7M   --:--:-- 7261k 0 24.7M    0     0  3461k      0 --:--:--  0:00:07 --:--:-- 3259k
100  232M    0  232M    0     0  10.5M      0 --:--:--  0:00:22 --:--:-- 4469k
100 85.2M    0 85.2M    0     0  7191k      0 --:--:--  0:00:12 --:--:-- 5740k
100 34.9M    0 34.9M    0     0  4304k      0 --:--:--  0:00:08 --:--:-- 4998k
100  129M    0  129M    0     0  7890k      0 --:--:--  0:00:16 --:--:-- 8090k
100 86.4M    0 86.4M    0     0  6867k      0 --:--:--  0:00:12 --:--:-- 4907k
100  242M    0  242M    0     0  10.3M      0 --:--:--  0:00:23 --:--:-- 5107k
100  252M    0  252M    0     0  10.4M      0 --:--:--  0:00:24 --:--:-- 6653k
100 41.3M    0 41.3M    0     0  4542k      0 --:--:--  0:00:09 --:--:-- 5349k
100  131M    0  131M    0     0  7601k      0 --:--:--  0:00:17 --:--:-- 7971k
100 93.4M    0 93.4M    0     0  6835k      0 --:--:--  0:00:13 --:--:-- 5540k
100  255M    0  255M    0     0  10.2M      0 --:--:--  0:00:24 --:--:-- 7235k
15:38:25 curl: Saved to filename 'eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:38:25 +395+ cp -vf eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg
15:38:25 'eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:38:25 ++395+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg
15:38:25 +395+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:38:25 ++395+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg
15:38:25 +395+ b=eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg
15:38:25 +395+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:38:25 +395+ md5sum eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg
15:38:25 
100  104M    0  104M    0     0  7173k      0 --:--:--  0:00:14 --:--:-- 6015k
100 47.3M    0 47.3M    0     0  4687k      0 --:--:--  0:00:10 --:--:-- 6441k
100  146M    0  146M    0     0  7956k      0 --:--:--  0:00:18 --:--:-- 9503k+395+ sha1sum eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg
15:38:26 +395+ sha512sum -b eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg
15:38:26 
100  110M    0  110M    0     0  7129k      0 --:--:--  0:00:15 --:--:-- 5641k
100  158M    0  158M    0     0  8184k      0 --:--:--  0:00:19 --:--:-- 9200k
100 56.2M    0 56.2M    0     0  5089k      0 --:--:--  0:00:11 --:--:-- 8117k+395+ rm eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:38:27 +395+ rm -f eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5
15:38:27 +395+ rm -f eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1
15:38:27 +395+ rm -f eclipse-php-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512
15:38:27 
100  1
100 69.4M  71M    0  171M    0     0  8447  0 69.4M    0     0  5776k  k       0    0 --:--:----  0::--:00:12--  0 --:--:0:-- 90:20165k --:--:-- 10.1M
100  121M    0  121M    0     0  7400k      0 --:--:--  0:00:16 --:--:-- 7939k
100  191M    0  191M    0     0  9007k      0 --:--:--  0:00:21 --:--:-- 12.4M
100  127M    0  127M    0     0  7337k      0 --:--:--  0:00:17 --:--:-- 8555k
100 79.4M    0 79.4M    0     0  6021k      0 --:--:--  0:00:13 --:--:-- 8769k
100  137M    0  137M    0     0  7458k      0 --:--:--  0:00:18 --:--:-- 9250k
100  206M    0  206M    0     0  9280k      0 --:--:--  0:00:22 --:--:-- 14.8M
100 89.0M    0 89.0M    0     0  6304k      0 --:--:--  0:00:14 --:--:-- 9492k++407+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b68aabb9-0f50-4f0f-9830-2d607b255014/status
15:38:30 
100 98.5M    0 98.5M    0     0  6584k      0 --:--:--  0:00:15 --:--:-- 10.2M
100  146M    0  146M    0     0  7555k      0 --:--:--  0:00:19 --:--:-- 8689k
100  216M    0  216M    0     0  9314k      0 --:--:--  0:00:23 --:--:-- 14.1M+407+ RESPONSE_RAW='{"uuid":"b68aabb9-0f50-4f0f-9830-2d607b255014","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}"}}
15:38:31 200'
15:38:31 ++407+ head -n1
15:38:31 +407+ RESPONSE='{"uuid":"b68aabb9-0f50-4f0f-9830-2d607b255014","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}"}}'
15:38:31 ++407+ tail -n1
15:38:31 +407+ STATUS_CODE=200
15:38:31 ++407+ jq -r .notarizationStatus.status
15:38:31 ++407+ echo '{"uuid":"b68aabb9-0f50-4f0f-9830-2d607b255014","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}"}}'
15:38:31 +407+ STATUS=COMPLETE
15:38:31 +407+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]]
15:38:31 +407+ [[ 200 == \5\0\3 ]]
15:38:31 +407+ [[ 200 == \5\0\2 ]]
15:38:31 +407+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]]
15:38:31 +407+ break
15:38:31 +407+ rm eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:38:31 +407+ curl -JO https://cbi.eclipse.org/macos/xcrun/b68aabb9-0f50-4f0f-9830-2d607b255014/download
15:38:31   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
15:38:31                                  Dload  Upload   Total   Spent    Left  Speed
15:38:31 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  153M    0  153M    0     0  75
100  108M    0 38k       108M    0     00 -  6-:-832-:--k    0  :00:  020  ---:--:-:---:- 8-- 834k 0:00:16 --:--:-- 10.5M
100  221M    0  221M    0     0  9125k      0 --:--:--  0:00:24 --:--:-- 12.4M
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  164M    0  164M    0     0  7693k      0 --:--:--  0:00:21 --:--:-- 8681k
100  230M    0  230M    0     0  9152k      0 --:--:--  0:00:25 --:--:-- 11.7M
100  118M    0  118M    0     0  7034k      0 --:--:--  0:00:17 --:--:--  9.8M
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100  126M    0  126M    0     0  7090k      0 --:--:--  0:00:18 --:--:--  9.8M
100  171M    0  171M    0     0  7695k      0 --:--:--  0:00:22 --:--:-- 8976k
100  237M    0  237M    0     0  9077k      0 --:--:--  0:00:26 --:--:-- 9379k
100 5735k    0 5735k    0     0  2773k      0 --:--:--  0:00:02 --:--:-- 2772k
100  132M    0  132M    0     0  7029k      0 --:--:--  0:00:19 --:--:-- 9189k
100  248M    0  248M    0     0  9144k      0 --:--:--  0:00:27 --:--:-- 8527k
100  175M    0  175M    0     0  7536k      0 --:--:--  0:00:23 --:--:-- 7829k
100 15.7M    0 15.7M    0     0  4986k      0 --:--:--  0:00:03 --:--:-- 4984k
100  139M    0  139M    0     0  7029k      0 --:--:--  0:00:20 --:--:-- 8394k
100 21.3M    0 21.3M    0     0  5421k      0 --:--:--  0:00:04 --:--:-- 5420k
100  254M    0  254M    0     0  9051k      0 --:--:--  0:00:28 --:--:-- 7798k
100  182M    0  182M    0     0  7519k      0 --:--:--  0:00:24 --:--:-- 7379k++453+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796cdcb-57e3-446c-a207-b70b49e6abef/status
15:38:36 +453+ RESPONSE_RAW='{"uuid":"a796cdcb-57e3-446c-a207-b70b49e6abef","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}"}}
15:38:36 200'
15:38:36 ++453+ head -n1
15:38:36 +453+ RESPONSE='{"uuid":"a796cdcb-57e3-446c-a207-b70b49e6abef","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}"}}'
15:38:36 ++453+ tail -n1
15:38:36 +453+ STATUS_CODE=200
15:38:36 ++453+ jq -r .notarizationStatus.status
15:38:36 ++453+ echo '{"uuid":"a796cdcb-57e3-446c-a207-b70b49e6abef","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}"}}'
15:38:36 +453+ STATUS=COMPLETE
15:38:36 +453+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]]
15:38:36 +453+ [[ 200 == \5\0\3 ]]
15:38:36 +453+ [[ 200 == \5\0\2 ]]
15:38:36 +453+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]]
15:38:36 +453+ break
15:38:36 +453+ rm eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg
15:38:36 +453+ curl -JO https://cbi.eclipse.org/macos/xcrun/a796cdcb-57e3-446c-a207-b70b49e6abef/download
15:38:36   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
15:38:36                                  Dload  Upload   Total   Spent    Left  Speed
15:38:36 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  258M    0  258M    0     0  8887k      0 --:--:--  0:00:29 --:--:-- 7686k
100  145M    0  145M    0     0  6993k      0 --:--:--  0:00:21 --:--:-- 7518k
100 6419k    0 6419k    0   
100   0  11 185M    0  185M    0     0  7346k      0 --:--:--  0:00:25 --:--:-- 6551k.9M      0 --:--:-- --:--:-- --:--:-- 11.9M
100 28.4M    0 28.4M    0     0  5494k      0 --:--:--  0:00:05 --:--:-- 5711k
100 14.5M    0 14.5M    0     0  9783k      0 --:--:--  0:00:01 --:--:-- 9776k
100  149M    0  149M    0     0  6878k      0 --:--:--  0:00:22 --:--:-- 6340k
100  261M    0  261M    0     0  8698k      0 --:--:--  0:00:30 --:--:-- 6359k
100 34.0M    0 34.0M    0     0  5768k      0 --:--:--  0:00:06 --:--:-- 6995k
100  191M    0  191M    0     0  7230k      0 --:--:--  0:00:27 --:--:-- 5291k
100  152M    0  152M    0     0  6706k      0 --:--:--  0:00:23 --:--:-- 5299k
100  193M    0  193M    0     0  7110k      0 --:--:--  0:00:27 --:--:-- 4433k
100 39.4M    0 39.4M    0     0  5737k      0 --:--:--  0:00:07 --:--:-- 6968k
100  267M    0  267M    0     0  8599k      0 --:--:--  0:00:31 --:--:-- 6081k
100 16.3M    0 16.3M    0     0  6261k      0 --:--:--  0:00:02 --:--:-- 6258k
100 21.4M    0 21.4M    0  
100 46.1M    0 46.1M       0  6245k      0 --:0     0  5880k    --:  0 -- --: 0--::00-- :03 0:0 -0-:--:-- 6243k:08 --:--:-- 6483k
100  159M    0  159M    0     0  6702k      0 --:--:--  0:00:24 --:--:-- 5441k
100  200M    0  200M    0     0  7113k      0 --:--:--  0:00:28 --:--:-- 5093k
100  267M    0  267M    0     0  8363k      0 --:--:--  0:00:32 --:--:-- 4033k
100  168M    0  168M    0     0  6802k      0 --:--:--  0:00:25 --:--:-- 5880k
100 26.1M    0 26.1M    0     0  5930k      0 --:--:--  0:00:04 --:--:-- 5928k
100  274M    0  274M    0     0  8316k      0 --:--:--  0:00:33 --:--:-- 4086k
100  208M    0  208M    0     0  7140k      0 --:--:--  0:00:29 --:--:-- 5251k
100 47.7M    0 47.7M    0     0  5298k      0 --:--:--  0:00:09 --:--:-- 5201k
100  175M    0  175M    0     0  6816k      0 --:--:--  0:00:26 --:--:-- 6062k
100  216M    0  216M    0     0  7185k      0 --:--:--  0:00:30 --:--:-- 6353k
100  278M    0  278M    0     0  8143k      0 --:--:--  0:00:34 --:--:-- 3898k
100 52.3M    0 52.3M    0     0  5222k      0 --:--:--  0:00:10 --:--:-- 4930k
100 32.4M    0 32.4M    0     0  5740k      0 --:--:--  0:00:05 --:--:-- 5092k
100 37.7M    0 37.7M    0     0  5920k      0 --:--:--  0:00:06 --:--:-- 4744k
100 55.0M    0 55.0M    0     0  5109k      0 --:--:--  0:00:11 --:--:-- 4309k
100  221M    0  221M    0     0  7134k      0 --:--:--  0:00:31 --:--:-- 6591k
100  281M    0  281M    0     0  8043k      0 --:--:--  0:00:35 --:--:-- 4015k
100  182M    0  182M    0     0  6802k      0 --:--:--  0:00:27 --:--:-- 6469k
100 44.8M    0 44.8M    0     0  6101k      0 --:--:--  0:00:07 --:--:-- 6013k
100 60.3M    0 60.3M    0     0  5129k      0 --:--:--  0:00:12 --:--:-- 4275k
100  286M    0  286M    0     0  7978k      0 --:--:--  0:00:36 --:--:-- 3970k
100  226M    0  226M    0     0  7049k      0 --:--:--  0:00:32 --:--:-- 6716k
100  186M    0  186M    0     0  6680k      0 --:--:--  0:00:28 --:--:-- 6565k
100 49.7M    0 49.7M    0     0  5973k      0 --:--:--  0:00:08 --:--:-- 5782k
100  191M    0  191M    0     0  6681k      0 --:--:--  0:00:29 --:--:-- 6585k
100  227M    0  227M    0     0  6889k      0 --:--:--  0:00:33 --:--:-- 5595k
100 64.0M    0 64.0M    0     0  5018k      0 --:--:--  0:00:13 --:--:-- 3641k
100  289M    0  289M    0     0  7806k      0 --:--:--  0:00:37 --:--:-- 4267k
100  292M    0  292M    0     0  7735k      0 --:--:--  0:00:38 --:--:-- 3809k
100  232M    0  232M    0     0  6824k      0 --:--:--  0:00:34 --:--:-- 4936k
100 53.8M    0 53.8M    0     0  5793k      0 --:--:--  0:00:09 --:--:-- 5671k
100 66.8M    0 66.8M    0     0  4877k      0 --:--:--  0:00:14 --:--:-- 4071k
100  193M    0  193M    0     0  6536k      0 --:--:--  0:00:30 --:--:-- 5195k
100  236M    0  236M    0     0  6764k      0 --:--:--  0:00:35 --:--:-- 4156k
100 58.3M    0 58.3M    0     0  5676k      0 --:--:--  0:00:10 --:--:-- 5597k
100  295M    0  295M    0     0  7612k      0 --:--:--  0:00:39 --:--:-- 3728k
100  197M    0  197M    0     0  6441k      0 --:--:--  0:00:31 --:--:-- 4526k
100 71.6M    0 71.6M    0     0  4822k      0 --:--:--  0:00:15 --:--:-- 3995k
100 74.7M    0 74.7M    0     0  4774k      0 --:--:--  0:00:16 --:--:-- 4033k
100 68.6M    0 68.6M    0     0  6104k      0 --:--:--  0:00:11 --:--:-- 6343k
100  201M    0  201M    0     0  6387k      0 --:--:--  0:00:32 --:--:-- 4068k
100  299M    0  299M    0     0  7531k      0 --:--:--  0:00:40 --:--:-- 3870k
100  244M    0  244M    0     0  6780k      0 --:--:--  0:00:36 --:--:-- 4524k
100  206M    0  206M    0     0  6351k      0 --:--:--  0:00:33 --:--:-- 4390k
100  306M    0  306M    0     0  7519k      0 --:--:--  0:00:41 --:--:-- 4130k
100 77.1M    0 77.1M    0     0  6308k      0 --:--:--  0:00:12 --:--:-- 6620k
100  248M    0  248M    0     0  6729k      0 --:--:--  0:00:37 --:--:-- 4622k
100 83.6M    0 83.6M    0     0  4990k      0 --:--:--  0:00:17 --:--:-- 4664k
100 82.6M    0 82.6M    0    
100 92.0M  0  6256k         0 92.0M    0     0  5227k 0 --:--:--     0 --:--:--  0  0:0:00:18 0:13--:-- -:-- 57-:-72k-:-- 6
100  738k216M    0  216M    0     0  6446k      0 --:--:--  0:00:34 --:--:-- 5066k
100  313M    0  313M    0     0  7484k      0 --:--:--  0:00:42 --:--:-- 5042k
100  254M    0  254M    0     0  6642k      0 --:--:--  0:00:39 --:--:-- 5091k
100 97.5M    0 97.5M    0     0  5245k      0 --:--:--  0:00:19 --:--:-- 6276k
100 92.9M    0 92.9M    0     0  6557k      0 --:--:--  0:00:14 --:--:-- 8011k
100  316M    0  316M    0     0  7405k      0 --:--:--  0:00:43 --:--:-- 4847k
100  223M    0  223M    0     0  6481k      0 --:--:--  0:00:35 --:--:-- 6148k
100  256M    0  256M    0     0  6572k      0 --:--:--  0:00:40 --:--:-- 4869k
100 96.7M    0 96.7M    0     0  6381k      0 --:--:--  0:00:15 --:--:-- 7863k
100  232M    0  232M    0     0  6561k      0 --:--:--  0:00:36 --:--:-- 7338k
100  262M    0  262M    0     0  6581k      0 --:--:--  0:00:40 --:--:-- 5269k
100  104M    0  104M    0     0  5272k      0 --:--:--  0:00:20 --:--:-- 6628k
100  322M    0  322M    0     0  7257k      0 --:--:--  0:00:45 --:--:-- 4785k
100  239M    0  239M    0     0  6575k      0 --:--:--  0:00:37 --:--:-- 7787k
100  100M    0  100M    0     0  6230k      0 --:--:--  0:00:16 --:--:-- 6521k
100  267M    0  267M    0     0  6536k      0 --:--:--  0:00:41 --:--:-- 4738k
100  322M    0  322M    0     0  7201k      0 --:--:--  0:00:45 --:--:-- 4545k
100  107M    0  107M    0     0  5219k      0 --:--:--  0:00:21 --:--:-- 6610k
100  114M    0  114M    0     0  5296k      0 --:--:--  0:00:22 --:--:-- 6374k
100  107M    0  107M    0     0  6276k      0 --:--:--  0:00:17 --:--:-- 6194k
100  324M    0  324M    0     0  7100k      0 --:--:--  0:00:46 --:--:-- 3604k
100  250M    0  250M    0     0  6691k      0 --:--:--  0:00:38 --:--:-- 8957k
100  273M    0  273M    0     0  6461k      0 --:--:--  0:00:43 --:--:-- 4602k
100  112M    0  112M    0     0  6217k      0 --:--:--  0:00:18 --:--:-- 6112k
100  274M    0  274M    0     0  6409k      0 --:--:--  0:00:43 --:--:-- 4421k
100  256M    0  256M    0     0  6683k      0 --:--:--  0:00:39 --:--:-- 8306k
100  333M    0  333M    0     0  7140k      0 --:--:--  0:00:47 --:--:-- 4070k
100  123M    0  123M    0     0  5487k      0 --:--:--  0:00:23 --:--:-- 6424k
100  341M    0  341M    0     0  7159k      0 --:--:--  0:00:48 --:--:-- 5003k
100  127M    0  127M    0     0  5444k      0 --:--:--  0:00:24 --:--:-- 6204k
100  265M    0  265M    0     0  6730k      0 --:--:--  0:00:40 --:--:-- 8488k
100  119M    0  119M    0     0  6254k      0 --:--:--  0:00:19 --:--:-- 5375k
100  281M    0  281M    0     0  6395k      0 --:--:--  0:00:44 --:--:-- 4977k
100  346M    0  346M    0     0  7122k      0 --:--
100 :--  0:00 271M    0  2:4971M --:   --: 0  --    56880  6k723k      0 --:--:--  0:00:41 --:--:-- 7899k
100  122M    0  122M    0     0  6113k      0 --:--:--  0:00:20 --:--:-- 5283k
100  141M    0  141M    0     0  5766k      0 --:--:--  0:00:25 --:--:-- 7852k
100  282M    0  282M    0     0  6270k      0 --:--:--  0:00:46 --:--:-- 3872k
100  146M    0  146M    0     0  5774k      
100  130M    0  10 --:--:--  0:00:30M    0     0  6221k    26 -  0 --:--:---:-:-- - 8193k 0:00:21 --:--:-- 6190k
100  280M    0  280M    0     0  6788k      0 --:--:--  0:00:42 --:--:-- 8379k
100  353M    0  353M    0     0  7124k      0 --:--:--  0:00:50 --:--:-- 6408k
100  285M    0  285M    0     0  6210k      0 --:--:--  0:00:46 --:--:-- 3551k
100  287M    0  287M    0     0  6797k      0 --:--:--  0:00:43 --:--:-- 7610k
100  358M    0  358M    0     0  7085k      0 --:--:--  0:00:51 --:--:-- 6946k
100  291M    0  291M    0     0  6236k      0 --:--:--  0:00:47 --:--:-- 4087k
100  137M    0  137M    0     0  6256k      0 --:--:--  0:00:22 --:--:-- 6188k
100  155M    0  155M    0     0  5882k      0 --:--:--  0:00:27 --:--:-- 8464k
100  160M    0  160M    0     0  5862k      0 --:--:--  0:00:28 --:--:-- 7590k
100  139M    0  139M    0     0  6083k      0 --:--:--  0:00:23 --:--:-- 5588k
100  361M    0  361M    0     0  7011k      0 --:--:--  0:00:52 --:--:-- 5782k
100  292M    0  292M    0     0  6126k      0 --:--:--  0:00:48 --:--:-- 3657k
100  291M    0  291M    0     0  6717k      0 --:--:--  0:00:44 --:--:-- 6979k
100  163M    0  163M    0     0  5759k      0 --:--:--  0:00:29 --:--:-- 7276k
100  149M    0  149M    0     0  6224k      0 --:--:--  0:00:24 --:--:-- 6110k
100 
100  300M    0  300M    371M    0  371M    0     0 0    70   068k   6   163k  0    --:   0--:- ---  0:--::00--  :53 0:00:49--: ----:-:--:- 61-- 79k4021k
100  297M    0  297M    0     0  6677k      0 --:--:--  0:00:45 --:--:-- 6276k
100  157M    0  157M    0     0  6331k      0 --:--:--  0:00:25 --:--:-- 7225k
100  301M    0  301M    0     0  6061k      0 --:--:--  0:00:50 --:--:-- 4009k
100  375M    0  375M    0     0  7022k      0 --:--:--  0:00:54 --:--:-- 6022k
100  174M    0  174M    0     0  5947k      0 --:--:--  0:00:30 --:--:-- 6860k
100  302M    0  302M    0     0  6661k      0 --:--:--  0:00:46 --:--:-- 6162k
100  163M    0  163M    0     0  6315k      0 --:--:--  0:00:26 --:--:-- 6722k
100  311M    0  311M    0     0  6741k      0 --:--:--  0:00:47 --:--:-- 6343k
100  304M    0  304M    0     0  6006k      0 --:--:--  0:00:51 --:--:-- 4035k
100  383M    0  383M    0     0  7040k      0 --:--:--  0:00:55 --:--:-- 6177k
100  179M    0  179M    0     0  5937k      0 --:--:--  0:00:31 --:--:-- 6784k
100  392M    0  392M    0     0  7072k      0 --:--:--  0:00:56 --:--:-- 6931k
100  172M    0  172M    0     0  6417k      0 --:--:--  0:00:27 --:
100  184M    0  184M    0     0  5901--:-- 7142kk      0 --:--:--  0:00:32 --:--:-- 6000k
100  310M    0  310M    0     0  6007k      0 --:--:--  0:00:52 --:--:-- 3830k
100  317M    0  317M    0     0  6654k      0 --:--:--  0:00:48 --:--:-- 5522k
100  316M    0  316M    0     0  6062k      0 --:--:--  0:00:53 --:--:-- 5379k
15:39:04 curl: Saved to filename 'eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:39:04 +371+ cp -vf eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:04 'eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:39:04 ++371+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:04 +371+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:39:04 ++371+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:04 +371+ b=eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:04 +371+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:39:04 +371+ md5sum eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:04 
100  396M    0  396M    0     0  7034k      0 --:--:--  0:00:57 --:--:-- 7270k
100  324M    0  324M    0     0  6727k      0 --:--:--  0:00:49 --:--:-- 6821k
100  179M    0  179M    0     0  6433k      0 --:--:--  0:00:28 --:--:-- 8080k
100  194M    0  194M    0     0  6039k      0 --:--:--  0:00:33 --:--:-- 7037k+371+ sha1sum eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:05 
100  337M    0  337M    0     0  6862k      0 --:--:--  0:00:50 --:--:-- 8634k
100  202M    0  202M    0     0  6097k      0 --:--:--  0:00:34 --:--:-- 8055k
100  187M    0  187M    0     0  6478k      0 --:--:--  0:00:29 --:--:-- 7677k
100  403M    0  403M    0     0  7007k      0 --:--:--  0:00:58 --:--:-- 6382k
100  410M    0  410M    0     0  7035k      0 --:--:--  0:00:59 --:--:--
10 7186k0  211M    0  211M    0     0  6190k      0 --:--:--  0:00:35 --:--:-- 7648k
100  196M    0  196M    0     0  6602k      0 --:--:--  0:00:30 --:--:-- 7984k
100  348M    0  348M    0     0  6925k      0 --:--:--  0:00:51 --:--:-- 9356k
100  221M    0  221M    0     0  6285k      0 --:--:--  0:00:36 --:--:-- 8447k
100  203M    0  203M    0     0  6623k      0 --:--:--  0:00:31 --:--:-- 8255k
100  420M    0  420M    0     0  7063k      0 --:--:--  0:01:00 --:--:-- 7313k
100  352M    0  352M    0     0  6868k      0 --:--:--  0:00:52 --:--:-- 8020k+371+ sha512sum -b eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:08 
100  430M    0  430M    0     0  7130k      0 --:--:--  0:01:01 --:--:-- 7793k
100  359M    0  359M    0     0  6905k      0 --:--:--  0:00:53 --:--:-- 9623k
100  229M    0  229M    0     0  6357k      0 --:--:--  0:00:37 --:--:-- 9283k
100  210M    0  210M    0     0  6618k      0 --:--:--  0:00:32 --:--:-- 7726k+371+ rm eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:39:09 +371+ rm -f eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5
15:39:09 +371+ rm -f eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1
15:39:09 +371+ rm -f eclipse-parallel-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512
15:39:09 
100  436M    0  436M    0     0  7148k      0 --:--:--  0:01:02 --:--:-- 8514k
15:39:09 curl: Saved to filename 'eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:39:09 +336+ cp -vf eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:09 
100  240M    0  240M    0     0  6465k      0 --:--:--  0:00:38 --:--:-- 9279k
100  368M    0  368M    0     0  6937k      0 --:--:--  0:00:54 --:--:-- 9012k
100  216M    0  216M    0     0  6586k      0 --:--:--  0:00:33 --:--:-- 7439k
100  253M    0  253M    0     0  6647k      0 --:--:--  0:00:39 --:--:-- 10.1M
100  228M    0  228M    0     0  6780k      0 --:--:--  0:00:34 --:--:-- 8643k
100  375M    0  375M    0     0  6924k      0 --:--:--  0:00:55 --:--:-- 7523k

100 
100 100  267M    0  267M    0     0  6831k      0 --:--:--  0:00:40 --:--:-- 11.0M 376M    0  376M    0     0  6844k      0 --:--:--  0:00:56 --:--:-- 5955k 240M    0  240M    0     0  6937k      0 --:--:--  0:00:35 --:--:-- 8987k
100  253M    0  253M    0     0  7099k      0 --:--:--  0:00:36 --:--:--  9.8M
100  385M    0  385M    0     0  6887k      0 --:--:--  0:00:57 --:--:-- 7092k
100  276M    0  276M    0     0  6896k      0 --:--:--  0:00:41 --:--:-- 11.0M'eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:39:13 ++336+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:13 +336+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:39:13 ++336+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:13 +336+ b=eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:13 +336+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:39:13 +336+ md5sum eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:13 
100  261M    0  261M    0     0  7147k      0 --:--:--  0:00:3
100  2
100  397M    0  397M    0     0  6971k   7 --:--:-- 10.3M   0 --:--:--  0:00:58 --:--:-- 7672k83M    0  283M    0     0  6900k      0 --:--:--  0:00:42 --:--:-- 10.6M
100  267M    0  267M    0     0  7115k      0 --:--:--  0:00:38 --:--:-- 10.5M
100  295M    0  295M    0     0  7027k      0 --:--:--  0:00:43 --:--:-- 11.0M
100  406M    0  406M    0     0  6994k      0 --:--:--  0:00:59 --:--:-- 7587k
100  275M    0  275M    0     0  7137k      0 --:--:--  0:00:39 --:--:-- 9599k
100  411M    0  411M    0     0  6982k      0 --:--:--  0:01:00 --:--:-- 7659k
100  309M    0  309M    0     0  7091k      0 --:--:--  0:00:44 --:--:--  9.9M
100  419M    0  419M    0     0  7010k      0 --:--:--  0:01:01 --:--:-- 8885k
100  288M    0  288M    0     0  7285k      0 --:--:--  0:00:40 --:--:-- 9754k
100  312M    0  312M    0     0  7111k      0 --:--:--  0:00:45 --:--:-- 9353k
100  289M    0  289M    0     0  7296k      0 --:--:--  0:00:40 --:--:-- 9033k
15:39:16 curl: Saved to filename 'eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:39:16 +453+ cp -vf eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:16 +336+ sha1sum eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:17 
100  435M    0  435M    0     0  7155k      0 --:--:--  0:01:02 --:--:--  9.9M+336+ sha512sum -b eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:17 
100  320M    0  320M    0     0  7105k      0 --:--:--  0:00:46 --:--:-- 8769k
100  322M    0  322M    0     0  7019k      0 --:--:--  0:00:46 --:--:-- 8034k
15:39:18 curl: Saved to filename 'eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:39:18 +407+ cp -vf eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:18 
100  451M    0  451M    0     0  7300k      0 --:--:--  0:01:03 --:--:-- 10.8M+336+ rm eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:39:18 +336+ rm -f eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5
15:39:18 +336+ rm -f eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1
15:39:18 +336+ rm -f eclipse-modeling-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512
15:39:19 'eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:39:19 ++453+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:19 +453+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:39:19 ++453+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:19 +453+ b=eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:19 +453+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:39:19 +453+ md5sum eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:19 
100  469M    0  469M    0     0  7477k      0 --:--:--  0:01:04 --:--:-- 13.0M
100  483M    0  483M    0     0  7579k      0 --:--:--  0:01:05 --:--:-- 14.4M+453+ sha1sum eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:21 'eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:39:21 ++407+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:21 +407+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:39:21 ++407+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:21 +407+ b=eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:21 +407+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:39:21 +407+ md5sum eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:21 
100  498M    0  498M    0     0  7699k      0 --:--:--  0:01:06 --:--:-- 15.7M+407+ sha1sum eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:22 +453+ sha512sum -b eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:22 
100  515M    0  515M    0     0  7841k      0 --:--:--  0:01:07 --:--:-- 16.0M+407+ sha512sum -b eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:23 
100  524M    0  524M    0     0  7911k      0 --:--:--  0:01:07 --:--:-- 16.0M
15:39:23 curl: Saved to filename 'eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:39:23 +301+ cp -vf eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:23 +453+ rm eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:39:23 +453+ rm -f eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5
15:39:23 +453+ rm -f eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1
15:39:23 +453+ rm -f eclipse-scout-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512
15:39:23 +407+ rm eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:39:23 +407+ rm -f eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5
15:39:23 +407+ rm -f eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1
15:39:23 +407+ rm -f eclipse-rcp-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512
15:39:28 'eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg'
15:39:28 ++301+ dirname /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:28 +301+ d=/home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:39:28 ++301+ basename /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp/eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:28 +301+ b=eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:28 +301+ cd /home/jenkins/agent/workspace/notarize-downloads-bug-571669/temp
15:39:28 +301+ md5sum eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:28 +301+ sha1sum eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:29 +301+ sha512sum -b eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg
15:39:31 +301+ rm eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize
15:39:31 +301+ rm -f eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5
15:39:31 +301+ rm -f eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1
15:39:31 +301+ rm -f eclipse-jee-2021-06-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512
15:39:31 ++178+ find /home/jenkins/agent/workspace/notarize-downloads-bug-571669 -name '*.dmg-tonotarize'
15:39:31 +178+ [[ -n '' ]]
15:39:31 $ ssh-agent -k
15:39:31 unset SSH_AUTH_SOCK;
15:39:31 unset SSH_AGENT_PID;
15:39:31 echo Agent pid 63 killed;
15:39:31 [ssh-agent] Stopped.
15:39:32 Archiving artifacts
15:39:32 Finished: SUCCESS