Started by user Jonah Graham Running as Jonah Graham Agent basic-5jc49 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-5jc49" namespace: "packaging" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.packaging.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-5jc49" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-5jc49" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.packaging.svc.cluster.local/packaging/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-packaging" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-5jc49 (basic) in workspace /home/jenkins/agent/workspace/notarize-downloads [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-BXViWtF6etLZ/agent.49 SSH_AGENT_PID=51 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_8730719549116532315.key (/home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_8730719549116532315.key) [ssh-agent] Using credentials genie.packaging (ssh://genie.packaging@projects-storage.eclipse.org) The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning repository https://github.com/eclipse-packaging/packages.git > git init /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages # timeout=10 Fetching upstream changes from https://github.com/eclipse-packaging/packages.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --tags --force --progress -- https://github.com/eclipse-packaging/packages.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-packaging/packages.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 977cfc457418ab1dfa4dc5e20e7254a9e2b860c5 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 977cfc457418ab1dfa4dc5e20e7254a9e2b860c5 # timeout=10 Commit message: "Set version qualifiers with setGitDate script" > git rev-list --no-walk cad2b5baca0c29cc0e547f609f12e4d3ab5979b2 # timeout=10 [notarize-downloads] $ /bin/bash /tmp/jenkins12733233549202610862.sh + export 'PS4=+$$+ ' + PS4='+$$+ ' +133+ SSHUSER=genie.packaging@projects-storage.eclipse.org +133+ SSH='ssh genie.packaging@projects-storage.eclipse.org' +133+ SCP=scp +133+ mkdir temp +133+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++133+ ssh genie.packaging@projects-storage.eclipse.org find /home/data/httpd/download.eclipse.org/technology/epp/staging -maxdepth 1 -name '*.dmg-tonotarize' +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ popd ~/agent/workspace/notarize-downloads ++133+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +182+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg ++182+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg +182+ DMG=eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg +182+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg ++182+ echo eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg ++182+ sed s/_/-/g +182+ PRIMARY_BUNDLE_ID=eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg +182+ retryCount=1 +182+ '[' 1 -gt 0 ']' ++182+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ jq -r .uuid +182+ UUID=42d0106f-09b9-41c0-afd4-4bdbce5d385f ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ 200 == \5\0\3 ]] +182+ [[ 200 == \5\0\2 ]] +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +204+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg ++204+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg +204+ DMG=eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg +204+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg ++204+ echo eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg ++204+ sed s/_/-/g +204+ PRIMARY_BUNDLE_ID=eclipse-jee-2024-06-M1-macosx-cocoa-x86-64.dmg +204+ retryCount=1 +204+ '[' 1 -gt 0 ']' ++204+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2024-06-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ jq -r .uuid +204+ UUID=88421fd8-be50-4776-821e-a7c220ee6713 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ 200 == \5\0\3 ]] +204+ [[ 200 == \5\0\2 ]] +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +226+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg ++226+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg +226+ DMG=eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg +226+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg ++226+ echo eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg ++226+ sed s/_/-/g +226+ PRIMARY_BUNDLE_ID=eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg +226+ retryCount=1 +226+ '[' 1 -gt 0 ']' ++226+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++226+ jq -r .uuid +226+ UUID=bf5aad39-5190-40b1-ae60-fcde4f5c6edb ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ 200 == \5\0\3 ]] +226+ [[ 200 == \5\0\2 ]] +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +248+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg ++248+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg +248+ DMG=eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg +248+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg ++248+ echo eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg ++248+ sed s/_/-/g +248+ PRIMARY_BUNDLE_ID=eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg +248+ retryCount=1 +248+ '[' 1 -gt 0 ']' ++248+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++248+ jq -r .uuid +248+ UUID=db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ 200 == \5\0\3 ]] +248+ [[ 200 == \5\0\2 ]] +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg' +133+ sleep 18s +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg +133+ tee --append eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +280+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg ++280+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg +280+ DMG=eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg +280+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg ++280+ echo eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg ++280+ sed s/_/-/g +280+ PRIMARY_BUNDLE_ID=eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg +280+ retryCount=1 +280+ '[' 1 -gt 0 ']' ++280+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++280+ jq -r .uuid +280+ UUID=a9d66137-86ab-4c6b-8c9c-5de470410a65 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ 200 == \5\0\3 ]] +280+ [[ 200 == \5\0\2 ]] +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +302+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg ++302+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg +302+ DMG=eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg +302+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++302+ echo eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg ++302+ sed s/_/-/g +302+ PRIMARY_BUNDLE_ID=eclipse-rcp-2024-06-M1-macosx-cocoa-x86-64.dmg +302+ retryCount=1 +302+ '[' 1 -gt 0 ']' ++302+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2024-06-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++302+ jq -r .uuid +302+ UUID=c9d14bdc-3b3d-41d7-978e-9519805258c4 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ 200 == \5\0\3 ]] +302+ [[ 200 == \5\0\2 ]] +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +334+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg ++334+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg +334+ DMG=eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg +334+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg ++334+ echo eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg ++334+ sed s/_/-/g +334+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86-64.dmg +334+ retryCount=1 +334+ '[' 1 -gt 0 ']' ++334+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m +334+ RESPONSE_RAW='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ echo '{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++334+ jq -r .uuid +334+ UUID=ecdeae84-cf57-4580-92ea-7ec3a97c013d ++334+ echo '{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++334+ jq -r .notarizationStatus.status +334+ STATUS=IN_PROGRESS +334+ [[ 200 == \5\0\3 ]] +334+ [[ 200 == \5\0\2 ]] +334+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ sleep 1m ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +376+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg ++376+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg +376+ DMG=eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg +376+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg ++376+ echo eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg ++376+ sed s/_/-/g +376+ PRIMARY_BUNDLE_ID=eclipse-modeling-2024-06-M1-macosx-cocoa-x86-64.dmg +376+ retryCount=1 +376+ '[' 1 -gt 0 ']' ++376+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2024-06-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++376+ jq -r .uuid +376+ UUID=608a4cf5-8735-4131-8c17-2ed32bf28be4 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ 200 == \5\0\3 ]] +376+ [[ 200 == \5\0\2 ]] +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +418+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg ++418+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg +418+ DMG=eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg +418+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg ++418+ echo eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg ++418+ sed s/_/-/g +418+ PRIMARY_BUNDLE_ID=eclipse-committers-2024-06-M1-macosx-cocoa-x86-64.dmg +418+ retryCount=1 +418+ '[' 1 -gt 0 ']' ++418+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2024-06-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++418+ jq -r .uuid +418+ UUID=90734669-0056-448f-8bbc-10245fd6192f ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ 200 == \5\0\3 ]] +418+ [[ 200 == \5\0\2 ]] +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +450+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg ++450+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg +450+ DMG=eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg +450+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg ++450+ echo eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg ++450+ sed s/_/-/g +450+ PRIMARY_BUNDLE_ID=eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg +450+ retryCount=1 +450+ '[' 1 -gt 0 ']' ++450+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++450+ jq -r .uuid +450+ UUID=0a74f13a-7cb4-454a-adad-9a14958e8239 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ 200 == \5\0\3 ]] +450+ [[ 200 == \5\0\2 ]] +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ecdeae84-cf57-4580-92ea-7ec3a97c013d/status +334+ RESPONSE_RAW='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ echo '{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++334+ jq -r .notarizationStatus.status +334+ STATUS=IN_PROGRESS +334+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +502+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg ++502+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg +502+ DMG=eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg +502+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg ++502+ echo eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg ++502+ sed s/_/-/g +502+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg +502+ retryCount=1 +502+ '[' 1 -gt 0 ']' ++502+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m +502+ RESPONSE_RAW='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++502+ jq -r .uuid +502+ UUID=723e0e8f-3b22-477a-82a9-cb50ca4c1743 ++502+ echo '{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ 200 == \5\0\3 ]] +502+ [[ 200 == \5\0\2 ]] +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +544+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg ++544+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg +544+ DMG=eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg +544+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++544+ echo eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg ++544+ sed s/_/-/g +544+ PRIMARY_BUNDLE_ID=eclipse-dsl-2024-06-M1-macosx-cocoa-x86-64.dmg +544+ retryCount=1 +544+ '[' 1 -gt 0 ']' ++544+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2024-06-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +585+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg ++585+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg +585+ DMG=eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg +585+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++544+ jq -r .uuid +544+ UUID=69910b73-cb6e-4f20-91c0-7d5532e86eb2 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ 200 == \5\0\3 ]] +544+ [[ 200 == \5\0\2 ]] +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++585+ echo eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg ++585+ sed s/_/-/g +585+ PRIMARY_BUNDLE_ID=eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg +585+ retryCount=1 +585+ '[' 1 -gt 0 ']' ++585+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m +585+ RESPONSE_RAW='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++585+ head -n1 +585+ RESPONSE='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++585+ tail -n1 +585+ STATUS_CODE=200 ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++585+ jq -r .uuid +585+ UUID=6fb38fcd-4966-479e-a634-08a58207eafa ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++585+ jq -r .notarizationStatus.status +585+ STATUS=IN_PROGRESS +585+ [[ 200 == \5\0\3 ]] +585+ [[ 200 == \5\0\2 ]] +585+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +585+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +648+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg ++648+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg +648+ DMG=eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg +648+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ecdeae84-cf57-4580-92ea-7ec3a97c013d/status +334+ RESPONSE_RAW='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ echo '{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++334+ jq -r .notarizationStatus.status +334+ STATUS=IN_PROGRESS +334+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ sleep 1m ++648+ echo eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg ++648+ sed s/_/-/g +648+ PRIMARY_BUNDLE_ID=eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg +648+ retryCount=1 +648+ '[' 1 -gt 0 ']' ++648+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/723e0e8f-3b22-477a-82a9-cb50ca4c1743/status +502+ RESPONSE_RAW='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +709+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg ++709+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg +709+ DMG=eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg +709+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++648+ jq -r .uuid +648+ UUID=2a456a40-ac95-44c4-8489-5eee6d0fc6e5 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ 200 == \5\0\3 ]] +648+ [[ 200 == \5\0\2 ]] +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++709+ echo eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg ++709+ sed s/_/-/g +709+ PRIMARY_BUNDLE_ID=eclipse-php-2024-06-M1-macosx-cocoa-x86-64.dmg +709+ retryCount=1 +709+ '[' 1 -gt 0 ']' ++709+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-php-2024-06-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m +709+ RESPONSE_RAW='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++709+ head -n1 +709+ RESPONSE='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++709+ tail -n1 +709+ STATUS_CODE=200 ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++709+ jq -r .uuid +709+ UUID=bf91cd3d-cd5d-4d57-9dc8-e545159c1769 ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++709+ jq -r .notarizationStatus.status +709+ STATUS=IN_PROGRESS +709+ [[ 200 == \5\0\3 ]] +709+ [[ 200 == \5\0\2 ]] +709+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +709+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +762+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg ++762+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg +762+ DMG=eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg +762+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++762+ echo eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg ++762+ sed s/_/-/g +762+ PRIMARY_BUNDLE_ID=eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg +762+ retryCount=1 +762+ '[' 1 -gt 0 ']' ++762+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m +762+ RESPONSE_RAW='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++762+ head -n1 +762+ RESPONSE='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++762+ tail -n1 +762+ STATUS_CODE=200 ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++762+ jq -r .uuid +762+ UUID=efb29b0d-b57c-4047-a774-f6ed02bcfe30 ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++762+ jq -r .notarizationStatus.status +762+ STATUS=IN_PROGRESS +762+ [[ 200 == \5\0\3 ]] +762+ [[ 200 == \5\0\2 ]] +762+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +762+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++585+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fb38fcd-4966-479e-a634-08a58207eafa/status +585+ RESPONSE_RAW='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++585+ head -n1 +585+ RESPONSE='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++585+ tail -n1 +585+ STATUS_CODE=200 ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++585+ jq -r .notarizationStatus.status +585+ STATUS=IN_PROGRESS +585+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +585+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +834+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg ++834+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg +834+ DMG=eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg +834+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg ++834+ echo eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg ++834+ sed s/_/-/g +834+ PRIMARY_BUNDLE_ID=eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg +834+ retryCount=1 +834+ '[' 1 -gt 0 ']' ++834+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ jq -r .notarizationStatus.status ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ecdeae84-cf57-4580-92ea-7ec3a97c013d/status +334+ RESPONSE_RAW='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ echo '{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++334+ jq -r .notarizationStatus.status +334+ STATUS=IN_PROGRESS +334+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ sleep 1m +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++834+ jq -r .uuid +834+ UUID=ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ 200 == \5\0\3 ]] +834+ [[ 200 == \5\0\2 ]] +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +896+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg ++896+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg +896+ DMG=eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg +896+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg ++896+ echo eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg ++896+ sed s/_/-/g +896+ PRIMARY_BUNDLE_ID=eclipse-scout-2024-06-M1-macosx-cocoa-x86-64.dmg +896+ retryCount=1 +896+ '[' 1 -gt 0 ']' ++896+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2024-06-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/723e0e8f-3b22-477a-82a9-cb50ca4c1743/status +502+ RESPONSE_RAW='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++896+ jq -r .uuid +896+ UUID=fd85b1d6-e08d-4c88-905c-9d18fe2f4054 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ 200 == \5\0\3 ]] +896+ [[ 200 == \5\0\2 ]] +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +133+ LOG=eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +959+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg ++959+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg +959+ DMG=eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg +959+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++709+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf91cd3d-cd5d-4d57-9dc8-e545159c1769/status +709+ RESPONSE_RAW='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++709+ head -n1 +709+ RESPONSE='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++709+ tail -n1 +709+ STATUS_CODE=200 ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++709+ jq -r .notarizationStatus.status +709+ STATUS=IN_PROGRESS +709+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +709+ sleep 1m ++959+ echo eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg ++959+ sed s/_/-/g +959+ PRIMARY_BUNDLE_ID=eclipse-java-2024-06-M1-macosx-cocoa-x86-64.dmg +959+ retryCount=1 +959+ '[' 1 -gt 0 ']' ++959+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-java-2024-06-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++959+ jq -r .uuid +959+ UUID=abf2bc0c-04db-4cca-950d-c71ccb853d68 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ 200 == \5\0\3 ]] +959+ [[ 200 == \5\0\2 ]] +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +1030+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg ++1030+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg +1030+ DMG=eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg +1030+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg ++762+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/efb29b0d-b57c-4047-a774-f6ed02bcfe30/status +762+ RESPONSE_RAW='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++762+ head -n1 +762+ RESPONSE='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++762+ tail -n1 +762+ STATUS_CODE=200 ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++762+ jq -r .notarizationStatus.status +762+ STATUS=IN_PROGRESS +762+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +762+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++1030+ echo eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg ++1030+ sed s/_/-/g +1030+ PRIMARY_BUNDLE_ID=eclipse-cpp-2024-06-M1-macosx-cocoa-x86-64.dmg +1030+ retryCount=1 +1030+ '[' 1 -gt 0 ']' ++1030+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2024-06-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++585+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fb38fcd-4966-479e-a634-08a58207eafa/status +585+ RESPONSE_RAW='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++585+ head -n1 +585+ RESPONSE='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++585+ tail -n1 +585+ STATUS_CODE=200 ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++585+ jq -r .notarizationStatus.status +585+ STATUS=IN_PROGRESS +585+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +585+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1030+ jq -r .uuid +1030+ UUID=853e42a1-aff4-403c-8de6-4d4992f74971 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ 200 == \5\0\3 ]] +1030+ [[ 200 == \5\0\2 ]] +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ecdeae84-cf57-4580-92ea-7ec3a97c013d/status +334+ RESPONSE_RAW='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ echo '{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++334+ jq -r .notarizationStatus.status +334+ STATUS=IN_PROGRESS +334+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m +133+ jobs -p 182 204 226 248 280 302 334 376 418 450 502 544 585 648 709 762 834 896 959 1030 +133+ wait ++133+ jobs -p ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/723e0e8f-3b22-477a-82a9-cb50ca4c1743/status +502+ RESPONSE_RAW='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/status +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++709+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf91cd3d-cd5d-4d57-9dc8-e545159c1769/status +709+ RESPONSE_RAW='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++709+ head -n1 +709+ RESPONSE='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++709+ tail -n1 +709+ STATUS_CODE=200 ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++709+ jq -r .notarizationStatus.status +709+ STATUS=IN_PROGRESS +709+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +709+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++762+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/efb29b0d-b57c-4047-a774-f6ed02bcfe30/status +762+ RESPONSE_RAW='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++762+ head -n1 +762+ RESPONSE='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++762+ tail -n1 +762+ STATUS_CODE=200 ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++762+ jq -r .notarizationStatus.status +762+ STATUS=IN_PROGRESS +762+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +762+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++585+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fb38fcd-4966-479e-a634-08a58207eafa/status +585+ RESPONSE_RAW='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++585+ head -n1 +585+ RESPONSE='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++585+ tail -n1 +585+ STATUS_CODE=200 ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++585+ jq -r .notarizationStatus.status +585+ STATUS=IN_PROGRESS +585+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +585+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ecdeae84-cf57-4580-92ea-7ec3a97c013d/status +334+ RESPONSE_RAW='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ echo '{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++334+ jq -r .notarizationStatus.status +334+ STATUS=IN_PROGRESS +334+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/723e0e8f-3b22-477a-82a9-cb50ca4c1743/status +502+ RESPONSE_RAW='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/status +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++709+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf91cd3d-cd5d-4d57-9dc8-e545159c1769/status +709+ RESPONSE_RAW='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++709+ head -n1 +709+ RESPONSE='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++709+ tail -n1 +709+ STATUS_CODE=200 ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++709+ jq -r .notarizationStatus.status +709+ STATUS=IN_PROGRESS +709+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +709+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++762+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/efb29b0d-b57c-4047-a774-f6ed02bcfe30/status +762+ RESPONSE_RAW='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++762+ head -n1 +762+ RESPONSE='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++762+ tail -n1 +762+ STATUS_CODE=200 ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++762+ jq -r .notarizationStatus.status +762+ STATUS=IN_PROGRESS +762+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +762+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++585+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fb38fcd-4966-479e-a634-08a58207eafa/status +585+ RESPONSE_RAW='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++585+ head -n1 +585+ RESPONSE='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++585+ tail -n1 +585+ STATUS_CODE=200 ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++585+ jq -r .notarizationStatus.status +585+ STATUS=IN_PROGRESS +585+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +585+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ecdeae84-cf57-4580-92ea-7ec3a97c013d/status +334+ RESPONSE_RAW='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ echo '{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++334+ jq -r .notarizationStatus.status +334+ STATUS=IN_PROGRESS +334+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/723e0e8f-3b22-477a-82a9-cb50ca4c1743/status +502+ RESPONSE_RAW='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/status +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++709+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf91cd3d-cd5d-4d57-9dc8-e545159c1769/status +709+ RESPONSE_RAW='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++709+ head -n1 +709+ RESPONSE='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++709+ tail -n1 +709+ STATUS_CODE=200 ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++709+ jq -r .notarizationStatus.status +709+ STATUS=IN_PROGRESS +709+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +709+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++762+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/efb29b0d-b57c-4047-a774-f6ed02bcfe30/status +762+ RESPONSE_RAW='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++762+ head -n1 +762+ RESPONSE='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++762+ tail -n1 +762+ STATUS_CODE=200 ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++762+ jq -r .notarizationStatus.status +762+ STATUS=IN_PROGRESS +762+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +762+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++585+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fb38fcd-4966-479e-a634-08a58207eafa/status +585+ RESPONSE_RAW='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++585+ head -n1 +585+ RESPONSE='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++585+ tail -n1 +585+ STATUS_CODE=200 ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++585+ jq -r .notarizationStatus.status +585+ STATUS=IN_PROGRESS +585+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +585+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ecdeae84-cf57-4580-92ea-7ec3a97c013d/status +334+ RESPONSE_RAW='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ echo '{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++334+ jq -r .notarizationStatus.status +334+ STATUS=IN_PROGRESS +334+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/723e0e8f-3b22-477a-82a9-cb50ca4c1743/status +502+ RESPONSE_RAW='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/status +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++709+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf91cd3d-cd5d-4d57-9dc8-e545159c1769/status +709+ RESPONSE_RAW='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++709+ head -n1 +709+ RESPONSE='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++709+ tail -n1 +709+ STATUS_CODE=200 ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++709+ jq -r .notarizationStatus.status +709+ STATUS=IN_PROGRESS +709+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +709+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++762+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/efb29b0d-b57c-4047-a774-f6ed02bcfe30/status +762+ RESPONSE_RAW='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++762+ head -n1 +762+ RESPONSE='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++762+ tail -n1 +762+ STATUS_CODE=200 ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++762+ jq -r .notarizationStatus.status +762+ STATUS=IN_PROGRESS +762+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +762+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++585+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fb38fcd-4966-479e-a634-08a58207eafa/status +585+ RESPONSE_RAW='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++585+ head -n1 +585+ RESPONSE='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++585+ tail -n1 +585+ STATUS_CODE=200 ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++585+ jq -r .notarizationStatus.status +585+ STATUS=IN_PROGRESS +585+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +585+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ecdeae84-cf57-4580-92ea-7ec3a97c013d/status +334+ RESPONSE_RAW='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ echo '{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++334+ jq -r .notarizationStatus.status +334+ STATUS=IN_PROGRESS +334+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/723e0e8f-3b22-477a-82a9-cb50ca4c1743/status +502+ RESPONSE_RAW='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/status +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++709+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf91cd3d-cd5d-4d57-9dc8-e545159c1769/status +709+ RESPONSE_RAW='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++709+ head -n1 +709+ RESPONSE='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++709+ tail -n1 +709+ STATUS_CODE=200 ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++709+ jq -r .notarizationStatus.status +709+ STATUS=IN_PROGRESS +709+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +709+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++762+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/efb29b0d-b57c-4047-a774-f6ed02bcfe30/status +762+ RESPONSE_RAW='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++762+ head -n1 +762+ RESPONSE='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++762+ tail -n1 +762+ STATUS_CODE=200 ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++762+ jq -r .notarizationStatus.status +762+ STATUS=IN_PROGRESS +762+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +762+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++585+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fb38fcd-4966-479e-a634-08a58207eafa/status +585+ RESPONSE_RAW='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++585+ head -n1 +585+ RESPONSE='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++585+ tail -n1 +585+ STATUS_CODE=200 ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++585+ jq -r .notarizationStatus.status +585+ STATUS=IN_PROGRESS +585+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +585+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ecdeae84-cf57-4580-92ea-7ec3a97c013d/status +334+ RESPONSE_RAW='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ echo '{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++334+ jq -r .notarizationStatus.status +334+ STATUS=IN_PROGRESS +334+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/723e0e8f-3b22-477a-82a9-cb50ca4c1743/status +502+ RESPONSE_RAW='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/status +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++709+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf91cd3d-cd5d-4d57-9dc8-e545159c1769/status +709+ RESPONSE_RAW='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++709+ head -n1 +709+ RESPONSE='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++709+ tail -n1 +709+ STATUS_CODE=200 ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++709+ jq -r .notarizationStatus.status +709+ STATUS=IN_PROGRESS +709+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +709+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++762+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/efb29b0d-b57c-4047-a774-f6ed02bcfe30/status +762+ RESPONSE_RAW='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++762+ head -n1 +762+ RESPONSE='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++762+ tail -n1 +762+ STATUS_CODE=200 ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++762+ jq -r .notarizationStatus.status +762+ STATUS=IN_PROGRESS +762+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +762+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++585+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fb38fcd-4966-479e-a634-08a58207eafa/status +585+ RESPONSE_RAW='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++585+ head -n1 +585+ RESPONSE='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++585+ tail -n1 +585+ STATUS_CODE=200 ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++585+ jq -r .notarizationStatus.status +585+ STATUS=IN_PROGRESS +585+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +585+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ecdeae84-cf57-4580-92ea-7ec3a97c013d/status +334+ RESPONSE_RAW='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ echo '{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++334+ jq -r .notarizationStatus.status +334+ STATUS=IN_PROGRESS +334+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/723e0e8f-3b22-477a-82a9-cb50ca4c1743/status +502+ RESPONSE_RAW='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/status +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++709+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf91cd3d-cd5d-4d57-9dc8-e545159c1769/status +709+ RESPONSE_RAW='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++709+ head -n1 +709+ RESPONSE='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++709+ tail -n1 +709+ STATUS_CODE=200 ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++709+ jq -r .notarizationStatus.status +709+ STATUS=IN_PROGRESS +709+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +709+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++762+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/efb29b0d-b57c-4047-a774-f6ed02bcfe30/status +762+ RESPONSE_RAW='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++762+ head -n1 +762+ RESPONSE='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++762+ tail -n1 +762+ STATUS_CODE=200 ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++762+ jq -r .notarizationStatus.status +762+ STATUS=IN_PROGRESS +762+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +762+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++585+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fb38fcd-4966-479e-a634-08a58207eafa/status +585+ RESPONSE_RAW='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++585+ head -n1 +585+ RESPONSE='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++585+ tail -n1 +585+ STATUS_CODE=200 ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++585+ jq -r .notarizationStatus.status +585+ STATUS=IN_PROGRESS +585+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +585+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ecdeae84-cf57-4580-92ea-7ec3a97c013d/status +334+ RESPONSE_RAW='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ echo '{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++334+ jq -r .notarizationStatus.status +334+ STATUS=IN_PROGRESS +334+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/723e0e8f-3b22-477a-82a9-cb50ca4c1743/status +502+ RESPONSE_RAW='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/status +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++709+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf91cd3d-cd5d-4d57-9dc8-e545159c1769/status +709+ RESPONSE_RAW='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++709+ head -n1 +709+ RESPONSE='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++709+ tail -n1 +709+ STATUS_CODE=200 ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++709+ jq -r .notarizationStatus.status +709+ STATUS=IN_PROGRESS +709+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +709+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++762+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/efb29b0d-b57c-4047-a774-f6ed02bcfe30/status +762+ RESPONSE_RAW='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++762+ head -n1 +762+ RESPONSE='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++762+ tail -n1 +762+ STATUS_CODE=200 ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++762+ jq -r .notarizationStatus.status +762+ STATUS=IN_PROGRESS +762+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +762+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++585+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fb38fcd-4966-479e-a634-08a58207eafa/status +585+ RESPONSE_RAW='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++585+ head -n1 +585+ RESPONSE='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++585+ tail -n1 +585+ STATUS_CODE=200 ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++585+ jq -r .notarizationStatus.status +585+ STATUS=IN_PROGRESS +585+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +585+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ecdeae84-cf57-4580-92ea-7ec3a97c013d/status +334+ RESPONSE_RAW='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ echo '{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++334+ jq -r .notarizationStatus.status +334+ STATUS=IN_PROGRESS +334+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/723e0e8f-3b22-477a-82a9-cb50ca4c1743/status +502+ RESPONSE_RAW='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/status +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++709+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf91cd3d-cd5d-4d57-9dc8-e545159c1769/status +709+ RESPONSE_RAW='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++709+ head -n1 +709+ RESPONSE='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++709+ tail -n1 +709+ STATUS_CODE=200 ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++709+ jq -r .notarizationStatus.status +709+ STATUS=IN_PROGRESS +709+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +709+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++762+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/efb29b0d-b57c-4047-a774-f6ed02bcfe30/status +762+ RESPONSE_RAW='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++762+ head -n1 +762+ RESPONSE='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++762+ tail -n1 +762+ STATUS_CODE=200 ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++762+ jq -r .notarizationStatus.status +762+ STATUS=IN_PROGRESS +762+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +762+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++585+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fb38fcd-4966-479e-a634-08a58207eafa/status +585+ RESPONSE_RAW='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++585+ head -n1 +585+ RESPONSE='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++585+ tail -n1 +585+ STATUS_CODE=200 ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++585+ jq -r .notarizationStatus.status +585+ STATUS=IN_PROGRESS +585+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +585+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ecdeae84-cf57-4580-92ea-7ec3a97c013d/status +334+ RESPONSE_RAW='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ echo '{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++334+ jq -r .notarizationStatus.status +334+ STATUS=IN_PROGRESS +334+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/723e0e8f-3b22-477a-82a9-cb50ca4c1743/status +502+ RESPONSE_RAW='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/status +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++709+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf91cd3d-cd5d-4d57-9dc8-e545159c1769/status +709+ RESPONSE_RAW='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++709+ head -n1 +709+ RESPONSE='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++709+ tail -n1 +709+ STATUS_CODE=200 ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++709+ jq -r .notarizationStatus.status +709+ STATUS=IN_PROGRESS +709+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +709+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ jq -r .notarizationStatus.status ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++762+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/efb29b0d-b57c-4047-a774-f6ed02bcfe30/status +762+ RESPONSE_RAW='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++762+ head -n1 +762+ RESPONSE='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++762+ tail -n1 +762+ STATUS_CODE=200 ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++762+ jq -r .notarizationStatus.status +762+ STATUS=IN_PROGRESS +762+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +762+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++585+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fb38fcd-4966-479e-a634-08a58207eafa/status +585+ RESPONSE_RAW='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++585+ head -n1 +585+ RESPONSE='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++585+ tail -n1 +585+ STATUS_CODE=200 ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++585+ jq -r .notarizationStatus.status +585+ STATUS=IN_PROGRESS +585+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +585+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ecdeae84-cf57-4580-92ea-7ec3a97c013d/status +334+ RESPONSE_RAW='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","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\": \"240382a8-95a8-4a83-a0d6-0b288b5a4a79\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg\",\n \"uploadDate\": \"2024-04-11T21:20:07.251Z\",\n \"sha256\": \"7e06ea8db3798a3b7468e0d7936351b104d424cfab5add16faae8e931c6d6d90\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f237014d6aec08663d5a8def0c0f3a8b42afe94e\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c2926574e89aec6514c2e6e5addcc9b60dfe8a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c2926574e89aec6514c2e6e5addcc9b60dfe8a7\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","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\": \"240382a8-95a8-4a83-a0d6-0b288b5a4a79\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg\",\n \"uploadDate\": \"2024-04-11T21:20:07.251Z\",\n \"sha256\": \"7e06ea8db3798a3b7468e0d7936351b104d424cfab5add16faae8e931c6d6d90\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f237014d6aec08663d5a8def0c0f3a8b42afe94e\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c2926574e89aec6514c2e6e5addcc9b60dfe8a7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c2926574e89aec6514c2e6e5addcc9b60dfe8a7\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ jq -r .notarizationStatus.status ++334+ echo '{"uuid":"ecdeae84-cf57-4580-92ea-7ec3a97c013d","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\":' '\"240382a8-95a8-4a83-a0d6-0b288b5a4a79\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:20:07.251Z\",\n' '\"sha256\":' '\"7e06ea8db3798a3b7468e0d7936351b104d424cfab5add16faae8e931c6d6d90\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f237014d6aec08663d5a8def0c0f3a8b42afe94e\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4c2926574e89aec6514c2e6e5addcc9b60dfe8a7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0d84446ed183429d91d347d3608d126f74dea13\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c384d4a1366f3bf11f15601154d337fe1b815821\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56db27f8f145fa862542c0d2c9592d8d69436186\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c36958766d500048129da106e3c4ebd319c0c6d8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ae7be728cf595e1e718462c4563da4afa081569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b468fa81027048c090a041f53ba22974236a2c1d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51072a5db43be58f9ac1494222006a6f7b163adb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b57da49024b0b5235c347c497ebe2051835f2819\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"674a51db3493c383c77407bcdb2d318af865499d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20931810e720111400be6b4e8f943153679c103e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"427aeb6b74cb09e81be131cc693518e8537630ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01975133c820aa353af4166d8517f84b05ea7dd1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20795049135a80d66a48a5e8400393ab0a0624a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5fedfb9609715b95820fae530250ccc6c62d384\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64-3836294532996870907.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4c2926574e89aec6514c2e6e5addcc9b60dfe8a7\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +334+ STATUS=COMPLETE +334+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ [[ 200 == \5\0\3 ]] +334+ [[ 200 == \5\0\2 ]] +334+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +334+ break +334+ rm eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg +334+ curl -JO https://cbi.eclipse.org/macos/xcrun/ecdeae84-cf57-4580-92ea-7ec3a97c013d/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32.4M 0 32.4M 0 0 76.3M 0 --:--:-- --:--:-- --:--:-- 76.1M 100 112M 0 112M 0 0 78.5M 0 --:--:-- 0:00:01 --:--:-- 78.4M++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m 100 194M 0 194M 0 0 79.8M 0 --:--:-- 0:00:02 --:--:-- 79.8M 100 276M 0 276M 0 0 80.6M 0 --:--:-- 0:00:03 --:--:-- 80.6M 100 359M 0 359M 0 0 81.2M 0 --:--:-- 0:00:04 --:--:-- 81.2M 100 391M 0 391M 0 0 81.5M 0 --:--:-- 0:00:04 --:--:-- 82.0M curl: Saved to filename 'eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg' +334+ cp -vf eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg 'eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg' ++334+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg +334+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++334+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg +334+ b=eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg +334+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +334+ md5sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg +334+ sha1sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg +334+ sha512sum -b eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m +334+ rm eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +334+ rm -f eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +334+ rm -f eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +334+ rm -f eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/723e0e8f-3b22-477a-82a9-cb50ca4c1743/status +502+ RESPONSE_RAW='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/status +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++709+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf91cd3d-cd5d-4d57-9dc8-e545159c1769/status +709+ RESPONSE_RAW='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++709+ head -n1 +709+ RESPONSE='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++709+ tail -n1 +709+ STATUS_CODE=200 ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++709+ jq -r .notarizationStatus.status +709+ STATUS=IN_PROGRESS +709+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +709+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++762+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/efb29b0d-b57c-4047-a774-f6ed02bcfe30/status +762+ RESPONSE_RAW='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++762+ head -n1 +762+ RESPONSE='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++762+ tail -n1 +762+ STATUS_CODE=200 ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++762+ jq -r .notarizationStatus.status +762+ STATUS=IN_PROGRESS +762+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +762+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++585+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fb38fcd-4966-479e-a634-08a58207eafa/status +585+ RESPONSE_RAW='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++585+ head -n1 +585+ RESPONSE='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++585+ tail -n1 +585+ STATUS_CODE=200 ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++585+ jq -r .notarizationStatus.status +585+ STATUS=IN_PROGRESS +585+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +585+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/723e0e8f-3b22-477a-82a9-cb50ca4c1743/status +502+ RESPONSE_RAW='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","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\": \"dabebb30-6d72-4b93-b952-775086562cc0\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg\",\n \"uploadDate\": \"2024-04-11T21:21:20.765Z\",\n \"sha256\": \"2300c1b53f514d918a64fa44ab95a6690ca9535e5a357f09764e32781cbbe936\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cbeba6286f279fe3aa7807547966a1ccbeef7826\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa109d8a86357dda1363ffc58cb216741bc65bf0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa109d8a86357dda1363ffc58cb216741bc65bf0\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","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\": \"dabebb30-6d72-4b93-b952-775086562cc0\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg\",\n \"uploadDate\": \"2024-04-11T21:21:20.765Z\",\n \"sha256\": \"2300c1b53f514d918a64fa44ab95a6690ca9535e5a357f09764e32781cbbe936\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cbeba6286f279fe3aa7807547966a1ccbeef7826\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa109d8a86357dda1363ffc58cb216741bc65bf0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa109d8a86357dda1363ffc58cb216741bc65bf0\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ jq -r .notarizationStatus.status ++502+ echo '{"uuid":"723e0e8f-3b22-477a-82a9-cb50ca4c1743","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\":' '\"dabebb30-6d72-4b93-b952-775086562cc0\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:21:20.765Z\",\n' '\"sha256\":' '\"2300c1b53f514d918a64fa44ab95a6690ca9535e5a357f09764e32781cbbe936\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cbeba6286f279fe3aa7807547966a1ccbeef7826\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa109d8a86357dda1363ffc58cb216741bc65bf0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"973517d8b5ae54541eeff89996e6945da59b4d25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"84264252757535fef718ec0a04eddefbbdfaaddc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87aa9a4b013797b7c76c057fa40599b663a69760\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a717922fca289e9aca4ce97b4305e39db076b73c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf20da0a882203543e1a611afbb52e6317df7d09\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9dace9431df6db723e46540ecb4ffd4377973393\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ea88d306e762e37059709b19c43e5a1225e6895\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1167597f54a12ca6af40a5964f1faa7eab791531\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2cdd34b12a61437081a27e7c8497a92025612e26\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c0e562a072699957f3debf512c5b5abd1e394941\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"394ba74fcfba45508a5b101a8414cabf408bc846\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae83417aa739427162d08f673431266d24ae5bce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"30233282ba3c4007eeea26d89968538e238c29a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2e73fce100befaf01e9e7626094897ab5409e9db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faab78f84e538e1f4d552066420b745125cbc3ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48853bae64d04b9b309fd476fa692133a27fb756\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac43031f894b2508208c8524b01a164f4f38e990\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"201c329523e750bcf6822847aa61eb1d8a375802\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e619c9097b656d070285ea833a448202e84db841\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02f5825377d0e5ca39106641613264d4acb00f0d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64-7078826208333002317.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa109d8a86357dda1363ffc58cb216741bc65bf0\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +502+ STATUS=COMPLETE +502+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ [[ 200 == \5\0\3 ]] +502+ [[ 200 == \5\0\2 ]] +502+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +502+ break +502+ rm eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg +502+ curl -JO https://cbi.eclipse.org/macos/xcrun/723e0e8f-3b22-477a-82a9-cb50ca4c1743/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m 100 5526k 0 5526k 0 0 19.0M 0 --:--:-- --:--:-- --:--:-- 19.0M++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status 100 21.9M 0 21.9M 0 0 15.7M 0 --:--:-- 0:00:01 --:--:-- 15.7M+648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m 100 54.0M 0 54.0M 0 0 23.7M 0 --:--:-- 0:00:02 --:--:-- 23.7M 100 124M 0 124M 0 0 38.0M 0 --:--:-- 0:00:03 --:--:-- 38.0M 100 201M 0 201M 0 0 47.2M 0 --:--:-- 0:00:04 --:--:-- 47.1M 100 274M 0 274M 0 0 51.9M 0 --:--:-- 0:00:05 --:--:-- 53.8M++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/status +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m 100 350M 0 350M 0 0 55.8M 0 --:--:-- 0:00:06 --:--:-- 67.2M 100 389M 0 389M 0 0 57.5M 0 --:--:-- 0:00:06 --:--:-- 74.6M curl: Saved to filename 'eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg' +502+ cp -vf eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg 'eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg' ++502+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg +502+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++502+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg +502+ b=eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg +502+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +502+ md5sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg +502+ sha1sum eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +502+ sha512sum -b eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m +502+ rm eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +502+ rm -f eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +502+ rm -f eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +502+ rm -f eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++709+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf91cd3d-cd5d-4d57-9dc8-e545159c1769/status +709+ RESPONSE_RAW='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++709+ head -n1 +709+ RESPONSE='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++709+ tail -n1 +709+ STATUS_CODE=200 ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++709+ jq -r .notarizationStatus.status +709+ STATUS=IN_PROGRESS +709+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +709+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++762+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/efb29b0d-b57c-4047-a774-f6ed02bcfe30/status +762+ RESPONSE_RAW='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++762+ head -n1 +762+ RESPONSE='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++762+ tail -n1 +762+ STATUS_CODE=200 ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++762+ jq -r .notarizationStatus.status +762+ STATUS=IN_PROGRESS +762+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +762+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++585+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fb38fcd-4966-479e-a634-08a58207eafa/status +585+ RESPONSE_RAW='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++585+ head -n1 +585+ RESPONSE='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++585+ tail -n1 +585+ STATUS_CODE=200 ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++585+ jq -r .notarizationStatus.status +585+ STATUS=IN_PROGRESS +585+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +585+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/status +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++709+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf91cd3d-cd5d-4d57-9dc8-e545159c1769/status +709+ RESPONSE_RAW='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++709+ head -n1 +709+ RESPONSE='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++709+ tail -n1 +709+ STATUS_CODE=200 ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++709+ jq -r .notarizationStatus.status +709+ STATUS=IN_PROGRESS +709+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +709+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++762+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/efb29b0d-b57c-4047-a774-f6ed02bcfe30/status +762+ RESPONSE_RAW='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++762+ head -n1 +762+ RESPONSE='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++762+ tail -n1 +762+ STATUS_CODE=200 ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++762+ jq -r .notarizationStatus.status +762+ STATUS=IN_PROGRESS +762+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +762+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++585+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fb38fcd-4966-479e-a634-08a58207eafa/status +585+ RESPONSE_RAW='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","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\": \"fab6e82d-8bfb-4948-80f1-87598504b030\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg\",\n \"uploadDate\": \"2024-04-11T21:21:49.110Z\",\n \"sha256\": \"ef0a7937467f58f377b3662f8d52fc53fcc3d8dd1dde051bd1fbac9f963a97f3\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62495229f4438e19ef8be8f764899340b77fa5cc\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b42a9bf4c0bcca15b4e718c97e41cd7654aca2aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b42a9bf4c0bcca15b4e718c97e41cd7654aca2aa\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++585+ head -n1 +585+ RESPONSE='{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","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\": \"fab6e82d-8bfb-4948-80f1-87598504b030\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg\",\n \"uploadDate\": \"2024-04-11T21:21:49.110Z\",\n \"sha256\": \"ef0a7937467f58f377b3662f8d52fc53fcc3d8dd1dde051bd1fbac9f963a97f3\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62495229f4438e19ef8be8f764899340b77fa5cc\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b42a9bf4c0bcca15b4e718c97e41cd7654aca2aa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b42a9bf4c0bcca15b4e718c97e41cd7654aca2aa\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++585+ tail -n1 +585+ STATUS_CODE=200 ++585+ jq -r .notarizationStatus.status ++585+ echo '{"uuid":"6fb38fcd-4966-479e-a634-08a58207eafa","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\":' '\"fab6e82d-8bfb-4948-80f1-87598504b030\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:21:49.110Z\",\n' '\"sha256\":' '\"ef0a7937467f58f377b3662f8d52fc53fcc3d8dd1dde051bd1fbac9f963a97f3\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62495229f4438e19ef8be8f764899340b77fa5cc\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b42a9bf4c0bcca15b4e718c97e41cd7654aca2aa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"973517d8b5ae54541eeff89996e6945da59b4d25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"84264252757535fef718ec0a04eddefbbdfaaddc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87aa9a4b013797b7c76c057fa40599b663a69760\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a717922fca289e9aca4ce97b4305e39db076b73c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf20da0a882203543e1a611afbb52e6317df7d09\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9dace9431df6db723e46540ecb4ffd4377973393\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ea88d306e762e37059709b19c43e5a1225e6895\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1167597f54a12ca6af40a5964f1faa7eab791531\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2cdd34b12a61437081a27e7c8497a92025612e26\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c0e562a072699957f3debf512c5b5abd1e394941\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"394ba74fcfba45508a5b101a8414cabf408bc846\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae83417aa739427162d08f673431266d24ae5bce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"30233282ba3c4007eeea26d89968538e238c29a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2e73fce100befaf01e9e7626094897ab5409e9db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faab78f84e538e1f4d552066420b745125cbc3ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48853bae64d04b9b309fd476fa692133a27fb756\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac43031f894b2508208c8524b01a164f4f38e990\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"201c329523e750bcf6822847aa61eb1d8a375802\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e619c9097b656d070285ea833a448202e84db841\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02f5825377d0e5ca39106641613264d4acb00f0d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-aarch64-11684209346912889042.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b42a9bf4c0bcca15b4e718c97e41cd7654aca2aa\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +585+ STATUS=COMPLETE +585+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +585+ [[ 200 == \5\0\3 ]] +585+ [[ 200 == \5\0\2 ]] +585+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +585+ break +585+ rm eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg +585+ curl -JO https://cbi.eclipse.org/macos/xcrun/6fb38fcd-4966-479e-a634-08a58207eafa/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 28.2M 0 28.2M 0 0 65.4M 0 --:--:-- --:--:-- --:--:-- 65.3M 100 105M 0 105M 0 0 73.4M 0 --:--:-- 0:00:01 --:--:-- 73.3M 100 178M 0 178M 0 0 73.3M 0 --:--:-- 0:00:02 --:--:-- 73.2M 100 254M 0 254M 0 0 74.3M 0 --:--:-- 0:00:03 --:--:-- 74.3M 100 328M 0 328M 0 0 75.5M 0 --:--:-- 0:00:04 --:--:-- 75.5M curl: Saved to filename 'eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg' +585+ cp -vf eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg 'eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg' ++585+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg +585+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++585+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg +585+ b=eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg +585+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +585+ md5sum eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg +585+ sha1sum eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m +585+ sha512sum -b eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg +585+ rm eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +585+ rm -f eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +585+ rm -f eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +585+ rm -f eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++248+ jq -r .notarizationStatus.status +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/status +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++709+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf91cd3d-cd5d-4d57-9dc8-e545159c1769/status +709+ RESPONSE_RAW='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","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\": \"98f6eb6d-4356-4ac1-a5a7-178bbe9817d5\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg\",\n \"uploadDate\": \"2024-04-11T21:22:37.041Z\",\n \"sha256\": \"292505d35e83c25a1b1186b225d1fcd82383f4a4eb86f0425fc5f6d2f983fa82\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"88e0ea7cf8ccf011b3b64df4d3e4a1b6744408d5\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd031fc8b8cfadae259cf806ecf396e738e0b482\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd031fc8b8cfadae259cf806ecf396e738e0b482\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++709+ head -n1 +709+ RESPONSE='{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","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\": \"98f6eb6d-4356-4ac1-a5a7-178bbe9817d5\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg\",\n \"uploadDate\": \"2024-04-11T21:22:37.041Z\",\n \"sha256\": \"292505d35e83c25a1b1186b225d1fcd82383f4a4eb86f0425fc5f6d2f983fa82\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"88e0ea7cf8ccf011b3b64df4d3e4a1b6744408d5\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd031fc8b8cfadae259cf806ecf396e738e0b482\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd031fc8b8cfadae259cf806ecf396e738e0b482\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++709+ tail -n1 +709+ STATUS_CODE=200 ++709+ jq -r .notarizationStatus.status ++709+ echo '{"uuid":"bf91cd3d-cd5d-4d57-9dc8-e545159c1769","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\":' '\"98f6eb6d-4356-4ac1-a5a7-178bbe9817d5\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:22:37.041Z\",\n' '\"sha256\":' '\"292505d35e83c25a1b1186b225d1fcd82383f4a4eb86f0425fc5f6d2f983fa82\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"88e0ea7cf8ccf011b3b64df4d3e4a1b6744408d5\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd031fc8b8cfadae259cf806ecf396e738e0b482\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0d84446ed183429d91d347d3608d126f74dea13\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c384d4a1366f3bf11f15601154d337fe1b815821\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56db27f8f145fa862542c0d2c9592d8d69436186\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c36958766d500048129da106e3c4ebd319c0c6d8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ae7be728cf595e1e718462c4563da4afa081569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b468fa81027048c090a041f53ba22974236a2c1d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51072a5db43be58f9ac1494222006a6f7b163adb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b57da49024b0b5235c347c497ebe2051835f2819\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"674a51db3493c383c77407bcdb2d318af865499d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20931810e720111400be6b4e8f943153679c103e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"427aeb6b74cb09e81be131cc693518e8537630ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01975133c820aa353af4166d8517f84b05ea7dd1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20795049135a80d66a48a5e8400393ab0a0624a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5fedfb9609715b95820fae530250ccc6c62d384\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-x86_64-17961973746958823349.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd031fc8b8cfadae259cf806ecf396e738e0b482\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +709+ STATUS=COMPLETE +709+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +709+ [[ 200 == \5\0\3 ]] +709+ [[ 200 == \5\0\2 ]] +709+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +709+ break +709+ rm eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg +709+ curl -JO https://cbi.eclipse.org/macos/xcrun/bf91cd3d-cd5d-4d57-9dc8-e545159c1769/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 48.4M 0 48.4M 0 0 68.2M 0 --:--:-- --:--:-- --:--:-- 68.1M 100 124M 0 124M 0 0 72.5M 0 --:--:-- 0:00:01 --:--:-- 72.4M 100 200M 0 200M 0 0 73.8M 0 --:--:-- 0:00:02 --:--:-- 73.8M 100 277M 0 277M 0 0 74.6M 0 --:--:-- 0:00:03 --:--:-- 74.6M 100 353M 0 353M 0 0 75.0M 0 --:--:-- 0:00:04 --:--:-- 75.0M 100 405M 0 405M 0 0 74.8M 0 --:--:-- 0:00:05 --:--:-- 75.8M curl: Saved to filename 'eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg' +709+ cp -vf eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg 'eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg' ++709+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg +709+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++709+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg +709+ b=eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg +709+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +709+ md5sum eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg +709+ sha1sum eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +709+ sha512sum -b eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +709+ rm eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +709+ rm -f eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +709+ rm -f eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +709+ rm -f eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++762+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/efb29b0d-b57c-4047-a774-f6ed02bcfe30/status +762+ RESPONSE_RAW='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","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\": \"0c8be684-851a-4020-98f1-a22a49701a18\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg\",\n \"uploadDate\": \"2024-04-11T21:22:58.359Z\",\n \"sha256\": \"d2d4b85f1b804e4c253366fd6a6feee7aa7dbcb760ebd164270568f435f84f9e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a578ad8d3316fc3fd1aad031075dd14a7cde7095\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"67245f20e9595ac6fa2bf063bea1863588770cbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"67245f20e9595ac6fa2bf063bea1863588770cbc\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++762+ head -n1 +762+ RESPONSE='{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","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\": \"0c8be684-851a-4020-98f1-a22a49701a18\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg\",\n \"uploadDate\": \"2024-04-11T21:22:58.359Z\",\n \"sha256\": \"d2d4b85f1b804e4c253366fd6a6feee7aa7dbcb760ebd164270568f435f84f9e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a578ad8d3316fc3fd1aad031075dd14a7cde7095\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"67245f20e9595ac6fa2bf063bea1863588770cbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"67245f20e9595ac6fa2bf063bea1863588770cbc\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++762+ tail -n1 +762+ STATUS_CODE=200 ++762+ jq -r .notarizationStatus.status ++762+ echo '{"uuid":"efb29b0d-b57c-4047-a774-f6ed02bcfe30","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\":' '\"0c8be684-851a-4020-98f1-a22a49701a18\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:22:58.359Z\",\n' '\"sha256\":' '\"d2d4b85f1b804e4c253366fd6a6feee7aa7dbcb760ebd164270568f435f84f9e\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a578ad8d3316fc3fd1aad031075dd14a7cde7095\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"67245f20e9595ac6fa2bf063bea1863588770cbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"973517d8b5ae54541eeff89996e6945da59b4d25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"84264252757535fef718ec0a04eddefbbdfaaddc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5c603626f3228a610f77d506adf2f08150063f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87aa9a4b013797b7c76c057fa40599b663a69760\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a717922fca289e9aca4ce97b4305e39db076b73c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf20da0a882203543e1a611afbb52e6317df7d09\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9dace9431df6db723e46540ecb4ffd4377973393\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ea88d306e762e37059709b19c43e5a1225e6895\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1167597f54a12ca6af40a5964f1faa7eab791531\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2cdd34b12a61437081a27e7c8497a92025612e26\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c0e562a072699957f3debf512c5b5abd1e394941\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"394ba74fcfba45508a5b101a8414cabf408bc846\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae83417aa739427162d08f673431266d24ae5bce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"30233282ba3c4007eeea26d89968538e238c29a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2e73fce100befaf01e9e7626094897ab5409e9db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faab78f84e538e1f4d552066420b745125cbc3ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48853bae64d04b9b309fd476fa692133a27fb756\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac43031f894b2508208c8524b01a164f4f38e990\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"201c329523e750bcf6822847aa61eb1d8a375802\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e619c9097b656d070285ea833a448202e84db841\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02f5825377d0e5ca39106641613264d4acb00f0d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-06-M1-macosx-cocoa-aarch64-14068080632293700290.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"67245f20e9595ac6fa2bf063bea1863588770cbc\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +762+ STATUS=COMPLETE +762+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +762+ [[ 200 == \5\0\3 ]] +762+ [[ 200 == \5\0\2 ]] +762+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +762+ break +762+ rm eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg +762+ curl -JO https://cbi.eclipse.org/macos/xcrun/efb29b0d-b57c-4047-a774-f6ed02bcfe30/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 48.7M 0 48.7M 0 0 62.3M 0 --:--:-- --:--:-- --:--:-- 62.2M++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m 100 125M 0 125M 0 0 70.5M 0 --:--:-- 0:00:01 --:--:-- 70.5M 100 184M 0 184M 0 0 66.4M 0 --:--:-- 0:00:02 --:--:-- 66.4M 100 256M 0 256M 0 0 68.0M 0 --:--:-- 0:00:03 --:--:-- 68.0M 100 332M 0 332M 0 0 69.7M 0 --:--:-- 0:00:04 --:--:-- 69.7M 100 402M 0 402M 0 0 71.4M 0 --:--:-- 0:00:05 --:--:-- 72.8M curl: Saved to filename 'eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg' +762+ cp -vf eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg 'eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg' ++762+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg +762+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++762+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg +762+ b=eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg +762+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +762+ md5sum eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg +762+ sha1sum eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m +762+ sha512sum -b eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m +762+ rm eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +762+ rm -f eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +762+ rm -f eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +762+ rm -f eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/status +248+ RESPONSE_RAW='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","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\": \"ce598315-14a1-4227-9ac9-a6c72a803783\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg\",\n \"uploadDate\": \"2024-04-11T21:19:19.947Z\",\n \"sha256\": \"707aaaac5a27cc9821a1b1b2793afd71e4417a7a80a4a07c29625ff237f14cbb\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb4edb2d6e341ee806f91703d3505d2ac5dffebf\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d02f99f7ed50458bb452b06c49f7c578b0451e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d02f99f7ed50458bb452b06c49f7c578b0451e0\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","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\": \"ce598315-14a1-4227-9ac9-a6c72a803783\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg\",\n \"uploadDate\": \"2024-04-11T21:19:19.947Z\",\n \"sha256\": \"707aaaac5a27cc9821a1b1b2793afd71e4417a7a80a4a07c29625ff237f14cbb\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb4edb2d6e341ee806f91703d3505d2ac5dffebf\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d02f99f7ed50458bb452b06c49f7c578b0451e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d02f99f7ed50458bb452b06c49f7c578b0451e0\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ jq -r .notarizationStatus.status ++248+ echo '{"uuid":"db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc","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\":' '\"ce598315-14a1-4227-9ac9-a6c72a803783\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:19:19.947Z\",\n' '\"sha256\":' '\"707aaaac5a27cc9821a1b1b2793afd71e4417a7a80a4a07c29625ff237f14cbb\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb4edb2d6e341ee806f91703d3505d2ac5dffebf\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d02f99f7ed50458bb452b06c49f7c578b0451e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"973517d8b5ae54541eeff89996e6945da59b4d25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"84264252757535fef718ec0a04eddefbbdfaaddc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87aa9a4b013797b7c76c057fa40599b663a69760\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a717922fca289e9aca4ce97b4305e39db076b73c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf20da0a882203543e1a611afbb52e6317df7d09\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9dace9431df6db723e46540ecb4ffd4377973393\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ea88d306e762e37059709b19c43e5a1225e6895\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1167597f54a12ca6af40a5964f1faa7eab791531\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2cdd34b12a61437081a27e7c8497a92025612e26\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c0e562a072699957f3debf512c5b5abd1e394941\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"394ba74fcfba45508a5b101a8414cabf408bc846\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae83417aa739427162d08f673431266d24ae5bce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"30233282ba3c4007eeea26d89968538e238c29a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2e73fce100befaf01e9e7626094897ab5409e9db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faab78f84e538e1f4d552066420b745125cbc3ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48853bae64d04b9b309fd476fa692133a27fb756\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac43031f894b2508208c8524b01a164f4f38e990\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"201c329523e750bcf6822847aa61eb1d8a375802\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e619c9097b656d070285ea833a448202e84db841\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02f5825377d0e5ca39106641613264d4acb00f0d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-aarch64-6257787215644585318.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d02f99f7ed50458bb452b06c49f7c578b0451e0\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +248+ STATUS=COMPLETE +248+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ [[ 200 == \5\0\3 ]] +248+ [[ 200 == \5\0\2 ]] +248+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +248+ break +248+ rm eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg +248+ curl -JO https://cbi.eclipse.org/macos/xcrun/db44cd7f-ab9d-4f17-a28f-dcc5ff1035cc/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29.1M 0 29.1M 0 0 69.7M 0 --:--:-- --:--:-- --:--:-- 69.7M 100 104M 0 104M 0 0 73.9M 0 --:--:-- 0:00:01 --:--:-- 73.8M 100 176M 0 176M 0 0 73.1M 0 --:--:-- 0:00:02 --:--:-- 73.0M 100 255M 0 255M 0 0 74.7M 0 --:--:-- 0:00:03 --:--:-- 74.7M 100 327M 0 327M 0 0 74.0M 0 --:--:-- 0:00:04 --:--:-- 73.9M 100 401M 0 401M 0 0 75.1M 0 --:--:-- 0:00:05 --:--:-- 75.6M curl: Saved to filename 'eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg' +248+ cp -vf eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m 'eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg' ++248+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg +248+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++248+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg +248+ b=eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg +248+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +248+ md5sum eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m +248+ sha1sum eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg +248+ sha512sum -b eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg +248+ rm eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +248+ rm -f eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +248+ rm -f eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +248+ rm -f eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/status +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/status +896+ RESPONSE_RAW='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","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\": \"f8420267-e065-4ac3-a017-538d104a3694\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg\",\n \"uploadDate\": \"2024-04-11T21:23:35.180Z\",\n \"sha256\": \"f16b335bb61ff4b78606dc2d05a552841adc24531c93d15af378eddfb1cbc250\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e977344b30806946a6242aaf4b584cddf6aa0421\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6e8c827be2f42ffce91bec1419826190497e9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6e8c827be2f42ffce91bec1419826190497e9bd\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","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\": \"f8420267-e065-4ac3-a017-538d104a3694\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg\",\n \"uploadDate\": \"2024-04-11T21:23:35.180Z\",\n \"sha256\": \"f16b335bb61ff4b78606dc2d05a552841adc24531c93d15af378eddfb1cbc250\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e977344b30806946a6242aaf4b584cddf6aa0421\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6e8c827be2f42ffce91bec1419826190497e9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6e8c827be2f42ffce91bec1419826190497e9bd\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ jq -r .notarizationStatus.status ++896+ echo '{"uuid":"fd85b1d6-e08d-4c88-905c-9d18fe2f4054","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\":' '\"f8420267-e065-4ac3-a017-538d104a3694\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:23:35.180Z\",\n' '\"sha256\":' '\"f16b335bb61ff4b78606dc2d05a552841adc24531c93d15af378eddfb1cbc250\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e977344b30806946a6242aaf4b584cddf6aa0421\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6e8c827be2f42ffce91bec1419826190497e9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0d84446ed183429d91d347d3608d126f74dea13\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c384d4a1366f3bf11f15601154d337fe1b815821\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56db27f8f145fa862542c0d2c9592d8d69436186\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c36958766d500048129da106e3c4ebd319c0c6d8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ae7be728cf595e1e718462c4563da4afa081569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b468fa81027048c090a041f53ba22974236a2c1d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51072a5db43be58f9ac1494222006a6f7b163adb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b57da49024b0b5235c347c497ebe2051835f2819\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"674a51db3493c383c77407bcdb2d318af865499d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20931810e720111400be6b4e8f943153679c103e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"427aeb6b74cb09e81be131cc693518e8537630ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01975133c820aa353af4166d8517f84b05ea7dd1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20795049135a80d66a48a5e8400393ab0a0624a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5fedfb9609715b95820fae530250ccc6c62d384\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-06-M1-macosx-cocoa-x86_64-4090186273973927478.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6e8c827be2f42ffce91bec1419826190497e9bd\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +896+ STATUS=COMPLETE +896+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ [[ 200 == \5\0\3 ]] +896+ [[ 200 == \5\0\2 ]] +896+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +896+ break +896+ rm eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg +896+ curl -JO https://cbi.eclipse.org/macos/xcrun/fd85b1d6-e08d-4c88-905c-9d18fe2f4054/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59.9M 0 59.9M 0 0 75.4M 0 --:--:-- --:--:-- --:--:-- 75.3M 100 137M 0 137M 0 0 76.6M 0 --:--:-- 0:00:01 --:--:-- 76.6M 100 198M 0 198M 0 0 71.0M 0 --:--:-- 0:00:02 --:--:-- 71.0M 100 273M 0 273M 0 0 72.1M 0 --:--:-- 0:00:03 --:--:-- 72.1M++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m 100 351M 0 351M 0 0 73.3M 0 --:--:-- 0:00:04 --:--:-- 73.3M 100 402M 0 402M 0 0 74.2M 0 --:--:-- 0:00:05 --:--:-- 74.0M curl: Saved to filename 'eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg' +896+ cp -vf eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg 'eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg' ++896+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg +896+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++896+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg +896+ b=eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg +896+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +896+ md5sum eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m +896+ sha1sum eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg +896+ sha512sum -b eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg +896+ rm eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +896+ rm -f eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +896+ rm -f eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +896+ rm -f eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++959+ jq -r .notarizationStatus.status +959+ STATUS=IN_PROGRESS +959+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ sleep 1m ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/status +544+ RESPONSE_RAW='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","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\": \"8664c667-d48c-4992-b2b0-bf48ac72dff8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg\",\n \"uploadDate\": \"2024-04-11T21:21:55.999Z\",\n \"sha256\": \"3112733d034cf7a7d2ec167fdcc2e66758abbcf18464c261e030cbc0bdac6305\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ad1356a8edf159600cfb398817cfc16bd059a73\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"818a2d9129d76a2308c62f3f09083f45ee08596c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"818a2d9129d76a2308c62f3f09083f45ee08596c\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","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\": \"8664c667-d48c-4992-b2b0-bf48ac72dff8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg\",\n \"uploadDate\": \"2024-04-11T21:21:55.999Z\",\n \"sha256\": \"3112733d034cf7a7d2ec167fdcc2e66758abbcf18464c261e030cbc0bdac6305\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ad1356a8edf159600cfb398817cfc16bd059a73\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"818a2d9129d76a2308c62f3f09083f45ee08596c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"818a2d9129d76a2308c62f3f09083f45ee08596c\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ jq -r .notarizationStatus.status ++544+ echo '{"uuid":"69910b73-cb6e-4f20-91c0-7d5532e86eb2","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\":' '\"8664c667-d48c-4992-b2b0-bf48ac72dff8\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:21:55.999Z\",\n' '\"sha256\":' '\"3112733d034cf7a7d2ec167fdcc2e66758abbcf18464c261e030cbc0bdac6305\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ad1356a8edf159600cfb398817cfc16bd059a73\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"818a2d9129d76a2308c62f3f09083f45ee08596c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0d84446ed183429d91d347d3608d126f74dea13\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c384d4a1366f3bf11f15601154d337fe1b815821\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56db27f8f145fa862542c0d2c9592d8d69436186\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c36958766d500048129da106e3c4ebd319c0c6d8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ae7be728cf595e1e718462c4563da4afa081569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b468fa81027048c090a041f53ba22974236a2c1d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51072a5db43be58f9ac1494222006a6f7b163adb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b57da49024b0b5235c347c497ebe2051835f2819\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"674a51db3493c383c77407bcdb2d318af865499d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20931810e720111400be6b4e8f943153679c103e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"427aeb6b74cb09e81be131cc693518e8537630ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01975133c820aa353af4166d8517f84b05ea7dd1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20795049135a80d66a48a5e8400393ab0a0624a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5fedfb9609715b95820fae530250ccc6c62d384\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64-240460898378800055.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"818a2d9129d76a2308c62f3f09083f45ee08596c\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +544+ STATUS=COMPLETE +544+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ [[ 200 == \5\0\3 ]] +544+ [[ 200 == \5\0\2 ]] +544+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +544+ break +544+ rm eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg +544+ curl -JO https://cbi.eclipse.org/macos/xcrun/69910b73-cb6e-4f20-91c0-7d5532e86eb2/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25.3M 0 25.3M 0 0 71.7M 0 --:--:-- --:--:-- --:--:-- 71.5M++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m 100 99.3M 0 99.3M 0 0 73.1M 0 --:--:-- 0:00:01 --:--:-- 73.0M 100 173M 0 173M 0 0 73.7M 0 --:--:-- 0:00:02 --:--:-- 73.7M 100 250M 0 250M 0 0 74.7M 0 --:--:-- 0:00:03 --:--:-- 74.6M 100 330M 0 330M 0 0 75.7M 0 --:--:-- 0:00:04 --:--:-- 75.7M++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m 100 411M 0 411M 0 0 76.9M 0 --:--:-- 0:00:05 --:--:-- 77.3M 100 487M 0 487M 0 0 76.7M 0 --:--:-- 0:00:06 --:--:-- 77.7M 100 500M 0 500M 0 0 75.9M 0 --:--:-- 0:00:06 --:--:-- 77.1M curl: Saved to filename 'eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg' +544+ cp -vf eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg 'eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg' ++544+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg +544+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++544+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg +544+ b=eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg +544+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +544+ md5sum eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg +544+ sha1sum eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg +544+ sha512sum -b eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++226+ jq -r .notarizationStatus.status +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1030+ jq -r .notarizationStatus.status +1030+ STATUS=IN_PROGRESS +1030+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ sleep 1m +544+ rm eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +544+ rm -f eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +544+ rm -f eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +544+ rm -f eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++280+ jq -r .notarizationStatus.status +280+ STATUS=IN_PROGRESS +280+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++959+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/status +959+ RESPONSE_RAW='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","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\": \"a436e323-fd4f-4c85-8ee1-cea87cde8364\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg\",\n \"uploadDate\": \"2024-04-11T21:23:41.170Z\",\n \"sha256\": \"478a7150067d231a531d826b6f879abc769fdf4fe8b34cc4e26b3dfda02bc0d3\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3971d23860d88756cdb0a72a02795da174d32aa0\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d385aac27b6d2c4aef26652c65340a62c6a03cf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d385aac27b6d2c4aef26652c65340a62c6a03cf\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++959+ head -n1 +959+ RESPONSE='{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","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\": \"a436e323-fd4f-4c85-8ee1-cea87cde8364\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg\",\n \"uploadDate\": \"2024-04-11T21:23:41.170Z\",\n \"sha256\": \"478a7150067d231a531d826b6f879abc769fdf4fe8b34cc4e26b3dfda02bc0d3\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3971d23860d88756cdb0a72a02795da174d32aa0\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d385aac27b6d2c4aef26652c65340a62c6a03cf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2d385aac27b6d2c4aef26652c65340a62c6a03cf\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++959+ tail -n1 +959+ STATUS_CODE=200 ++959+ jq -r .notarizationStatus.status ++959+ echo '{"uuid":"abf2bc0c-04db-4cca-950d-c71ccb853d68","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\":' '\"a436e323-fd4f-4c85-8ee1-cea87cde8364\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:23:41.170Z\",\n' '\"sha256\":' '\"478a7150067d231a531d826b6f879abc769fdf4fe8b34cc4e26b3dfda02bc0d3\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3971d23860d88756cdb0a72a02795da174d32aa0\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d385aac27b6d2c4aef26652c65340a62c6a03cf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0d84446ed183429d91d347d3608d126f74dea13\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c384d4a1366f3bf11f15601154d337fe1b815821\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56db27f8f145fa862542c0d2c9592d8d69436186\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c36958766d500048129da106e3c4ebd319c0c6d8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ae7be728cf595e1e718462c4563da4afa081569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b468fa81027048c090a041f53ba22974236a2c1d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51072a5db43be58f9ac1494222006a6f7b163adb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b57da49024b0b5235c347c497ebe2051835f2819\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"674a51db3493c383c77407bcdb2d318af865499d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20931810e720111400be6b4e8f943153679c103e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"427aeb6b74cb09e81be131cc693518e8537630ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01975133c820aa353af4166d8517f84b05ea7dd1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20795049135a80d66a48a5e8400393ab0a0624a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5fedfb9609715b95820fae530250ccc6c62d384\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-06-M1-macosx-cocoa-x86_64-13880432366038086734.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2d385aac27b6d2c4aef26652c65340a62c6a03cf\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +959+ STATUS=COMPLETE +959+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +959+ [[ 200 == \5\0\3 ]] +959+ [[ 200 == \5\0\2 ]] +959+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +959+ break +959+ rm eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg +959+ curl -JO https://cbi.eclipse.org/macos/xcrun/abf2bc0c-04db-4cca-950d-c71ccb853d68/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72.5M 0 72.5M 0 0 72.4M 0 --:--:-- 0:00:01 --:--:-- 72.4M 100 139M 0 139M 0 0 69.4M 0 --:--:-- 0:00:02 --:--:-- 69.4M 100 214M 0 214M 0 0 71.5M 0 --:--:-- 0:00:02 --:--:-- 71.4M 100 290M 0 290M 0 0 72.5M 0 --:--:-- 0:00:04 --:--:-- 72.5M++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m 100 329M 0 329M 0 0 72.6M 0 --:--:-- 0:00:04 --:--:-- 72.6M curl: Saved to filename 'eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg' +959+ cp -vf eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg 'eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg' ++959+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg +959+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++959+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg +959+ b=eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg +959+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +959+ md5sum eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg +959+ sha1sum eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg +959+ sha512sum -b eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m +959+ rm eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +959+ rm -f eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +959+ rm -f eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +959+ rm -f eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/status +226+ RESPONSE_RAW='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","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\": \"fe4d8900-7065-4ea8-bf8f-e64421f43115\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg\",\n \"uploadDate\": \"2024-04-11T21:19:22.283Z\",\n \"sha256\": \"3500a53cdbde0fa8b610821a471de1e769cfef38bbb5d191a39ef8705ac59722\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37ab6c65ef8cec403bb161f3a44263682b4bb624\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de550e4237d13f1f94750657da37f1b70c97dd77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de550e4237d13f1f94750657da37f1b70c97dd77\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","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\": \"fe4d8900-7065-4ea8-bf8f-e64421f43115\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg\",\n \"uploadDate\": \"2024-04-11T21:19:22.283Z\",\n \"sha256\": \"3500a53cdbde0fa8b610821a471de1e769cfef38bbb5d191a39ef8705ac59722\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37ab6c65ef8cec403bb161f3a44263682b4bb624\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de550e4237d13f1f94750657da37f1b70c97dd77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de550e4237d13f1f94750657da37f1b70c97dd77\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ jq -r .notarizationStatus.status ++226+ echo '{"uuid":"bf5aad39-5190-40b1-ae60-fcde4f5c6edb","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\":' '\"fe4d8900-7065-4ea8-bf8f-e64421f43115\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:19:22.283Z\",\n' '\"sha256\":' '\"3500a53cdbde0fa8b610821a471de1e769cfef38bbb5d191a39ef8705ac59722\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37ab6c65ef8cec403bb161f3a44263682b4bb624\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de550e4237d13f1f94750657da37f1b70c97dd77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"973517d8b5ae54541eeff89996e6945da59b4d25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"84264252757535fef718ec0a04eddefbbdfaaddc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87aa9a4b013797b7c76c057fa40599b663a69760\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a717922fca289e9aca4ce97b4305e39db076b73c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf20da0a882203543e1a611afbb52e6317df7d09\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9dace9431df6db723e46540ecb4ffd4377973393\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ea88d306e762e37059709b19c43e5a1225e6895\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1167597f54a12ca6af40a5964f1faa7eab791531\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2cdd34b12a61437081a27e7c8497a92025612e26\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c0e562a072699957f3debf512c5b5abd1e394941\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"394ba74fcfba45508a5b101a8414cabf408bc846\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae83417aa739427162d08f673431266d24ae5bce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"30233282ba3c4007eeea26d89968538e238c29a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2e73fce100befaf01e9e7626094897ab5409e9db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faab78f84e538e1f4d552066420b745125cbc3ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48853bae64d04b9b309fd476fa692133a27fb756\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac43031f894b2508208c8524b01a164f4f38e990\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"201c329523e750bcf6822847aa61eb1d8a375802\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e619c9097b656d070285ea833a448202e84db841\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02f5825377d0e5ca39106641613264d4acb00f0d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64-14891818787009114922.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de550e4237d13f1f94750657da37f1b70c97dd77\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +226+ STATUS=COMPLETE +226+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ [[ 200 == \5\0\3 ]] +226+ [[ 200 == \5\0\2 ]] +226+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +226+ break +226+ rm eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg +226+ curl -JO https://cbi.eclipse.org/macos/xcrun/bf5aad39-5190-40b1-ae60-fcde4f5c6edb/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8922k 0 8922k 0 0 58.4M 0 --:--:-- --:--:-- --:--:-- 58.0M++1030+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/status +1030+ RESPONSE_RAW='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","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\": \"e38d6020-2774-4968-8d18-b5a8fdf824f0\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg\",\n \"uploadDate\": \"2024-04-11T21:24:00.059Z\",\n \"sha256\": \"e7f428634c80029d733a67b3533cf466477c44e92084c6b692c9bcbff9205e7e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8c2522a2fcc49a88eeb37b1c48b494fd085895ec\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b18bd8594eddb0017b83bd3dabb6ff48e86653f7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b18bd8594eddb0017b83bd3dabb6ff48e86653f7\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++1030+ head -n1 +1030+ RESPONSE='{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","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\": \"e38d6020-2774-4968-8d18-b5a8fdf824f0\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg\",\n \"uploadDate\": \"2024-04-11T21:24:00.059Z\",\n \"sha256\": \"e7f428634c80029d733a67b3533cf466477c44e92084c6b692c9bcbff9205e7e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8c2522a2fcc49a88eeb37b1c48b494fd085895ec\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b18bd8594eddb0017b83bd3dabb6ff48e86653f7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b18bd8594eddb0017b83bd3dabb6ff48e86653f7\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++1030+ tail -n1 +1030+ STATUS_CODE=200 ++1030+ jq -r .notarizationStatus.status ++1030+ echo '{"uuid":"853e42a1-aff4-403c-8de6-4d4992f74971","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\":' '\"e38d6020-2774-4968-8d18-b5a8fdf824f0\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:24:00.059Z\",\n' '\"sha256\":' '\"e7f428634c80029d733a67b3533cf466477c44e92084c6b692c9bcbff9205e7e\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8c2522a2fcc49a88eeb37b1c48b494fd085895ec\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b18bd8594eddb0017b83bd3dabb6ff48e86653f7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0d84446ed183429d91d347d3608d126f74dea13\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c384d4a1366f3bf11f15601154d337fe1b815821\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56db27f8f145fa862542c0d2c9592d8d69436186\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c36958766d500048129da106e3c4ebd319c0c6d8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ae7be728cf595e1e718462c4563da4afa081569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b468fa81027048c090a041f53ba22974236a2c1d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51072a5db43be58f9ac1494222006a6f7b163adb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b57da49024b0b5235c347c497ebe2051835f2819\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"674a51db3493c383c77407bcdb2d318af865499d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20931810e720111400be6b4e8f943153679c103e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"427aeb6b74cb09e81be131cc693518e8537630ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01975133c820aa353af4166d8517f84b05ea7dd1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20795049135a80d66a48a5e8400393ab0a0624a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5fedfb9609715b95820fae530250ccc6c62d384\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64-18208970138029531562.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b18bd8594eddb0017b83bd3dabb6ff48e86653f7\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +1030+ STATUS=COMPLETE +1030+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +1030+ [[ 200 == \5\0\3 ]] +1030+ [[ 200 == \5\0\2 ]] +1030+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +1030+ break +1030+ rm eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg +1030+ curl -JO https://cbi.eclipse.org/macos/xcrun/853e42a1-aff4-403c-8de6-4d4992f74971/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71.8M 0 71.8M 0 0 61.9M 0 --:--:-- 0:00:01 --:--:-- 61.8M 100 26.7M 0 26.7M 0 0 49.6M 0 --:--:-- --:--:-- --:--:-- 49.5M 100 118M 0 118M 0 0 55.2M 0 --:--:-- 0:00:02 --:--:-- 55.1M 100 75.1M 0 75.1M 0 0 49.2M 0 --:--:-- 0:00:01 --:--:-- 49.2M++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m 100 161M 0 161M 0 0 51.1M 0 --:--:-- 0:00:03 --:--:-- 51.1M 100 119M 0 119M 0 0 47.2M 0 --:--:-- 0:00:02 --:--:-- 47.2M 100 170M 0 170M 0 0 48.3M 0 --:--:-- 0:00:03 --:--:-- 48.3M 100 212M 0 212M 0 0 51.1M 0 --:--:-- 0:00:04 --:--:-- 51.1M 100 215M 0 215M 0 0 47.5M 0 --:--:-- 0:00:04 --:--:-- 47.5M 100 256M 0 256M 0 0 49.8M 0 --:--:-- 0:00:05 --:--:-- 49.5M 100 291M 0 291M 0 0 47.4M 0 --:--:-- 0:00:06 --:--:-- 44.0M 100 264M 0 264M 0 0 46.4M 0 --:--:-- 0:00:05 --:--:-- 46.0M++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/status +834+ RESPONSE_RAW='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","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\": \"95e165b5-ed5c-43e5-a76f-bb2b4ce5c1c3\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg\",\n \"uploadDate\": \"2024-04-11T21:23:10.643Z\",\n \"sha256\": \"8331455efe80774d7082690812e3c9930dd804f0d392179edeb1bc821a1a2f19\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d04f09d5211fbf2a12e5b460301d256123128af1\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37216d3f53f555a6c8fc243c6d66668ab06c7f24\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37216d3f53f555a6c8fc243c6d66668ab06c7f24\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","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\": \"95e165b5-ed5c-43e5-a76f-bb2b4ce5c1c3\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg\",\n \"uploadDate\": \"2024-04-11T21:23:10.643Z\",\n \"sha256\": \"8331455efe80774d7082690812e3c9930dd804f0d392179edeb1bc821a1a2f19\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d04f09d5211fbf2a12e5b460301d256123128af1\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37216d3f53f555a6c8fc243c6d66668ab06c7f24\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37216d3f53f555a6c8fc243c6d66668ab06c7f24\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ jq -r .notarizationStatus.status ++834+ echo '{"uuid":"ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad","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\":' '\"95e165b5-ed5c-43e5-a76f-bb2b4ce5c1c3\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:23:10.643Z\",\n' '\"sha256\":' '\"8331455efe80774d7082690812e3c9930dd804f0d392179edeb1bc821a1a2f19\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d04f09d5211fbf2a12e5b460301d256123128af1\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37216d3f53f555a6c8fc243c6d66668ab06c7f24\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f958673a6d2c5e9c7b90753534ae906ac63a90a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202403041627.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64028ca50f57ee31a21d1c3cc0724bb003096a1b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"973517d8b5ae54541eeff89996e6945da59b4d25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"84264252757535fef718ec0a04eddefbbdfaaddc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9e37ab1aea5ffe913da0b1e1573a7dbb17738413\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a12813ba8bfc1500970a32a7545d3fe283d000ea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87aa9a4b013797b7c76c057fa40599b663a69760\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a717922fca289e9aca4ce97b4305e39db076b73c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf20da0a882203543e1a611afbb52e6317df7d09\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9dace9431df6db723e46540ecb4ffd4377973393\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ea88d306e762e37059709b19c43e5a1225e6895\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1167597f54a12ca6af40a5964f1faa7eab791531\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2cdd34b12a61437081a27e7c8497a92025612e26\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c0e562a072699957f3debf512c5b5abd1e394941\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"394ba74fcfba45508a5b101a8414cabf408bc846\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae83417aa739427162d08f673431266d24ae5bce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"30233282ba3c4007eeea26d89968538e238c29a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2e73fce100befaf01e9e7626094897ab5409e9db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faab78f84e538e1f4d552066420b745125cbc3ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48853bae64d04b9b309fd476fa692133a27fb756\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac43031f894b2508208c8524b01a164f4f38e990\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"201c329523e750bcf6822847aa61eb1d8a375802\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e619c9097b656d070285ea833a448202e84db841\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02f5825377d0e5ca39106641613264d4acb00f0d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64-15175270067222780377.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37216d3f53f555a6c8fc243c6d66668ab06c7f24\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +834+ STATUS=COMPLETE +834+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ [[ 200 == \5\0\3 ]] +834+ [[ 200 == \5\0\2 ]] +834+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +834+ break +834+ rm eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg +834+ curl -JO https://cbi.eclipse.org/macos/xcrun/ce61e6cf-ec3d-4d7a-ad2f-28da6e4cebad/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 348M 0 348M 0 0 48.7M 0 --:--:-- 0:00:07 --:--:-- 45.9M 100 4532k 0 4532k 0 0 25.8M 0 --:--:-- --:--:-- --:--:-- 25.7M 100 299M 0 299M 0 0 45.8M 0 --:--:-- 0:00:06 --:--:-- 44.8M 100 337M 0 337M 0 0 44.8M 0 --:--:-- 0:00:07 --:--:-- 43.6M 100 388M 0 388M 0 0 47.6M 0 --:--:-- 0:00:08 --:--:-- 45.4M 100 24.6M 0 24.6M 0 0 21.0M 0 --:--:-- 0:00:01 --:--:-- 21.0M 100 370M 0 370M 0 0 44.0M 0 --:--:-- 0:00:08 --:--:-- 40.8M curl: Saved to filename 'eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg' +1030+ cp -vf eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg 100 425M 0 425M 0 0 46.4M 0 --:--:-- 0:00:09 --:--:-- 42.6M 100 40.4M 0 40.4M 0 0 18.6M 0 --:--:-- 0:00:02 --:--:-- 18.6M 100 468M 0 468M 0 0 46.0M 0 --:--:-- 0:00:10 --:--:-- 42.2M 100 80.2M 0 80.2M 0 0 25.2M 0 --:--:-- 0:00:03 --:--:-- 25.2M'eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg' ++1030+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg +1030+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++1030+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg +1030+ b=eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg +1030+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +1030+ md5sum eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg 100 516M 0 516M 0 0 46.2M 0 --:--:-- 0:00:11 --:--:-- 44.9M 100 124M 0 124M 0 0 29.7M 0 --:--:-- 0:00:04 --:--:-- 29.7M 100 162M 0 162M 0 0 31.3M 0 --:--:-- 0:00:05 --:--:-- 31.5M 100 568M 0 568M 0 0 46.7M 0 --:--:-- 0:00:12 --:--:-- 44.0M+1030+ sha1sum eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg 100 604M 0 604M 0 0 46.4M 0 --:--:-- 0:00:13 --:--:-- 44.4M curl: Saved to filename 'eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg' +226+ cp -vf eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg 100 218M 0 218M 0 0 35.3M 0 --:--:-- 0:00:06 --:--:-- 38.7M 100 269M 0 269M 0 0 37.6M 0 --:--:-- 0:00:07 --:--:-- 45.8M+1030+ sha512sum -b eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg 'eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg' ++226+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg +226+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++226+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg +226+ b=eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg +226+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +226+ md5sum eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg 100 323M 0 323M 0 0 39.5M 0 --:--:-- 0:00:08 --:--:-- 48.7M 100 369M 0 369M 0 0 41.2M 0 --:--:-- 0:00:08 --:--:-- 51.1M curl: Saved to filename 'eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg' +834+ cp -vf eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg 'eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg' ++834+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg +834+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++834+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg +834+ b=eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg +834+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +834+ md5sum eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg +1030+ rm eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +1030+ rm -f eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +1030+ rm -f eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +1030+ rm -f eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 +226+ sha1sum eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg +834+ sha1sum eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m +834+ sha512sum -b eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg +226+ sha512sum -b eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m +834+ rm eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +834+ rm -f eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +834+ rm -f eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +834+ rm -f eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 +226+ rm eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +226+ rm -f eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +226+ rm -f eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +226+ rm -f eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++280+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/status +280+ RESPONSE_RAW='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","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\": \"264d6c70-dd85-4df9-a3c8-265426e4f4f4\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg\",\n \"uploadDate\": \"2024-04-11T21:19:41.902Z\",\n \"sha256\": \"354ec0263dcaf48f6adc2192a952e8b11c0187be2e406db682e16d9cc799612d\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedc83c072fd5726ee12dcc92a61f1ac51aa72b5\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096c668521442a4a6bba105b85f90b156b4be75d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096c668521442a4a6bba105b85f90b156b4be75d\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++280+ head -n1 +280+ RESPONSE='{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","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\": \"264d6c70-dd85-4df9-a3c8-265426e4f4f4\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg\",\n \"uploadDate\": \"2024-04-11T21:19:41.902Z\",\n \"sha256\": \"354ec0263dcaf48f6adc2192a952e8b11c0187be2e406db682e16d9cc799612d\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fedc83c072fd5726ee12dcc92a61f1ac51aa72b5\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096c668521442a4a6bba105b85f90b156b4be75d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096c668521442a4a6bba105b85f90b156b4be75d\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++280+ tail -n1 +280+ STATUS_CODE=200 ++280+ jq -r .notarizationStatus.status ++280+ echo '{"uuid":"a9d66137-86ab-4c6b-8c9c-5de470410a65","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\":' '\"264d6c70-dd85-4df9-a3c8-265426e4f4f4\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:19:41.902Z\",\n' '\"sha256\":' '\"354ec0263dcaf48f6adc2192a952e8b11c0187be2e406db682e16d9cc799612d\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fedc83c072fd5726ee12dcc92a61f1ac51aa72b5\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096c668521442a4a6bba105b85f90b156b4be75d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"973517d8b5ae54541eeff89996e6945da59b4d25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"84264252757535fef718ec0a04eddefbbdfaaddc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87aa9a4b013797b7c76c057fa40599b663a69760\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a717922fca289e9aca4ce97b4305e39db076b73c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf20da0a882203543e1a611afbb52e6317df7d09\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9dace9431df6db723e46540ecb4ffd4377973393\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ea88d306e762e37059709b19c43e5a1225e6895\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1167597f54a12ca6af40a5964f1faa7eab791531\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2cdd34b12a61437081a27e7c8497a92025612e26\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c0e562a072699957f3debf512c5b5abd1e394941\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"394ba74fcfba45508a5b101a8414cabf408bc846\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae83417aa739427162d08f673431266d24ae5bce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"30233282ba3c4007eeea26d89968538e238c29a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2e73fce100befaf01e9e7626094897ab5409e9db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faab78f84e538e1f4d552066420b745125cbc3ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48853bae64d04b9b309fd476fa692133a27fb756\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac43031f894b2508208c8524b01a164f4f38e990\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"201c329523e750bcf6822847aa61eb1d8a375802\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e619c9097b656d070285ea833a448202e84db841\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02f5825377d0e5ca39106641613264d4acb00f0d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64-16022506301620042632.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096c668521442a4a6bba105b85f90b156b4be75d\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +280+ STATUS=COMPLETE +280+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +280+ [[ 200 == \5\0\3 ]] +280+ [[ 200 == \5\0\2 ]] +280+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +280+ break +280+ rm eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg +280+ curl -JO https://cbi.eclipse.org/macos/xcrun/a9d66137-86ab-4c6b-8c9c-5de470410a65/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62.1M 0 62.1M 0 0 79.1M 0 --:--:-- --:--:-- --:--:-- 79.0M 100 144M 0 144M 0 0 80.7M 0 --:--:-- 0:00:01 --:--:-- 80.7M 100 229M 0 229M 0 0 82.2M 0 --:--:-- 0:00:02 --:--:-- 82.1M 100 306M 0 306M 0 0 81.0M 0 --:--:-- 0:00:03 --:--:-- 80.9M 100 384M 0 384M 0 0 80.3M 0 --:--:-- 0:00:04 --:--:-- 80.3M 100 474M 0 474M 0 0 81.9M 0 --:--:-- 0:00:05 --:--:-- 82.3M 100 499M 0 499M 0 0 82.0M 0 --:--:-- 0:00:06 --:--:-- 82.5M curl: Saved to filename 'eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg' +280+ cp -vf eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg 'eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg' ++280+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg +280+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++280+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg +280+ b=eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg +280+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +280+ md5sum eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg +280+ sha1sum eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +280+ sha512sum -b eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg +280+ rm eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +280+ rm -f eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +280+ rm -f eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +280+ rm -f eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++302+ jq -r .notarizationStatus.status +302+ STATUS=IN_PROGRESS +302+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++302+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/status +302+ RESPONSE_RAW='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","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\": \"e9ea50fd-c8e0-4388-a966-f62b00294a7a\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg\",\n \"uploadDate\": \"2024-04-11T21:19:59.265Z\",\n \"sha256\": \"de959e908cedf80f4ca633e1f44af2c10f2cd66c969d3029ebc0f606b3bea049\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98026d198b640e52829fa445d51e0b4073364886\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"371053e7b70cb47ab9c7059d7cb32b56717a18f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"371053e7b70cb47ab9c7059d7cb32b56717a18f0\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++302+ head -n1 +302+ RESPONSE='{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","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\": \"e9ea50fd-c8e0-4388-a966-f62b00294a7a\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg\",\n \"uploadDate\": \"2024-04-11T21:19:59.265Z\",\n \"sha256\": \"de959e908cedf80f4ca633e1f44af2c10f2cd66c969d3029ebc0f606b3bea049\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98026d198b640e52829fa445d51e0b4073364886\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"371053e7b70cb47ab9c7059d7cb32b56717a18f0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"371053e7b70cb47ab9c7059d7cb32b56717a18f0\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++302+ tail -n1 +302+ STATUS_CODE=200 ++302+ jq -r .notarizationStatus.status ++302+ echo '{"uuid":"c9d14bdc-3b3d-41d7-978e-9519805258c4","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\":' '\"e9ea50fd-c8e0-4388-a966-f62b00294a7a\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:19:59.265Z\",\n' '\"sha256\":' '\"de959e908cedf80f4ca633e1f44af2c10f2cd66c969d3029ebc0f606b3bea049\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98026d198b640e52829fa445d51e0b4073364886\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"371053e7b70cb47ab9c7059d7cb32b56717a18f0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0d84446ed183429d91d347d3608d126f74dea13\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c384d4a1366f3bf11f15601154d337fe1b815821\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56db27f8f145fa862542c0d2c9592d8d69436186\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c36958766d500048129da106e3c4ebd319c0c6d8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ae7be728cf595e1e718462c4563da4afa081569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b468fa81027048c090a041f53ba22974236a2c1d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51072a5db43be58f9ac1494222006a6f7b163adb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b57da49024b0b5235c347c497ebe2051835f2819\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"674a51db3493c383c77407bcdb2d318af865499d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20931810e720111400be6b4e8f943153679c103e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"427aeb6b74cb09e81be131cc693518e8537630ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01975133c820aa353af4166d8517f84b05ea7dd1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20795049135a80d66a48a5e8400393ab0a0624a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5fedfb9609715b95820fae530250ccc6c62d384\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64-600667931170261876.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"371053e7b70cb47ab9c7059d7cb32b56717a18f0\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +302+ STATUS=COMPLETE +302+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +302+ [[ 200 == \5\0\3 ]] +302+ [[ 200 == \5\0\2 ]] +302+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +302+ break +302+ rm eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg +302+ curl -JO https://cbi.eclipse.org/macos/xcrun/c9d14bdc-3b3d-41d7-978e-9519805258c4/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54.7M 0 54.7M 0 0 57.6M 0 --:--:-- --:--:-- --:--:-- 57.6M 100 136M 0 136M 0 0 69.8M 0 --:--:-- 0:00:01 --:--:-- 69.8M 100 203M 0 203M 0 0 69.0M 0 --:--:-- 0:00:02 --:--:-- 69.0M 100 286M 0 286M 0 0 72.5M 0 --:--:-- 0:00:03 --:--:-- 72.5M 100 375M 0 375M 0 0 75.8M 0 --:--:-- 0:00:04 --:--:-- 75.8M 100 442M 0 442M 0 0 76.7M 0 --:--:-- 0:00:05 --:--:-- 80.4M curl: Saved to filename 'eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg' +302+ cp -vf eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg 'eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg' ++302+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg +302+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++302+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg +302+ b=eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg +302+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +302+ md5sum eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg +302+ sha1sum eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg +302+ sha512sum -b eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m +302+ rm eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +302+ rm -f eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +302+ rm -f eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +302+ rm -f eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++418+ jq -r .notarizationStatus.status +418+ STATUS=IN_PROGRESS +418+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++418+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/status +418+ RESPONSE_RAW='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","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\": \"eddd7352-f993-4fd9-8302-e0e5719eb094\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg\",\n \"uploadDate\": \"2024-04-11T21:20:57.223Z\",\n \"sha256\": \"34ccda1cf1b85d84435c6c4de8b007abb1e4e2fe418c20d645aa5b4d7b35ebf6\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0d7c14960f444cca27e0160c584d7da17c47b9e\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09bb78fa8aeb8273a5f0d2fbd6f85e83ca62bc43\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09bb78fa8aeb8273a5f0d2fbd6f85e83ca62bc43\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++418+ head -n1 +418+ RESPONSE='{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","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\": \"eddd7352-f993-4fd9-8302-e0e5719eb094\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg\",\n \"uploadDate\": \"2024-04-11T21:20:57.223Z\",\n \"sha256\": \"34ccda1cf1b85d84435c6c4de8b007abb1e4e2fe418c20d645aa5b4d7b35ebf6\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0d7c14960f444cca27e0160c584d7da17c47b9e\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09bb78fa8aeb8273a5f0d2fbd6f85e83ca62bc43\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09bb78fa8aeb8273a5f0d2fbd6f85e83ca62bc43\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++418+ tail -n1 +418+ STATUS_CODE=200 ++418+ jq -r .notarizationStatus.status ++418+ echo '{"uuid":"90734669-0056-448f-8bbc-10245fd6192f","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\":' '\"eddd7352-f993-4fd9-8302-e0e5719eb094\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:20:57.223Z\",\n' '\"sha256\":' '\"34ccda1cf1b85d84435c6c4de8b007abb1e4e2fe418c20d645aa5b4d7b35ebf6\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0d7c14960f444cca27e0160c584d7da17c47b9e\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09bb78fa8aeb8273a5f0d2fbd6f85e83ca62bc43\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0d84446ed183429d91d347d3608d126f74dea13\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c384d4a1366f3bf11f15601154d337fe1b815821\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56db27f8f145fa862542c0d2c9592d8d69436186\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c36958766d500048129da106e3c4ebd319c0c6d8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ae7be728cf595e1e718462c4563da4afa081569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b468fa81027048c090a041f53ba22974236a2c1d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51072a5db43be58f9ac1494222006a6f7b163adb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b57da49024b0b5235c347c497ebe2051835f2819\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"674a51db3493c383c77407bcdb2d318af865499d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20931810e720111400be6b4e8f943153679c103e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"427aeb6b74cb09e81be131cc693518e8537630ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01975133c820aa353af4166d8517f84b05ea7dd1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20795049135a80d66a48a5e8400393ab0a0624a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5fedfb9609715b95820fae530250ccc6c62d384\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-x86_64-1576584328457586470.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09bb78fa8aeb8273a5f0d2fbd6f85e83ca62bc43\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +418+ STATUS=COMPLETE +418+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +418+ [[ 200 == \5\0\3 ]] +418+ [[ 200 == \5\0\2 ]] +418+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +418+ break +418+ rm eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg +418+ curl -JO https://cbi.eclipse.org/macos/xcrun/90734669-0056-448f-8bbc-10245fd6192f/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15.9M 0 15.9M 0 0 60.5M 0 --:--:-- --:--:-- --:--:-- 60.5M 100 88.4M 0 88.4M 0 0 70.2M 0 --:--:-- 0:00:01 --:--:-- 70.1M 100 153M 0 153M 0 0 67.9M 0 --:--:-- 0:00:02 --:--:-- 67.9M 100 234M 0 234M 0 0 71.9M 0 --:--:-- 0:00:03 --:--:-- 71.9M 100 316M 0 316M 0 0 74.3M 0 --:--:-- 0:00:04 --:--:-- 74.3M 100 400M 0 400M 0 0 76.0M 0 --:--:-- 0:00:05 --:--:-- 76.8M 100 476M 0 476M 0 0 76.0M 0 --:--:-- 0:00:06 --:--:-- 77.4M 100 518M 0 518M 0 0 76.9M 0 --:--:-- 0:00:06 --:--:-- 81.5M curl: Saved to filename 'eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg' +418+ cp -vf eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg 'eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg' ++418+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg +418+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++418+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg +418+ b=eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg +418+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +418+ md5sum eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg +418+ sha1sum eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg +418+ sha512sum -b eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg +418+ rm eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +418+ rm -f eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +418+ rm -f eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +418+ rm -f eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++376+ jq -r .notarizationStatus.status +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/status +376+ RESPONSE_RAW='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","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\": \"a8c3671c-c969-445e-a196-8f6944828b4f\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg\",\n \"uploadDate\": \"2024-04-11T21:20:48.067Z\",\n \"sha256\": \"a4724e112784f5afe2daded65528608ae6d3486abea86643a5c3038175232111\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca4e6bd21ca643e8198f4c4ab35fa410a6b74042\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d4ff0ce547b318c7722581543ef1a5d1f0887de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d4ff0ce547b318c7722581543ef1a5d1f0887de\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","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\": \"a8c3671c-c969-445e-a196-8f6944828b4f\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg\",\n \"uploadDate\": \"2024-04-11T21:20:48.067Z\",\n \"sha256\": \"a4724e112784f5afe2daded65528608ae6d3486abea86643a5c3038175232111\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca4e6bd21ca643e8198f4c4ab35fa410a6b74042\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d4ff0ce547b318c7722581543ef1a5d1f0887de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d4ff0ce547b318c7722581543ef1a5d1f0887de\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ jq -r .notarizationStatus.status ++376+ echo '{"uuid":"608a4cf5-8735-4131-8c17-2ed32bf28be4","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\":' '\"a8c3671c-c969-445e-a196-8f6944828b4f\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:20:48.067Z\",\n' '\"sha256\":' '\"a4724e112784f5afe2daded65528608ae6d3486abea86643a5c3038175232111\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca4e6bd21ca643e8198f4c4ab35fa410a6b74042\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d4ff0ce547b318c7722581543ef1a5d1f0887de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0d84446ed183429d91d347d3608d126f74dea13\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c384d4a1366f3bf11f15601154d337fe1b815821\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56db27f8f145fa862542c0d2c9592d8d69436186\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c36958766d500048129da106e3c4ebd319c0c6d8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ae7be728cf595e1e718462c4563da4afa081569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b468fa81027048c090a041f53ba22974236a2c1d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51072a5db43be58f9ac1494222006a6f7b163adb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b57da49024b0b5235c347c497ebe2051835f2819\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"674a51db3493c383c77407bcdb2d318af865499d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20931810e720111400be6b4e8f943153679c103e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"427aeb6b74cb09e81be131cc693518e8537630ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01975133c820aa353af4166d8517f84b05ea7dd1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20795049135a80d66a48a5e8400393ab0a0624a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5fedfb9609715b95820fae530250ccc6c62d384\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64-10478243410670954666.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d4ff0ce547b318c7722581543ef1a5d1f0887de\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +376+ STATUS=COMPLETE +376+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ [[ 200 == \5\0\3 ]] +376+ [[ 200 == \5\0\2 ]] +376+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +376+ break +376+ rm eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg +376+ curl -JO https://cbi.eclipse.org/macos/xcrun/608a4cf5-8735-4131-8c17-2ed32bf28be4/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 74.4M 0 74.4M 0 0 80.1M 0 --:--:-- --:--:-- --:--:-- 80.1M 100 152M 0 152M 0 0 79.1M 0 --:--:-- 0:00:01 --:--:-- 79.1M 100 227M 0 227M 0 0 77.5M 0 --:--:-- 0:00:02 --:--:-- 77.5M 100 299M 0 299M 0 0 76.2M 0 --:--:-- 0:00:03 --:--:-- 76.2M 100 386M 0 386M 0 0 78.3M 0 --:--:-- 0:00:04 --:--:-- 78.3M 100 462M 0 462M 0 0 77.9M 0 --:--:-- 0:00:05 --:--:-- 77.5M 100 546M 0 546M 0 0 78.8M 0 --:--:-- 0:00:06 --:--:-- 78.7M 100 605M 0 605M 0 0 79.9M 0 --:--:-- 0:00:07 --:--:-- 81.3M curl: Saved to filename 'eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg' +376+ cp -vf eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg 'eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg' ++376+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg +376+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++376+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg +376+ b=eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg +376+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +376+ md5sum eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg +376+ sha1sum eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m +376+ sha512sum -b eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg +376+ rm eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +376+ rm -f eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +376+ rm -f eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +376+ rm -f eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++648+ jq -r .notarizationStatus.status +648+ STATUS=IN_PROGRESS +648+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++182+ jq -r .notarizationStatus.status +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++648+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/status +648+ RESPONSE_RAW='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","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\": \"0b1e568a-40c7-461a-86b6-966eb391b3b0\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg\",\n \"uploadDate\": \"2024-04-11T21:22:32.966Z\",\n \"sha256\": \"319991d288bc52635814978af0e2f4e8903a425f081d356ad3c515d3f1961a65\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1fa60bb52d2d249d2a26b9a036783ef7c50f16b8\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbdde133e6ce6ad11c497b2d61e108d043694a0a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbdde133e6ce6ad11c497b2d61e108d043694a0a\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n }\n ]\n}\n"}} 200' ++648+ head -n1 +648+ RESPONSE='{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","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\": \"0b1e568a-40c7-461a-86b6-966eb391b3b0\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg\",\n \"uploadDate\": \"2024-04-11T21:22:32.966Z\",\n \"sha256\": \"319991d288bc52635814978af0e2f4e8903a425f081d356ad3c515d3f1961a65\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1fa60bb52d2d249d2a26b9a036783ef7c50f16b8\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbdde133e6ce6ad11c497b2d61e108d043694a0a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dbdde133e6ce6ad11c497b2d61e108d043694a0a\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n }\n ]\n}\n"}}' ++648+ tail -n1 +648+ STATUS_CODE=200 ++648+ jq -r .notarizationStatus.status ++648+ echo '{"uuid":"2a456a40-ac95-44c4-8489-5eee6d0fc6e5","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\":' '\"0b1e568a-40c7-461a-86b6-966eb391b3b0\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:22:32.966Z\",\n' '\"sha256\":' '\"319991d288bc52635814978af0e2f4e8903a425f081d356ad3c515d3f1961a65\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1fa60bb52d2d249d2a26b9a036783ef7c50f16b8\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dbdde133e6ce6ad11c497b2d61e108d043694a0a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"973517d8b5ae54541eeff89996e6945da59b4d25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"84264252757535fef718ec0a04eddefbbdfaaddc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5c603626f3228a610f77d506adf2f08150063f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87aa9a4b013797b7c76c057fa40599b663a69760\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a717922fca289e9aca4ce97b4305e39db076b73c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf20da0a882203543e1a611afbb52e6317df7d09\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9dace9431df6db723e46540ecb4ffd4377973393\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ea88d306e762e37059709b19c43e5a1225e6895\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1167597f54a12ca6af40a5964f1faa7eab791531\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2cdd34b12a61437081a27e7c8497a92025612e26\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c0e562a072699957f3debf512c5b5abd1e394941\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"394ba74fcfba45508a5b101a8414cabf408bc846\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae83417aa739427162d08f673431266d24ae5bce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"30233282ba3c4007eeea26d89968538e238c29a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2e73fce100befaf01e9e7626094897ab5409e9db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faab78f84e538e1f4d552066420b745125cbc3ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48853bae64d04b9b309fd476fa692133a27fb756\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac43031f894b2508208c8524b01a164f4f38e990\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"201c329523e750bcf6822847aa61eb1d8a375802\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e619c9097b656d070285ea833a448202e84db841\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02f5825377d0e5ca39106641613264d4acb00f0d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dbdde133e6ce6ad11c497b2d61e108d043694a0a\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' '[\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-aarch64-14595684193253459521.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddi.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '}\n' ']\n}\n"}}' +648+ STATUS=COMPLETE +648+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +648+ [[ 200 == \5\0\3 ]] +648+ [[ 200 == \5\0\2 ]] +648+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +648+ break +648+ rm eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg +648+ curl -JO https://cbi.eclipse.org/macos/xcrun/2a456a40-ac95-44c4-8489-5eee6d0fc6e5/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71.4M 0 71.4M 0 0 82.5M 0 --:--:-- --:--:-- --:--:-- 82.4M 100 153M 0 153M 0 0 82.0M 0 --:--:-- 0:00:01 --:--:-- 82.0M 100 235M 0 235M 0 0 82.0M 0 --:--:-- 0:00:02 --:--:-- 82.0M 100 320M 0 320M 0 0 83.0M 0 --:--:-- 0:00:03 --:--:-- 82.9M 100 408M 0 408M 0 0 83.9M 0 --:--:-- 0:00:04 --:--:-- 83.9M 100 475M 0 475M 0 0 81.2M 0 --:--:-- 0:00:05 --:--:-- 80.9M 100 536M 0 536M 0 0 80.4M 0 --:--:-- 0:00:06 --:--:-- 79.8M curl: Saved to filename 'eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg' +648+ cp -vf eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg 'eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg' ++648+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg +648+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++648+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg +648+ b=eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg +648+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +648+ md5sum eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg +648+ sha1sum eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg +648+ sha512sum -b eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg +648+ rm eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +648+ rm -f eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +648+ rm -f eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +648+ rm -f eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++204+ jq -r .notarizationStatus.status +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/status +182+ RESPONSE_RAW='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","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\": \"5c9cd7d8-b9e2-4388-8f7c-77f38e40c22d\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg\",\n \"uploadDate\": \"2024-04-11T21:18:27.594Z\",\n \"sha256\": \"27047ac64e479a7f1daf50b3277848ce2aec07b58c0c31f16eae3dced1f9c7ce\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6093769e187971671be048894e86ddef3ab3ce\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3f4eb65f768caeb78e1ce05483d569415cb61a58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3f4eb65f768caeb78e1ce05483d569415cb61a58\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","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\": \"5c9cd7d8-b9e2-4388-8f7c-77f38e40c22d\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg\",\n \"uploadDate\": \"2024-04-11T21:18:27.594Z\",\n \"sha256\": \"27047ac64e479a7f1daf50b3277848ce2aec07b58c0c31f16eae3dced1f9c7ce\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6093769e187971671be048894e86ddef3ab3ce\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3f4eb65f768caeb78e1ce05483d569415cb61a58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3f4eb65f768caeb78e1ce05483d569415cb61a58\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ jq -r .notarizationStatus.status ++182+ echo '{"uuid":"42d0106f-09b9-41c0-afd4-4bdbce5d385f","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\":' '\"5c9cd7d8-b9e2-4388-8f7c-77f38e40c22d\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:18:27.594Z\",\n' '\"sha256\":' '\"27047ac64e479a7f1daf50b3277848ce2aec07b58c0c31f16eae3dced1f9c7ce\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6093769e187971671be048894e86ddef3ab3ce\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3f4eb65f768caeb78e1ce05483d569415cb61a58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"973517d8b5ae54541eeff89996e6945da59b4d25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"84264252757535fef718ec0a04eddefbbdfaaddc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87aa9a4b013797b7c76c057fa40599b663a69760\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a717922fca289e9aca4ce97b4305e39db076b73c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf20da0a882203543e1a611afbb52e6317df7d09\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9dace9431df6db723e46540ecb4ffd4377973393\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ea88d306e762e37059709b19c43e5a1225e6895\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1167597f54a12ca6af40a5964f1faa7eab791531\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2cdd34b12a61437081a27e7c8497a92025612e26\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c0e562a072699957f3debf512c5b5abd1e394941\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"394ba74fcfba45508a5b101a8414cabf408bc846\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae83417aa739427162d08f673431266d24ae5bce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"30233282ba3c4007eeea26d89968538e238c29a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2e73fce100befaf01e9e7626094897ab5409e9db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faab78f84e538e1f4d552066420b745125cbc3ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48853bae64d04b9b309fd476fa692133a27fb756\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac43031f894b2508208c8524b01a164f4f38e990\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"201c329523e750bcf6822847aa61eb1d8a375802\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e619c9097b656d070285ea833a448202e84db841\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02f5825377d0e5ca39106641613264d4acb00f0d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64-935803851939044977.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3f4eb65f768caeb78e1ce05483d569415cb61a58\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +182+ STATUS=COMPLETE +182+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ [[ 200 == \5\0\3 ]] +182+ [[ 200 == \5\0\2 ]] +182+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +182+ break +182+ rm eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg +182+ curl -JO https://cbi.eclipse.org/macos/xcrun/42d0106f-09b9-41c0-afd4-4bdbce5d385f/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 342k 0 342k 0 0 12.4M 0 --:--:-- --:--:-- --:--:-- 11.9M 100 87.5M 0 87.5M 0 0 85.0M 0 --:--:-- 0:00:01 --:--:-- 84.9M 100 172M 0 172M 0 0 84.7M 0 --:--:-- 0:00:02 --:--:-- 84.7M 100 254M 0 254M 0 0 83.7M 0 --:--:-- 0:00:03 --:--:-- 83.7M 100 333M 0 333M 0 0 82.7M 0 --:--:-- 0:00:04 --:--:-- 82.7M 100 420M 0 420M 0 0 83.5M 0 --:--:-- 0:00:05 --:--:-- 83.9M 100 440M 0 440M 0 0 83.8M 0 --:--:-- 0:00:05 --:--:-- 83.5M curl: Saved to filename 'eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg' +182+ cp -vf eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg 'eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg' ++182+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg +182+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++182+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg +182+ b=eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg +182+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +182+ md5sum eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg +182+ sha1sum eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg +182+ sha512sum -b eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg +182+ rm eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +182+ rm -f eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +182+ rm -f eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +182+ rm -f eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/status +204+ RESPONSE_RAW='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","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\": \"a46f92c7-e4ea-4be0-a43f-3b27e9a8f58a\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg\",\n \"uploadDate\": \"2024-04-11T21:19:00.987Z\",\n \"sha256\": \"3bd5f7e242a510dd12fe3ffa1176c95c0f035519711a3715d61a492f5dfb87e9\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6323ca80d792b8b17f4ecbd0c325f5aec0a556b0\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"35b70bded2b0a0facef6ea99f0f7439201955128\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"35b70bded2b0a0facef6ea99f0f7439201955128\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n }\n ]\n}\n"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","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\": \"a46f92c7-e4ea-4be0-a43f-3b27e9a8f58a\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg\",\n \"uploadDate\": \"2024-04-11T21:19:00.987Z\",\n \"sha256\": \"3bd5f7e242a510dd12fe3ffa1176c95c0f035519711a3715d61a492f5dfb87e9\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6323ca80d792b8b17f4ecbd0c325f5aec0a556b0\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"35b70bded2b0a0facef6ea99f0f7439201955128\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0d84446ed183429d91d347d3608d126f74dea13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c384d4a1366f3bf11f15601154d337fe1b815821\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56db27f8f145fa862542c0d2c9592d8d69436186\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c36958766d500048129da106e3c4ebd319c0c6d8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ae7be728cf595e1e718462c4563da4afa081569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b468fa81027048c090a041f53ba22974236a2c1d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51072a5db43be58f9ac1494222006a6f7b163adb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b57da49024b0b5235c347c497ebe2051835f2819\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"674a51db3493c383c77407bcdb2d318af865499d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20931810e720111400be6b4e8f943153679c103e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"427aeb6b74cb09e81be131cc693518e8537630ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01975133c820aa353af4166d8517f84b05ea7dd1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20795049135a80d66a48a5e8400393ab0a0624a3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5fedfb9609715b95820fae530250ccc6c62d384\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf3f1c980946c7ec6408f02abba461a398991b44\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"35b70bded2b0a0facef6ea99f0f7439201955128\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n },\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n }\n ]\n}\n"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ jq -r .notarizationStatus.status ++204+ echo '{"uuid":"88421fd8-be50-4776-821e-a7c220ee6713","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\":' '\"a46f92c7-e4ea-4be0-a43f-3b27e9a8f58a\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:19:00.987Z\",\n' '\"sha256\":' '\"3bd5f7e242a510dd12fe3ffa1176c95c0f035519711a3715d61a492f5dfb87e9\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6323ca80d792b8b17f4ecbd0c325f5aec0a556b0\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"35b70bded2b0a0facef6ea99f0f7439201955128\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b7c59e625db5424cf507ba2a0b4def57f7bf99c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0d84446ed183429d91d347d3608d126f74dea13\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"81a0c8f9a4e0c5a95626f557dab51cece72c235d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64.tar/node-v18.18.2-darwin-x64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"74a1702d0b99002f268fbd6bbd110670a579fbdc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"60bc48c687549b0627aa53bb1d50ff8d092e274c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ec96690f8cfc276374b9e7924528f4f5ed4d2b6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c384d4a1366f3bf11f15601154d337fe1b815821\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be680a84ec35e141014f8311b8479fbdb1ca5065\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9baeda27c913a256e57743df93bdd22c9f76bb08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9224ff9aa3fe6ec34ab9a7cd1229632937ac9373\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56db27f8f145fa862542c0d2c9592d8d69436186\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d81cf83346f1a00c362f37186ca858c18fa8964b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bcddde3bf4984745597a4ca46712f6cfd4b0e860\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21eb8b418a6e171245d55ebbe86604fc2e6e1cfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"df3c8becc3cd37f4a0762610e4e46ce653eb5366\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"150eb822d20e7be5736ec5c96ec7cd3cd3156042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"83a1324b9dcb1c3a0d60870e7364012a29ab03b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc04f91cc7a2cc6a2b10423c93ef213830b57f81\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3d3233f82652e0806ae41ac950dba8b33cb5bd76\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b75aa6512cdcb080a8dfe1fbebee28b309fcc6b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"af925a24bcd9ee74f51d258397b24506c3979b0d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c36958766d500048129da106e3c4ebd319c0c6d8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a200878c1e274736eb0f2fe5a2451c169627ed3c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4bac933709a237dbfce6ec0f375aacad784efb0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd122ec24764dd18a0d9b5db337fff9091cef409\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f4b408d3788096aecdaddc6d542f062d16eee99\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2ebed92fcc253ec57047425432b836d5770aeb6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ae7be728cf595e1e718462c4563da4afa081569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba743419bcf1b162558b526c5c2c51157e6a0bea\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8e104cc9303f53dcb985fdf4c59c71639f47904d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cd73f2f6891427d2c99c6c04a7a9c7095584fe11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01efa46624fd31a1a30235f04316c9d7d04985eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b565b3b0fa1553522db354f1b406637ea2aa776\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4c67144110d4b9ceb593ff3950901ddfd644c18c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01ce5106027eeee9cbe728d2418df41ab34a225f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb5c2122a8b15a1ceb7985bfcd0602a67875d24\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d1b762e85db6d8e5b68510e0c7942c67a3be878f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b468fa81027048c090a041f53ba22974236a2c1d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5e8c88ec5f3711c4ce43203e3f37641f8733042\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eeb520430faa6ec4a3e55b3c8b2f11f82d57bc32\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21ff08e39bcdf6ea19240de3fa438b2b3d13db38\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06ef1d17f6368ee6c45c73d39e6eb1fdb3327bd5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"62272e5eaf4ec7012a63267f1782731a9e58b3fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51072a5db43be58f9ac1494222006a6f7b163adb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1b6ee2eb67d22cc2e36538eb7e3ec5dc9db0f59\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b57da49024b0b5235c347c497ebe2051835f2819\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff59bad8a2ceaabd17063a7b7dddf022e05a2a66\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76272c2d6ff8ea9cbc52395cdfac2188a1d0e56f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"058d200b38d3b218cfe90d1b294bb8f7af451f9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18f91d28fdc7c76568157a202ca60c5e3b563f40\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"936ac39246aaf13d01bdc59957366e3e70b0fabc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"38d28e28ddad7e5f5c7e47123a02fdfdd3f4cc6e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"674a51db3493c383c77407bcdb2d318af865499d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a137a3e11677c62cfc378ca938d70e545e12dd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2b8432861ada8ad1decdc20814a478586ad3cec1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6cac4a70038ffd05d09214031989fe4e9c3009e1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"82951ff5b1fe85bdf5432ef93effa87e32a77c39\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b112dfc409a1c754fae1178a2cc68c4acd0ae78e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aea0fe2165629be7dd7dbacb301659a5d8b5923b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20931810e720111400be6b4e8f943153679c103e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5f93cb7278d99313378f6d5d060e4ca2fee659b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"427aeb6b74cb09e81be131cc693518e8537630ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01975133c820aa353af4166d8517f84b05ea7dd1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e26482c075b59745cf69ecdb2920f2f71adf582b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1952fbfe8eab983e65cb0bfb82756bbc78bc6bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20795049135a80d66a48a5e8400393ab0a0624a3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8939ae8f4fd1f5e555a22ff277a124c7541f1040\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5fedfb9609715b95820fae530250ccc6c62d384\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"04fe6e4bc38b0b0afb5bfbfaa3de1e12de871c23\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a56be1ba49f5c56855c8748d4b4de07c591110a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2cc4ad3268f93083c60042dca985eb6f1c1318a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0392a73a8d7d5c85367ee17bbe937c123c0bdbc0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"18cc89ca605c6d5d07bd8198e81af75ee2fe9116\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf3f1c980946c7ec6408f02abba461a398991b44\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9824a0eb3f15357836a3e77e26fabb81f854b114\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"35b70bded2b0a0facef6ea99f0f7439201955128\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' '[\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/wsdluddi.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/soapudws.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddiref.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '},\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-06-M1-macosx-cocoa-x86_64-11153150075996978269.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddi.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '}\n' ']\n}\n"}}' +204+ STATUS=COMPLETE +204+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ [[ 200 == \5\0\3 ]] +204+ [[ 200 == \5\0\2 ]] +204+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +204+ break +204+ rm eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg +204+ curl -JO https://cbi.eclipse.org/macos/xcrun/88421fd8-be50-4776-821e-a7c220ee6713/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73.5M 0 73.5M 0 0 78.9M 0 --:--:-- --:--:-- --:--:-- 78.9M 100 159M 0 159M 0 0 82.3M 0 --:--:-- 0:00:01 --:--:-- 82.2M 100 231M 0 231M 0 0 78.8M 0 --:--:-- 0:00:02 --:--:-- 78.8M 100 287M 0 287M 0 0 73.1M 0 --:--:-- 0:00:03 --:--:-- 73.1M 100 372M 0 372M 0 0 75.5M 0 --:--:-- 0:00:04 --:--:-- 75.4M 100 458M 0 458M 0 0 77.4M 0 --:--:-- 0:00:05 --:--:-- 77.1M 100 539M 0 539M 0 0 78.9M 0 --:--:-- 0:00:06 --:--:-- 77.6M curl: Saved to filename 'eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg' +204+ cp -vf eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg 'eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg' ++204+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg +204+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++204+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg +204+ b=eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg +204+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +204+ md5sum eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg +204+ sha1sum eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg +204+ sha512sum -b eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg +204+ rm eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize +204+ rm -f eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +204+ rm -f eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +204+ rm -f eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++450+ jq -r .notarizationStatus.status +450+ STATUS=IN_PROGRESS +450+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ sleep 1m ++450+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/status +450+ RESPONSE_RAW='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","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\": \"07fa1615-324e-4b31-9d0b-2262885f31e8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg\",\n \"uploadDate\": \"2024-04-11T21:21:13.523Z\",\n \"sha256\": \"dbfc075ecc80f57aa2bd5b0181074e205e5e196ef575fb3dacf6afd4729b47bc\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f2e524bdd33f6900391c77987b4b97cef52d377b\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bbaf917979aed90e48e77b4610f15592a7a43de3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bbaf917979aed90e48e77b4610f15592a7a43de3\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++450+ head -n1 +450+ RESPONSE='{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","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\": \"07fa1615-324e-4b31-9d0b-2262885f31e8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg\",\n \"uploadDate\": \"2024-04-11T21:21:13.523Z\",\n \"sha256\": \"dbfc075ecc80f57aa2bd5b0181074e205e5e196ef575fb3dacf6afd4729b47bc\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f2e524bdd33f6900391c77987b4b97cef52d377b\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bbaf917979aed90e48e77b4610f15592a7a43de3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"973517d8b5ae54541eeff89996e6945da59b4d25\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"84264252757535fef718ec0a04eddefbbdfaaddc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e5c603626f3228a610f77d506adf2f08150063f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87aa9a4b013797b7c76c057fa40599b663a69760\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a717922fca289e9aca4ce97b4305e39db076b73c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bf20da0a882203543e1a611afbb52e6317df7d09\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9dace9431df6db723e46540ecb4ffd4377973393\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea88d306e762e37059709b19c43e5a1225e6895\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1167597f54a12ca6af40a5964f1faa7eab791531\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2cdd34b12a61437081a27e7c8497a92025612e26\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0e562a072699957f3debf512c5b5abd1e394941\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"394ba74fcfba45508a5b101a8414cabf408bc846\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae83417aa739427162d08f673431266d24ae5bce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"30233282ba3c4007eeea26d89968538e238c29a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e73fce100befaf01e9e7626094897ab5409e9db\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faab78f84e538e1f4d552066420b745125cbc3ee\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"48853bae64d04b9b309fd476fa692133a27fb756\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ac43031f894b2508208c8524b01a164f4f38e990\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"201c329523e750bcf6822847aa61eb1d8a375802\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e619c9097b656d070285ea833a448202e84db841\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02f5825377d0e5ca39106641613264d4acb00f0d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bbaf917979aed90e48e77b4610f15592a7a43de3\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++450+ tail -n1 +450+ STATUS_CODE=200 ++450+ jq -r .notarizationStatus.status ++450+ echo '{"uuid":"0a74f13a-7cb4-454a-adad-9a14958e8239","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\":' '\"07fa1615-324e-4b31-9d0b-2262885f31e8\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg\",\n' '\"uploadDate\":' '\"2024-04-11T21:21:13.523Z\",\n' '\"sha256\":' '\"dbfc075ecc80f57aa2bd5b0181074e205e5e196ef575fb3dacf6afd4729b47bc\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f2e524bdd33f6900391c77987b4b97cef52d377b\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bbaf917979aed90e48e77b4610f15592a7a43de3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.32.0.20240411-1203/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4554f850852f3d5b739904c91e1f41b1cafe8d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0d9c8de570095a22f038ebcb4a249348756d35f3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e302b0626882e5bdc7d5bcb210adf987a0282b7d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202403041627.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6eb77a5e43a3ef208adccbc05f4618119b1583ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-pi-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"973517d8b5ae54541eeff89996e6945da59b4d25\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-awt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"84264252757535fef718ec0a04eddefbbdfaaddc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.126.0.v20240405-0838.jar/libswt-cocoa-4965r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cd7036bdbf6f764456f6af8cc03761cfd7ad81b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64_1.0.7.202310251358.jar/resources/node-v18.18.2-darwin-arm64.tar.gz/node-v18.18.2-darwin-arm64.tar/node-v18.18.2-darwin-arm64/bin/node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e5c603626f3228a610f77d506adf2f08150063f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a57fa246808c741807ec3e2cc986ba2dfa72243a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87aa9a4b013797b7c76c057fa40599b663a69760\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c78c8185bd25c7ed79a053d897930834912f9d9e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a717922fca289e9aca4ce97b4305e39db076b73c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bf20da0a882203543e1a611afbb52e6317df7d09\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba66c2edb7740880fd65238a7f591ae5ca7c9b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ff7afe2915554f089cb6badaf33f3e1cd945b82\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9dace9431df6db723e46540ecb4ffd4377973393\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ea88d306e762e37059709b19c43e5a1225e6895\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1167597f54a12ca6af40a5964f1faa7eab791531\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d37e527b8f1cb0aebf37ae3def858740e30e0812\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2cdd34b12a61437081a27e7c8497a92025612e26\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39e40a21214b46e6fe15cd158ce2f3e832fdbe89\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c79794108fccfd9a590080c076c3ce9cf9ae6c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a44eb875236b48281384a78d0c6a0dc6e6e5645\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5c0c4749dbde73b01575f26b179eddebc6c6f678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b4c5cc4faccb27dbb04f9b8586675a31ea35927\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c0e562a072699957f3debf512c5b5abd1e394941\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"92127e715ea5032c1fbcc2dc2f74b9b152230362\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"53eb49466ae7e2a8969a9eba023b8a21046b2a46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19cd0e3d48014fc626cc7ad35b5a63739fac6f00\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aa164b76c9c9d602dd921bb921e37469afc70e46\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"394ba74fcfba45508a5b101a8414cabf408bc846\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"01773347bb9e114b1f40e5bbcc28ab67e8064321\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"697841ed0dadfa213786a222d29dfcb61afbe59f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/jwebserver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"94616e2e8a5f1a1da70316a346bb227e1d7ab1c1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b2dd182a0c43b0b711a5774efdf1df06ccc35181\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a6f9f9cff2620520dbc3223ca2f61191539d8064\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e17874023df9b6b0a20d68a4165a970dd12da4ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa642be648d7992af6d1d9562df6b8201bf5926e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad9eedffc7c46f4139aa873628a6089994231bf3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae83417aa739427162d08f673431266d24ae5bce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e00b37607ffdefcd678cafc0a4e4db1b5f39c74\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e321e4e79cdbf5322dd5bf94ce9f92bb4e0f5c9a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58b6f46cfa7a9892e35bae382cc5a94acdbc5145\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24aa0a4a85df2afced578047874c4ffecf10cee4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a7ab22aeaa44550ba3b564e24d4dd358a5aebc8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b77c035f30b5c3b65b623c9fbe7205faa689dd2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2480bbbf9c6c44b7156a4de750f1a16d9e87c50\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4ff7fba3bfbee0d260e370ba8fbfbd8b4501216\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b62f9697b60cadb07dabb46a46dbf765c27b4713\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"44ecf7001572f3bb7580af7e2fe0c9e87bcd2dd5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"30233282ba3c4007eeea26d89968538e238c29a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"56f1c358c56b0265fc7e4d16167ac4b87a0b9cfd\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2fa91c67fb6856e0389d3f43ae39226ee33a21\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2fa6411deb3b6611c3ca818b7df055e681c7f5b6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a22617d97502821f43f2aecaaa5e4b95fb594ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"deb40696d9d46a51d46b12d975de0e12c6446db2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2e73fce100befaf01e9e7626094897ab5409e9db\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"886d0c279de967842b1b025a8c77f4dd8dd376c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/lible.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58fe4a48d65755455a7e7fcb774e6f9914f81eef\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a60bbc762e5d2e1011fb4deb13e05bae9f21910f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98aeb64651dd5805c669e2a29dc0d1fbaad9b1e5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"965800f20ae99c31f2496439f7c1d087af2a02ce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cddfba8e683ac6e4f1cc2b10dfb480704fbce16d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faab78f84e538e1f4d552066420b745125cbc3ee\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"48853bae64d04b9b309fd476fa692133a27fb756\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ac43031f894b2508208c8524b01a164f4f38e990\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1addb2ee41a640ae4aa43b0f1130e4226c9f568d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"055627ed77798aefb5f0d53886453f7e0a97e8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4615750d05be5ea0e90943eb0e93fff0436f5693\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8c2ab5c93cf6181c6f862c793513a991e10444b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"201c329523e750bcf6822847aa61eb1d8a375802\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"717484c6127d365eaa443f2f236ee64aabddaeaf\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"959d2e1807368c270b6f2e8bec6264f8cc37d10c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e619c9097b656d070285ea833a448202e84db841\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libsyslookup.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"916b598972b2cd4b04b6ac35f539bf116cf848f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d1036bef1b687c8d6197bf4158f6e6c74968e77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b14ffce4428ad30917b653dfab4b72ec3c2cc42\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69795b0fe1d0964f609ccd09408ce568817dfe97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_21.0.2.v20240123-0840/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02f5825377d0e5ca39106641613264d4acb00f0d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41ddd1ac2bf7b4b267951a7416e941affe0471a5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_1.1.4.202311211923/node_modules/fsevents/fsevents.node\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b6229dd67303aa3f4f9cbd1500198d8a2531089b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-06-M1-macosx-cocoa-aarch64-10688215941510250820.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bbaf917979aed90e48e77b4610f15592a7a43de3\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +450+ STATUS=COMPLETE +450+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +450+ [[ 200 == \5\0\3 ]] +450+ [[ 200 == \5\0\2 ]] +450+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +450+ break +450+ rm eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg +450+ curl -JO https://cbi.eclipse.org/macos/xcrun/0a74f13a-7cb4-454a-adad-9a14958e8239/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65.2M 0 65.2M 0 0 81.3M 0 --:--:-- --:--:-- --:--:-- 81.2M 100 146M 0 146M 0 0 81.5M 0 --:--:-- 0:00:01 --:--:-- 81.5M 100 229M 0 229M 0 0 82.1M 0 --:--:-- 0:00:02 --:--:-- 82.1M 100 311M 0 311M 0 0 81.9M 0 --:--:-- 0:00:03 --:--:-- 81.9M 100 393M 0 393M 0 0 82.0M 0 --:--:-- 0:00:04 --:--:-- 82.0M 100 479M 0 479M 0 0 82.7M 0 --:--:-- 0:00:05 --:--:-- 82.9M 100 515M 0 515M 0 0 82.7M 0 --:--:-- 0:00:06 --:--:-- 83.2M curl: Saved to filename 'eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg' +450+ cp -vf eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg 'eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg' ++450+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg +450+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++450+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg +450+ b=eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg +450+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +450+ md5sum eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg +450+ sha1sum eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg +450+ sha512sum -b eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg +450+ rm eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize +450+ rm -f eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +450+ rm -f eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +450+ rm -f eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 +133+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++133+ find eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 -name '*.dmg' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-06-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ popd ~/agent/workspace/notarize-downloads ++133+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +133+ [[ -n '' ]] $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 51 killed; [ssh-agent] Stopped. Archiving artifacts Finished: SUCCESS