Started by user Jonah Graham Running as Jonah Graham Agent basic-vp5h6 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-vp5h6" 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-vp5h6" - 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-vp5h6" - 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-vp5h6 (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-SUMdwtEeZDN9/agent.48 SSH_AGENT_PID=50 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_2493840514543014075.key (/home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_2493840514543014075.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 cad2b5baca0c29cc0e547f609f12e4d3ab5979b2 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f cad2b5baca0c29cc0e547f609f12e4d3ab5979b2 # timeout=10 Commit message: "Set version qualifiers with setGitDate script" > git rev-list --no-walk d7c393b649455f8d2e61310cb03248b6aa64255e # timeout=10 [notarize-downloads] $ /bin/bash /tmp/jenkins12144417290246826020.sh + export 'PS4=+$$+ ' + PS4='+$$+ ' +134+ SSHUSER=genie.packaging@projects-storage.eclipse.org +134+ SSH='ssh genie.packaging@projects-storage.eclipse.org' +134+ SCP=scp +134+ mkdir temp +134+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++134+ ssh genie.packaging@projects-storage.eclipse.org find /home/data/httpd/download.eclipse.org/technology/epp/staging -maxdepth 1 -name '*.dmg-tonotarize' +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize . +134+ popd ~/agent/workspace/notarize-downloads ++134+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg' +134+ sleep 18s +134+ /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-03-R-macosx-cocoa-aarch64.dmg +134+ tee --append eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +182+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg ++182+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg +182+ DMG=eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg +182+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg ++182+ echo eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg ++182+ sed s/_/-/g +182+ PRIMARY_BUNDLE_ID=eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg +182+ retryCount=1 +182+ '[' 1 -gt 0 ']' ++182+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++182+ tail -n1 +182+ STATUS_CODE=200 ++182+ jq -r .uuid ++182+ echo '{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +182+ UUID=050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d ++182+ echo '{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg' +134+ /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-03-R-macosx-cocoa-x86_64.dmg +134+ sleep 18s +134+ tee --append eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +204+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg ++204+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg +204+ DMG=eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg +204+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg ++204+ echo eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg ++204+ sed s/_/-/g +204+ PRIMARY_BUNDLE_ID=eclipse-cpp-2024-03-R-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-cpp-2024-03-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2024-03-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +204+ RESPONSE_RAW='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ echo '{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++204+ jq -r .uuid +204+ UUID=586be9ee-fb10-410e-b382-47fffaa9b909 ++204+ echo '{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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 +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg' +134+ /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-03-R-macosx-cocoa-aarch64.dmg +134+ sleep 18s +134+ tee --append eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +226+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg ++226+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg +226+ DMG=eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg +226+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg ++226+ echo eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg ++226+ sed s/_/-/g +226+ PRIMARY_BUNDLE_ID=eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg +226+ retryCount=1 +226+ '[' 1 -gt 0 ']' ++226+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ echo '{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++226+ jq -r .uuid +226+ UUID=3608e9b8-3466-478d-bab9-d3c051e42349 ++226+ echo '{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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 +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg' +134+ sleep 18s +134+ /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-03-R-macosx-cocoa-aarch64.dmg +134+ tee --append eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +248+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg ++248+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg +248+ DMG=eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg +248+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg ++248+ echo eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg ++248+ sed s/_/-/g +248+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg +248+ retryCount=1 +248+ '[' 1 -gt 0 ']' ++248+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++248+ tail -n1 +248+ STATUS_CODE=200 ++248+ jq -r .uuid ++248+ echo '{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +248+ UUID=76c042cc-b871-4a4c-b129-ce773bfc3e47 ++248+ echo '{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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 +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg' +134+ /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-03-R-macosx-cocoa-x86_64.dmg +134+ sleep 18s +134+ tee --append eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +270+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg ++270+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg +270+ DMG=eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg +270+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 ++270+ echo eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg ++270+ sed s/_/-/g +270+ PRIMARY_BUNDLE_ID=eclipse-jee-2024-03-R-macosx-cocoa-x86-64.dmg +270+ retryCount=1 +270+ '[' 1 -gt 0 ']' ++270+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2024-03-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++270+ jq -r .uuid +270+ UUID=3791b5b1-ad1b-42ea-939d-391912bc5bf8 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ 200 == \5\0\3 ]] +270+ [[ 200 == \5\0\2 ]] +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/586be9ee-fb10-410e-b382-47fffaa9b909/status +204+ RESPONSE_RAW='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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 +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg' +134+ /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-03-R-macosx-cocoa-x86_64.dmg +134+ sleep 18s +134+ tee --append eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +312+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg ++312+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg +312+ DMG=eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg +312+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg ++312+ echo eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg ++312+ sed s/_/-/g +312+ PRIMARY_BUNDLE_ID=eclipse-java-2024-03-R-macosx-cocoa-x86-64.dmg +312+ retryCount=1 +312+ '[' 1 -gt 0 ']' ++312+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-java-2024-03-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +312+ RESPONSE_RAW='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++312+ head -n1 +312+ RESPONSE='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++312+ tail -n1 +312+ STATUS_CODE=200 ++312+ echo '{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++312+ jq -r .uuid +312+ UUID=6fa10b04-a63e-40cc-b803-528420070628 ++312+ echo '{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++312+ jq -r .notarizationStatus.status +312+ STATUS=IN_PROGRESS +312+ [[ 200 == \5\0\3 ]] +312+ [[ 200 == \5\0\2 ]] +312+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +312+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg' +134+ /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-03-R-macosx-cocoa-aarch64.dmg +134+ sleep 18s +134+ tee --append eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +334+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg ++334+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg +334+ DMG=eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg +334+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++226+ head -n1 +226+ RESPONSE='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ jq -r .notarizationStatus.status ++226+ echo '{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++334+ echo eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg ++334+ sed s/_/-/g +334+ PRIMARY_BUNDLE_ID=eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg +334+ retryCount=1 +334+ '[' 1 -gt 0 ']' ++334+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ echo '{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++334+ jq -r .uuid +334+ UUID=df813faa-4ffa-488c-b736-a295ab0bba20 ++334+ echo '{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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 +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg' +134+ sleep 18s +134+ /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-03-R-macosx-cocoa-aarch64.dmg +134+ tee --append eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +376+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg ++376+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg +376+ DMG=eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg +376+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg ++376+ echo eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg ++376+ sed s/_/-/g +376+ PRIMARY_BUNDLE_ID=eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg +376+ retryCount=1 +376+ '[' 1 -gt 0 ']' ++376+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-java-2024-03-R-macosx-cocoa-aarch64.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/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"631ddfce-7f25-4933-a342-2c62a6be1055","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ jq -r .uuid ++376+ echo '{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +376+ UUID=631ddfce-7f25-4933-a342-2c62a6be1055 ++376+ echo '{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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 +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg' +134+ /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-03-R-macosx-cocoa-aarch64.dmg +134+ sleep 18s +134+ tee --append eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +408+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg ++408+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg +408+ DMG=eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg +408+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg ++408+ echo eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg ++408+ sed s/_/-/g +408+ PRIMARY_BUNDLE_ID=eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg +408+ retryCount=1 +408+ '[' 1 -gt 0 ']' ++408+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/586be9ee-fb10-410e-b382-47fffaa9b909/status +204+ RESPONSE_RAW='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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 +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++408+ jq -r .uuid +408+ UUID=12496b12-21c2-40de-bb10-ce45d852cf73 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ 200 == \5\0\3 ]] +408+ [[ 200 == \5\0\2 ]] +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++312+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fa10b04-a63e-40cc-b803-528420070628/status +312+ RESPONSE_RAW='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++312+ head -n1 +312+ RESPONSE='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++312+ tail -n1 +312+ STATUS_CODE=200 ++312+ echo '{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++312+ jq -r .notarizationStatus.status +312+ STATUS=IN_PROGRESS +312+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +312+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg' +134+ /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-03-R-macosx-cocoa-x86_64.dmg +134+ sleep 18s +134+ tee --append eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +460+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg ++460+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg +460+ DMG=eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg +460+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg ++460+ echo eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg ++460+ sed s/_/-/g +460+ PRIMARY_BUNDLE_ID=eclipse-php-2024-03-R-macosx-cocoa-x86-64.dmg +460+ retryCount=1 +460+ '[' 1 -gt 0 ']' ++460+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-php-2024-03-R-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/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++460+ jq -r .uuid +460+ UUID=a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ 200 == \5\0\3 ]] +460+ [[ 200 == \5\0\2 ]] +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ echo '{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++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 +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg' +134+ /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-03-R-macosx-cocoa-x86_64.dmg +134+ sleep 18s +134+ tee --append eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +502+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg ++502+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg +502+ DMG=eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg +502+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg ++502+ sed s/_/-/g ++502+ echo eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg +502+ PRIMARY_BUNDLE_ID=eclipse-modeling-2024-03-R-macosx-cocoa-x86-64.dmg +502+ retryCount=1 +502+ '[' 1 -gt 0 ']' ++502+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2024-03-R-macosx-cocoa-x86-64.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/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ jq -r .uuid ++502+ echo '{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +502+ UUID=89d1dd94-ec2a-433d-a7a4-51c82532ad1e ++502+ echo '{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/631ddfce-7f25-4933-a342-2c62a6be1055/status +376+ RESPONSE_RAW='{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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 +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg' +134+ sleep 18s +134+ /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-03-R-macosx-cocoa-x86_64.dmg +134+ tee --append eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +554+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg ++554+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg +554+ DMG=eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg +554+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg ++554+ echo eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg ++554+ sed s/_/-/g +554+ PRIMARY_BUNDLE_ID=eclipse-rcp-2024-03-R-macosx-cocoa-x86-64.dmg +554+ retryCount=1 +554+ '[' 1 -gt 0 ']' ++554+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2024-03-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/586be9ee-fb10-410e-b382-47fffaa9b909/status +204+ RESPONSE_RAW='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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 +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++554+ jq -r .uuid +554+ UUID=a8bbac75-071c-475d-af90-7cdfa3e2e955 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ 200 == \5\0\3 ]] +554+ [[ 200 == \5\0\2 ]] +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg' +134+ sleep 18s +134+ /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-03-R-macosx-cocoa-x86_64.dmg +134+ tee --append eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +606+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg ++606+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg +606+ DMG=eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg +606+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg ++606+ sed s/_/-/g ++606+ echo eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg +606+ PRIMARY_BUNDLE_ID=eclipse-committers-2024-03-R-macosx-cocoa-x86-64.dmg +606+ retryCount=1 +606+ '[' 1 -gt 0 ']' ++606+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2024-03-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++312+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fa10b04-a63e-40cc-b803-528420070628/status +312+ RESPONSE_RAW='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++312+ head -n1 +312+ RESPONSE='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++312+ tail -n1 +312+ STATUS_CODE=200 ++312+ echo '{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++312+ jq -r .notarizationStatus.status +312+ STATUS=IN_PROGRESS +312+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +312+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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+ jq -r .notarizationStatus.status ++226+ echo '{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++606+ jq -r .uuid +606+ UUID=7f4c7baf-e59f-4b0f-adba-60f851e1ed8b ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ 200 == \5\0\3 ]] +606+ [[ 200 == \5\0\2 ]] +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg' +134+ /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-03-R-macosx-cocoa-aarch64.dmg +134+ sleep 18s +134+ tee --append eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +658+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg ++658+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg +658+ DMG=eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg +658+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg ++658+ echo eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg ++658+ sed s/_/-/g +658+ PRIMARY_BUNDLE_ID=eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg +658+ retryCount=1 +658+ '[' 1 -gt 0 ']' ++658+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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 +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++658+ jq -r .uuid +658+ UUID=6d60b6e7-110b-4a7f-92b7-357833fc3715 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ 200 == \5\0\3 ]] +658+ [[ 200 == \5\0\2 ]] +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg' +134+ /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-03-R-macosx-cocoa-aarch64.dmg +134+ sleep 18s +134+ tee --append eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +700+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg ++700+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg +700+ DMG=eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg +700+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg ++700+ echo eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg ++700+ sed s/_/-/g +700+ PRIMARY_BUNDLE_ID=eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg +700+ retryCount=1 +700+ '[' 1 -gt 0 ']' ++700+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.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/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++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 ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/631ddfce-7f25-4933-a342-2c62a6be1055/status +376+ RESPONSE_RAW='{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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 +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++700+ jq -r .uuid +700+ UUID=bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ 200 == \5\0\3 ]] +700+ [[ 200 == \5\0\2 ]] +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/586be9ee-fb10-410e-b382-47fffaa9b909/status +204+ RESPONSE_RAW='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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 ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg' +134+ /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-03-R-macosx-cocoa-aarch64.dmg +134+ sleep 18s +134+ tee --append eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +782+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg ++782+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg +782+ DMG=eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg +782+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg ++782+ echo eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg ++782+ sed s/_/-/g +782+ PRIMARY_BUNDLE_ID=eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg +782+ retryCount=1 +782+ '[' 1 -gt 0 ']' ++782+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++312+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fa10b04-a63e-40cc-b803-528420070628/status +312+ RESPONSE_RAW='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++312+ head -n1 +312+ RESPONSE='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++312+ tail -n1 +312+ STATUS_CODE=200 ++312+ echo '{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++312+ jq -r .notarizationStatus.status +312+ STATUS=IN_PROGRESS +312+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +312+ sleep 1m +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++782+ jq -r .uuid +782+ UUID=7bd236da-1449-46e3-bdd8-b0866c91976b ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ 200 == \5\0\3 ]] +782+ [[ 200 == \5\0\2 ]] +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg' +134+ sleep 18s +134+ /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-03-R-macosx-cocoa-aarch64.dmg +134+ tee --append eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.log +824+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg ++824+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg +824+ DMG=eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg +824+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++824+ echo eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg ++824+ sed s/_/-/g +824+ PRIMARY_BUNDLE_ID=eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg +824+ retryCount=1 +824+ '[' 1 -gt 0 ']' ++824+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++824+ jq -r .uuid +824+ UUID=a641a6f2-27d8-4f5a-89fb-d02d1f890a94 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++824+ jq -r .notarizationStatus.status +824+ STATUS=IN_PROGRESS +824+ [[ 200 == \5\0\3 ]] +824+ [[ 200 == \5\0\2 ]] +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg' +134+ sleep 18s +134+ /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-03-R-macosx-cocoa-x86_64.dmg +134+ tee --append eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +906+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg ++906+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg +906+ DMG=eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg +906+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg ++906+ echo eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg ++906+ sed s/_/-/g +906+ PRIMARY_BUNDLE_ID=eclipse-dsl-2024-03-R-macosx-cocoa-x86-64.dmg +906+ retryCount=1 +906+ '[' 1 -gt 0 ']' ++906+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2024-03-R-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/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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+ jq -r .notarizationStatus.status ++182+ echo '{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/631ddfce-7f25-4933-a342-2c62a6be1055/status +376+ RESPONSE_RAW='{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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 +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++906+ jq -r .uuid +906+ UUID=186005cc-7210-4485-962c-ef1837ced34e ++906+ jq -r .notarizationStatus.status ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +906+ STATUS=IN_PROGRESS +906+ [[ 200 == \5\0\3 ]] +906+ [[ 200 == \5\0\2 ]] +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg' +134+ /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-03-R-macosx-cocoa-x86_64.dmg +134+ sleep 18s +134+ tee --append eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +968+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg ++968+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg +968+ DMG=eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg +968+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg ++968+ echo eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg ++968+ sed s/_/-/g +968+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2024-03-R-macosx-cocoa-x86-64.dmg +968+ retryCount=1 +968+ '[' 1 -gt 0 ']' ++968+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2024-03-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/586be9ee-fb10-410e-b382-47fffaa9b909/status +204+ RESPONSE_RAW='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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 ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ jq -r .uuid ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +968+ UUID=48db51ac-7c9c-49c0-aeb6-f6a004bfd324 ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ 200 == \5\0\3 ]] +968+ [[ 200 == \5\0\2 ]] +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++312+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fa10b04-a63e-40cc-b803-528420070628/status +312+ RESPONSE_RAW='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++312+ head -n1 +312+ RESPONSE='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++312+ tail -n1 +312+ STATUS_CODE=200 ++312+ echo '{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++312+ jq -r .notarizationStatus.status +312+ STATUS=IN_PROGRESS +312+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +312+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg' +134+ /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-03-R-macosx-cocoa-x86_64.dmg +134+ sleep 18s +134+ tee --append eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.log +1040+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg ++1040+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg +1040+ DMG=eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg +1040+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg ++1040+ echo eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg ++1040+ sed s/_/-/g +1040+ PRIMARY_BUNDLE_ID=eclipse-scout-2024-03-R-macosx-cocoa-x86-64.dmg +1040+ retryCount=1 +1040+ '[' 1 -gt 0 ']' ++1040+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2024-03-R-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ jq -r .uuid ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' +1040+ UUID=86696425-1509-48d0-9af4-3c2d75db23fd ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1040+ jq -r .notarizationStatus.status +1040+ STATUS=IN_PROGRESS +1040+ [[ 200 == \5\0\3 ]] +1040+ [[ 200 == \5\0\2 ]] +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++824+ jq -r .notarizationStatus.status +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 +134+ jobs -p 182 204 226 248 270 312 334 376 408 460 502 554 606 658 700 782 824 906 968 1040 +134+ wait ++134+ jobs -p ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/631ddfce-7f25-4933-a342-2c62a6be1055/status +376+ RESPONSE_RAW='{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/586be9ee-fb10-410e-b382-47fffaa9b909/status +204+ RESPONSE_RAW='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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+ jq -r .notarizationStatus.status ++204+ echo '{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/status +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ jq -r .notarizationStatus.status ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++312+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fa10b04-a63e-40cc-b803-528420070628/status +312+ RESPONSE_RAW='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++312+ head -n1 +312+ RESPONSE='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++312+ tail -n1 +312+ STATUS_CODE=200 ++312+ jq -r .notarizationStatus.status ++312+ echo '{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +312+ STATUS=IN_PROGRESS +312+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +312+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ jq -r .notarizationStatus.status ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++1040+ jq -r .notarizationStatus.status +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ jq -r .notarizationStatus.status ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++824+ jq -r .notarizationStatus.status +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/631ddfce-7f25-4933-a342-2c62a6be1055/status +376+ RESPONSE_RAW='{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/586be9ee-fb10-410e-b382-47fffaa9b909/status +204+ RESPONSE_RAW='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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 ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/status +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++312+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fa10b04-a63e-40cc-b803-528420070628/status +312+ RESPONSE_RAW='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++312+ head -n1 +312+ RESPONSE='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++312+ tail -n1 +312+ STATUS_CODE=200 ++312+ echo '{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++312+ jq -r .notarizationStatus.status +312+ STATUS=IN_PROGRESS +312+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +312+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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+ jq -r .notarizationStatus.status ++226+ echo '{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1040+ jq -r .notarizationStatus.status +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ jq -r .notarizationStatus.status ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ jq -r .notarizationStatus.status ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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+ jq -r .notarizationStatus.status ++248+ echo '{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/631ddfce-7f25-4933-a342-2c62a6be1055/status +376+ RESPONSE_RAW='{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ jq -r .notarizationStatus.status ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/586be9ee-fb10-410e-b382-47fffaa9b909/status +204+ RESPONSE_RAW='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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 ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/status +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++312+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fa10b04-a63e-40cc-b803-528420070628/status +312+ RESPONSE_RAW='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++312+ head -n1 +312+ RESPONSE='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++312+ tail -n1 +312+ STATUS_CODE=200 ++312+ echo '{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++312+ jq -r .notarizationStatus.status +312+ STATUS=IN_PROGRESS +312+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +312+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1040+ jq -r .notarizationStatus.status +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++824+ jq -r .notarizationStatus.status +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/631ddfce-7f25-4933-a342-2c62a6be1055/status +376+ RESPONSE_RAW='{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/586be9ee-fb10-410e-b382-47fffaa9b909/status +204+ RESPONSE_RAW='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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 ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/status +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++312+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fa10b04-a63e-40cc-b803-528420070628/status +312+ RESPONSE_RAW='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++312+ head -n1 +312+ RESPONSE='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++312+ tail -n1 +312+ STATUS_CODE=200 ++312+ echo '{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++312+ jq -r .notarizationStatus.status +312+ STATUS=IN_PROGRESS +312+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +312+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1040+ jq -r .notarizationStatus.status +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ jq -r .notarizationStatus.status ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/631ddfce-7f25-4933-a342-2c62a6be1055/status +376+ RESPONSE_RAW='{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/586be9ee-fb10-410e-b382-47fffaa9b909/status +204+ RESPONSE_RAW='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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+ jq -r .notarizationStatus.status ++204+ echo '{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/status +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++312+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fa10b04-a63e-40cc-b803-528420070628/status +312+ RESPONSE_RAW='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++312+ head -n1 +312+ RESPONSE='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++312+ tail -n1 +312+ STATUS_CODE=200 ++312+ echo '{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++312+ jq -r .notarizationStatus.status +312+ STATUS=IN_PROGRESS +312+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +312+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ jq -r .notarizationStatus.status ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ jq -r .notarizationStatus.status ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++824+ jq -r .notarizationStatus.status +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/631ddfce-7f25-4933-a342-2c62a6be1055/status +376+ RESPONSE_RAW='{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/586be9ee-fb10-410e-b382-47fffaa9b909/status +204+ RESPONSE_RAW='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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 ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/status +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++312+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fa10b04-a63e-40cc-b803-528420070628/status +312+ RESPONSE_RAW='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++312+ head -n1 +312+ RESPONSE='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++312+ tail -n1 +312+ STATUS_CODE=200 ++312+ echo '{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++312+ jq -r .notarizationStatus.status +312+ STATUS=IN_PROGRESS +312+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +312+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1040+ jq -r .notarizationStatus.status +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++824+ jq -r .notarizationStatus.status +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/631ddfce-7f25-4933-a342-2c62a6be1055/status +376+ RESPONSE_RAW='{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ jq -r .notarizationStatus.status ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/586be9ee-fb10-410e-b382-47fffaa9b909/status +204+ RESPONSE_RAW='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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+ jq -r .notarizationStatus.status ++204+ echo '{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +204+ STATUS=IN_PROGRESS +204+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +204+ sleep 1m ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/status +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++312+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fa10b04-a63e-40cc-b803-528420070628/status +312+ RESPONSE_RAW='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++312+ head -n1 +312+ RESPONSE='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++312+ tail -n1 +312+ STATUS_CODE=200 ++312+ echo '{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++312+ jq -r .notarizationStatus.status +312+ STATUS=IN_PROGRESS +312+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +312+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1040+ jq -r .notarizationStatus.status +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++824+ jq -r .notarizationStatus.status +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/631ddfce-7f25-4933-a342-2c62a6be1055/status +376+ RESPONSE_RAW='{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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+ jq -r .notarizationStatus.status ++376+ echo '{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/586be9ee-fb10-410e-b382-47fffaa9b909/status +204+ RESPONSE_RAW='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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 ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/status +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++312+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fa10b04-a63e-40cc-b803-528420070628/status +312+ RESPONSE_RAW='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++312+ head -n1 +312+ RESPONSE='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++312+ tail -n1 +312+ STATUS_CODE=200 ++312+ jq -r .notarizationStatus.status ++312+ echo '{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +312+ STATUS=IN_PROGRESS +312+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +312+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ jq -r .notarizationStatus.status ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++824+ jq -r .notarizationStatus.status +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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+ jq -r .notarizationStatus.status ++334+ echo '{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +334+ STATUS=IN_PROGRESS +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/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/631ddfce-7f25-4933-a342-2c62a6be1055/status +376+ RESPONSE_RAW='{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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+ jq -r .notarizationStatus.status ++376+ echo '{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +376+ STATUS=IN_PROGRESS +376+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +376+ sleep 1m ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/586be9ee-fb10-410e-b382-47fffaa9b909/status +204+ RESPONSE_RAW='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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":"586be9ee-fb10-410e-b382-47fffaa9b909","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 ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/status +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++312+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fa10b04-a63e-40cc-b803-528420070628/status +312+ RESPONSE_RAW='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++312+ head -n1 +312+ RESPONSE='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++312+ tail -n1 +312+ STATUS_CODE=200 ++312+ echo '{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++312+ jq -r .notarizationStatus.status +312+ STATUS=IN_PROGRESS +312+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +312+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1040+ jq -r .notarizationStatus.status +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++824+ jq -r .notarizationStatus.status +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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+ jq -r .notarizationStatus.status ++334+ echo '{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +334+ STATUS=IN_PROGRESS +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/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/631ddfce-7f25-4933-a342-2c62a6be1055/status +376+ RESPONSE_RAW='{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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":"631ddfce-7f25-4933-a342-2c62a6be1055","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++204+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/586be9ee-fb10-410e-b382-47fffaa9b909/status +204+ RESPONSE_RAW='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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\": \"b1ba8f82-11db-4bb7-9bdd-7a1acb5742b3\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg\",\n \"uploadDate\": \"2024-03-07T19:18:42.948Z\",\n \"sha256\": \"c7432ac6f31f1c01d61ab38b122e9ae59ea34c45ec41db9a0e92430b42aa1ad1\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"32d0c370124c0d7c5b154d85b8c4aca4f895f915\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58d15b14d782c9d6493385f0280a868501869bba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58d15b14d782c9d6493385f0280a868501869bba\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++204+ head -n1 +204+ RESPONSE='{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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\": \"b1ba8f82-11db-4bb7-9bdd-7a1acb5742b3\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg\",\n \"uploadDate\": \"2024-03-07T19:18:42.948Z\",\n \"sha256\": \"c7432ac6f31f1c01d61ab38b122e9ae59ea34c45ec41db9a0e92430b42aa1ad1\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"32d0c370124c0d7c5b154d85b8c4aca4f895f915\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58d15b14d782c9d6493385f0280a868501869bba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"58d15b14d782c9d6493385f0280a868501869bba\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++204+ tail -n1 +204+ STATUS_CODE=200 ++204+ jq -r .notarizationStatus.status ++204+ echo '{"uuid":"586be9ee-fb10-410e-b382-47fffaa9b909","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\":' '\"b1ba8f82-11db-4bb7-9bdd-7a1acb5742b3\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:18:42.948Z\",\n' '\"sha256\":' '\"c7432ac6f31f1c01d61ab38b122e9ae59ea34c45ec41db9a0e92430b42aa1ad1\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"32d0c370124c0d7c5b154d85b8c4aca4f895f915\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58d15b14d782c9d6493385f0280a868501869bba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"27617bb822b62a2be3e4ae4212773419f9007098\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.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-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-x86_64-15420313171193009246.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"58d15b14d782c9d6493385f0280a868501869bba\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\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-cpp-2024-03-R-macosx-cocoa-x86_64.dmg +204+ curl -JO https://cbi.eclipse.org/macos/xcrun/586be9ee-fb10-410e-b382-47fffaa9b909/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 24.6M 0 24.6M 0 0 45.7M 0 --:--:-- --:--:-- --:--:-- 45.6M 100 95.3M 0 95.3M 0 0 61.9M 0 --:--:-- 0:00:01 --:--:-- 61.8M++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m 100 184M 0 184M 0 0 72.4M 0 --:--:-- 0:00:02 --:--:-- 72.4M 100 279M 0 279M 0 0 78.9M 0 --:--:-- 0:00:03 --:--:-- 78.9M 100 363M 0 363M 0 0 82.3M 0 --:--:-- 0:00:04 --:--:-- 82.3M curl: Saved to filename 'eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg' +204+ cp -vf eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg 'eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg' ++204+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg +204+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++204+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg +204+ b=eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg +204+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +204+ md5sum eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg +204+ sha1sum eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/status +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m +204+ sha512sum -b eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m +204+ rm eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +204+ rm -f eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +204+ rm -f eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +204+ rm -f eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++312+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6fa10b04-a63e-40cc-b803-528420070628/status +312+ RESPONSE_RAW='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","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\": \"db871ba7-e934-479f-ae0b-b5a8c44df7ba\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg\",\n \"uploadDate\": \"2024-03-07T19:19:31.465Z\",\n \"sha256\": \"805dfb8e0cc1f7c438dae2d9e2a734f463dd7d22bc7a0898776df0d7611a889c\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1c0da98b8a4813db6ce8fd9b52029ec000b9fb51\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70b8cde7f91d43ce5c44efec6414b5ed08972bf7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70b8cde7f91d43ce5c44efec6414b5ed08972bf7\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++312+ head -n1 +312+ RESPONSE='{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","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\": \"db871ba7-e934-479f-ae0b-b5a8c44df7ba\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg\",\n \"uploadDate\": \"2024-03-07T19:19:31.465Z\",\n \"sha256\": \"805dfb8e0cc1f7c438dae2d9e2a734f463dd7d22bc7a0898776df0d7611a889c\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1c0da98b8a4813db6ce8fd9b52029ec000b9fb51\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70b8cde7f91d43ce5c44efec6414b5ed08972bf7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70b8cde7f91d43ce5c44efec6414b5ed08972bf7\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++312+ tail -n1 +312+ STATUS_CODE=200 ++312+ jq -r .notarizationStatus.status ++312+ echo '{"uuid":"6fa10b04-a63e-40cc-b803-528420070628","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\":' '\"db871ba7-e934-479f-ae0b-b5a8c44df7ba\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:19:31.465Z\",\n' '\"sha256\":' '\"805dfb8e0cc1f7c438dae2d9e2a734f463dd7d22bc7a0898776df0d7611a889c\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1c0da98b8a4813db6ce8fd9b52029ec000b9fb51\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70b8cde7f91d43ce5c44efec6414b5ed08972bf7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"27617bb822b62a2be3e4ae4212773419f9007098\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.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-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-x86_64-5690700066747701502.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70b8cde7f91d43ce5c44efec6414b5ed08972bf7\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +312+ STATUS=COMPLETE +312+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +312+ [[ 200 == \5\0\3 ]] +312+ [[ 200 == \5\0\2 ]] +312+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +312+ break +312+ rm eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg +312+ curl -JO https://cbi.eclipse.org/macos/xcrun/6fa10b04-a63e-40cc-b803-528420070628/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 43.3M 0 43.3M 0 0 80.9M 0 --:--:-- --:--:-- --:--:-- 80.8M 100 132M 0 132M 0 0 86.4M 0 --:--:-- 0:00:01 --:--:-- 86.3M 100 226M 0 226M 0 0 89.2M 0 --:--:-- 0:00:02 --:--:-- 89.2M 100 322M 0 322M 0 0 92.8M 0 --:--:-- 0:00:03 --:--:-- 92.8M curl: Saved to filename 'eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg' +312+ cp -vf eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg 'eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg' ++312+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg +312+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++312+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg +312+ b=eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg +312+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +312+ md5sum eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg +312+ sha1sum eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg +312+ sha512sum -b eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m +312+ rm eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +312+ rm -f eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +312+ rm -f eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +312+ rm -f eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ jq -r .notarizationStatus.status ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++824+ jq -r .notarizationStatus.status +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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+ jq -r .notarizationStatus.status ++248+ echo '{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +248+ STATUS=IN_PROGRESS +248+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +248+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++376+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/631ddfce-7f25-4933-a342-2c62a6be1055/status +376+ RESPONSE_RAW='{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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\": \"94b07bf0-b006-4191-81e7-3246e6fe9def\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg\",\n \"uploadDate\": \"2024-03-07T19:20:06.554Z\",\n \"sha256\": \"b209f44ca7b855f5b1638cd1b8a6b0f7a7b6da57e65c560715e4cfb9903a8ad0\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfe59560b1428375b816ca889c1c0fd9a58feae\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6baf45621118d6cd5e4135f3ffcf28233e922200\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6baf45621118d6cd5e4135f3ffcf28233e922200\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++376+ head -n1 +376+ RESPONSE='{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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\": \"94b07bf0-b006-4191-81e7-3246e6fe9def\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg\",\n \"uploadDate\": \"2024-03-07T19:20:06.554Z\",\n \"sha256\": \"b209f44ca7b855f5b1638cd1b8a6b0f7a7b6da57e65c560715e4cfb9903a8ad0\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bdfe59560b1428375b816ca889c1c0fd9a58feae\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6baf45621118d6cd5e4135f3ffcf28233e922200\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6baf45621118d6cd5e4135f3ffcf28233e922200\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++376+ tail -n1 +376+ STATUS_CODE=200 ++376+ jq -r .notarizationStatus.status ++376+ echo '{"uuid":"631ddfce-7f25-4933-a342-2c62a6be1055","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\":' '\"94b07bf0-b006-4191-81e7-3246e6fe9def\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:20:06.554Z\",\n' '\"sha256\":' '\"b209f44ca7b855f5b1638cd1b8a6b0f7a7b6da57e65c560715e4cfb9903a8ad0\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bdfe59560b1428375b816ca889c1c0fd9a58feae\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6baf45621118d6cd5e4135f3ffcf28233e922200\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.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-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-R-macosx-cocoa-aarch64-3820695879352717352.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6baf45621118d6cd5e4135f3ffcf28233e922200\",\n' '\"arch\":' '\"arm64\"\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-java-2024-03-R-macosx-cocoa-aarch64.dmg +376+ curl -JO https://cbi.eclipse.org/macos/xcrun/631ddfce-7f25-4933-a342-2c62a6be1055/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 4341k 0 4341k 0 0 20.9M 0 --:--:-- --:--:-- --:--:-- 20.8M 100 90.6M 0 90.6M 0 0 75.6M 0 --:--:-- 0:00:01 --:--:-- 75.5M 100 191M 0 191M 0 0 87.0M 0 --:--:-- 0:00:02 --:--:-- 87.0M 100 299M 0 299M 0 0 93.5M 0 --:--:-- 0:00:03 --:--:-- 93.4M 100 321M 0 321M 0 0 94.3M 0 --:--:-- 0:00:03 --:--:-- 94.3M curl: Saved to filename 'eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg' +376+ cp -vf eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status 'eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg' ++376+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg +376+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++376+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg +376+ b=eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg +376+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +376+ md5sum eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m +376+ sha1sum eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg +376+ sha512sum -b eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg +376+ rm eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +376+ rm -f eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +376+ rm -f eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +376+ rm -f eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/status +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ jq -r .notarizationStatus.status ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1040+ jq -r .notarizationStatus.status +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++824+ jq -r .notarizationStatus.status +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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+ jq -r .notarizationStatus.status ++182+ echo '{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +182+ STATUS=IN_PROGRESS +182+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +182+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ jq -r .notarizationStatus.status ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/status +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ jq -r .notarizationStatus.status ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1040+ jq -r .notarizationStatus.status +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++824+ jq -r .notarizationStatus.status +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 ++248+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/76c042cc-b871-4a4c-b129-ce773bfc3e47/status +248+ RESPONSE_RAW='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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\": \"08b40488-0e58-489e-a8a0-4bccc231bb41\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg\",\n \"uploadDate\": \"2024-03-07T19:19:01.468Z\",\n \"sha256\": \"89515f9c1aa239506eed6f1a83327524a79c4670a578965f1748a7bd2e712dea\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87f9439ba5e32d05ba7a29ad0b6758a212bb6975\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3d6ec7256ae33c527e4d50fb72400177876f722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3d6ec7256ae33c527e4d50fb72400177876f722\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++248+ head -n1 +248+ RESPONSE='{"uuid":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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\": \"08b40488-0e58-489e-a8a0-4bccc231bb41\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg\",\n \"uploadDate\": \"2024-03-07T19:19:01.468Z\",\n \"sha256\": \"89515f9c1aa239506eed6f1a83327524a79c4670a578965f1748a7bd2e712dea\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87f9439ba5e32d05ba7a29ad0b6758a212bb6975\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3d6ec7256ae33c527e4d50fb72400177876f722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d3d6ec7256ae33c527e4d50fb72400177876f722\",\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":"76c042cc-b871-4a4c-b129-ce773bfc3e47","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\":' '\"08b40488-0e58-489e-a8a0-4bccc231bb41\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:19:01.468Z\",\n' '\"sha256\":' '\"89515f9c1aa239506eed6f1a83327524a79c4670a578965f1748a7bd2e712dea\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87f9439ba5e32d05ba7a29ad0b6758a212bb6975\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3d6ec7256ae33c527e4d50fb72400177876f722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.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-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64-2751659046948204868.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d3d6ec7256ae33c527e4d50fb72400177876f722\",\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-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg +248+ curl -JO https://cbi.eclipse.org/macos/xcrun/76c042cc-b871-4a4c-b129-ce773bfc3e47/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 35.6M 0 35.6M 0 0 89.8M 0 --:--:-- --:--:-- --:--:-- 89.6M 100 118M 0 118M 0 0 84.6M 0 --:--:-- 0:00:01 --:--:-- 84.6M++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m 100 208M 0 208M 0 0 86.8M 0 --:--:-- 0:00:02 --:--:-- 86.8M 100 301M 0 301M 0 0 88.5M 0 --:--:-- 0:00:03 --:--:-- 88.5M 100 382M 0 382M 0 0 88.9M 0 --:--:-- 0:00:04 --:--:-- 88.9M curl: Saved to filename 'eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg' +248+ cp -vf eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg 'eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg' ++248+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg +248+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++248+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg +248+ b=eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg +248+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +248+ md5sum eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg +248+ sha1sum eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg +248+ sha512sum -b eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg +248+ rm eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +248+ rm -f eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +248+ rm -f eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +248+ rm -f eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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+ jq -r .notarizationStatus.status ++502+ echo '{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ jq -r .notarizationStatus.status ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ jq -r .notarizationStatus.status ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/status +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1040+ jq -r .notarizationStatus.status +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ jq -r .notarizationStatus.status ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++824+ jq -r .notarizationStatus.status +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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+ jq -r .notarizationStatus.status ++334+ echo '{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +334+ STATUS=IN_PROGRESS +334+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ jq -r .notarizationStatus.status ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/status +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ jq -r .notarizationStatus.status ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1040+ jq -r .notarizationStatus.status +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++824+ jq -r .notarizationStatus.status +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ jq -r .notarizationStatus.status ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/status +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1040+ jq -r .notarizationStatus.status +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++824+ jq -r .notarizationStatus.status +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++182+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/status +182+ RESPONSE_RAW='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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\": \"8ee4615a-ea67-484c-9fee-1ec3ecb2b46d\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg\",\n \"uploadDate\": \"2024-03-07T19:18:26.439Z\",\n \"sha256\": \"74827df4f82c4931f040b4d50b86c6c782d793b1d7e1aaffad0c6176291c179b\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8df63ca5e99074e4b582a703e33e9fa175bb0d8\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"32bf5ae73f1d2a3785f2bd74e3f4710da83995a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"32bf5ae73f1d2a3785f2bd74e3f4710da83995a1\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++182+ head -n1 +182+ RESPONSE='{"uuid":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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\": \"8ee4615a-ea67-484c-9fee-1ec3ecb2b46d\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg\",\n \"uploadDate\": \"2024-03-07T19:18:26.439Z\",\n \"sha256\": \"74827df4f82c4931f040b4d50b86c6c782d793b1d7e1aaffad0c6176291c179b\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8df63ca5e99074e4b582a703e33e9fa175bb0d8\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"32bf5ae73f1d2a3785f2bd74e3f4710da83995a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"32bf5ae73f1d2a3785f2bd74e3f4710da83995a1\",\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":"050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d","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\":' '\"8ee4615a-ea67-484c-9fee-1ec3ecb2b46d\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:18:26.439Z\",\n' '\"sha256\":' '\"74827df4f82c4931f040b4d50b86c6c782d793b1d7e1aaffad0c6176291c179b\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8df63ca5e99074e4b582a703e33e9fa175bb0d8\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"32bf5ae73f1d2a3785f2bd74e3f4710da83995a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.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-03-R-macosx-cocoa-aarch64-14517939292800955470.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"32bf5ae73f1d2a3785f2bd74e3f4710da83995a1\",\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-committers-2024-03-R-macosx-cocoa-aarch64.dmg +182+ curl -JO https://cbi.eclipse.org/macos/xcrun/050c0da6-9c44-4a08-8a66-8f7cb3cc9c8d/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 17.1M 0 17.1M 0 0 84.3M 0 --:--:-- --:--:-- --:--:-- 84.3M++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 100 110M 0 110M 0 0 91.8M 0 --:--:-- 0:00:01 --:--:-- 91.8M 100 202M 0 202M 0 0 91.8M 0 --:--:-- 0:00:02 --:--:-- 91.8M 100 295M 0 295M 0 0 92.2M 0 --:--:-- 0:00:03 --:--:-- 92.2M 100 390M 0 390M 0 0 92.8M 0 --:--:-- 0:00:04 --:--:-- 92.8M++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m 100 482M 0 482M 0 0 92.7M 0 --:--:-- 0:00:05 --:--:-- 93.0M 100 507M 0 507M 0 0 92.7M 0 --:--:-- 0:00:05 --:--:-- 92.9M curl: Saved to filename 'eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg' +182+ cp -vf eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg 'eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg' ++182+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg +182+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++182+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg +182+ b=eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg +182+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +182+ md5sum eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg +182+ sha1sum eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg +182+ sha512sum -b eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m +182+ rm eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +182+ rm -f eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +182+ rm -f eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +182+ rm -f eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/status +968+ RESPONSE_RAW='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","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\": \"f2756059-f921-4dc4-88f8-3ef17a754587\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg\",\n \"uploadDate\": \"2024-03-07T19:23:37.064Z\",\n \"sha256\": \"df60eaeb85dbb53b57a9880603b562399e02e1a4fd141691248a123b41ba5bdc\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d13b11ced35891567d57a51dac1ab699d34cfb3\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ab6f94cb988aaeb4759a94db4707f800fc5cee13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ab6f94cb988aaeb4759a94db4707f800fc5cee13\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","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\": \"f2756059-f921-4dc4-88f8-3ef17a754587\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg\",\n \"uploadDate\": \"2024-03-07T19:23:37.064Z\",\n \"sha256\": \"df60eaeb85dbb53b57a9880603b562399e02e1a4fd141691248a123b41ba5bdc\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d13b11ced35891567d57a51dac1ab699d34cfb3\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ab6f94cb988aaeb4759a94db4707f800fc5cee13\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ab6f94cb988aaeb4759a94db4707f800fc5cee13\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ jq -r .notarizationStatus.status ++968+ echo '{"uuid":"48db51ac-7c9c-49c0-aeb6-f6a004bfd324","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\":' '\"f2756059-f921-4dc4-88f8-3ef17a754587\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:23:37.064Z\",\n' '\"sha256\":' '\"df60eaeb85dbb53b57a9880603b562399e02e1a4fd141691248a123b41ba5bdc\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d13b11ced35891567d57a51dac1ab699d34cfb3\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ab6f94cb988aaeb4759a94db4707f800fc5cee13\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"27617bb822b62a2be3e4ae4212773419f9007098\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.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-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64-7015147422473812821.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ab6f94cb988aaeb4759a94db4707f800fc5cee13\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +968+ STATUS=COMPLETE +968+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ [[ 200 == \5\0\3 ]] +968+ [[ 200 == \5\0\2 ]] +968+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +968+ break +968+ rm eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg +968+ curl -JO https://cbi.eclipse.org/macos/xcrun/48db51ac-7c9c-49c0-aeb6-f6a004bfd324/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 32.3M 0 --:--:-- --:--:-- --:--:-- 32.2M++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ jq -r .notarizationStatus.status ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m 100 94.4M 0 94.4M 0 0 63.3M 0 --:--:-- 0:00:01 --:--:-- 63.3M 100 178M 0 178M 0 0 71.5M 0 --:--:-- 0:00:02 --:--:-- 71.4M 100 256M 0 256M 0 0 73.5M 0 --:--:-- 0:00:03 --:--:-- 73.5M 100 342M 0 342M 0 0 76.1M 0 --:--:-- 0:00:04 --:--:-- 76.1M 100 383M 0 383M 0 0 76.9M 0 --:--:-- 0:00:04 --:--:-- 81.8M curl: Saved to filename 'eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg' +968+ cp -vf eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg 'eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg' ++968+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg +968+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++968+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg +968+ b=eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg +968+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +968+ md5sum eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg +968+ sha1sum eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg +968+ sha512sum -b eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg +968+ rm eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +968+ rm -f eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +968+ rm -f eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +968+ rm -f eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1040+ jq -r .notarizationStatus.status +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++824+ jq -r .notarizationStatus.status +824+ STATUS=IN_PROGRESS +824+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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+ jq -r .notarizationStatus.status ++334+ echo '{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +334+ STATUS=IN_PROGRESS +334+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +334+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/status +658+ RESPONSE_RAW='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","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\": \"a9d22c3d-9349-4827-9b9e-d4cc5e68ca22\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg\",\n \"uploadDate\": \"2024-03-07T19:22:20.055Z\",\n \"sha256\": \"ba17d9393e35b82802572bd8422719e7485cc4a96def66b49010df8980df2862\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2c050bf78f1200ca612834d8b8f75b1cad82c38\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff0eee61426721196f69b216e934506557d3e749\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff0eee61426721196f69b216e934506557d3e749\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","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\": \"a9d22c3d-9349-4827-9b9e-d4cc5e68ca22\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg\",\n \"uploadDate\": \"2024-03-07T19:22:20.055Z\",\n \"sha256\": \"ba17d9393e35b82802572bd8422719e7485cc4a96def66b49010df8980df2862\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2c050bf78f1200ca612834d8b8f75b1cad82c38\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff0eee61426721196f69b216e934506557d3e749\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff0eee61426721196f69b216e934506557d3e749\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ jq -r .notarizationStatus.status ++658+ echo '{"uuid":"6d60b6e7-110b-4a7f-92b7-357833fc3715","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\":' '\"a9d22c3d-9349-4827-9b9e-d4cc5e68ca22\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:22:20.055Z\",\n' '\"sha256\":' '\"ba17d9393e35b82802572bd8422719e7485cc4a96def66b49010df8980df2862\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2c050bf78f1200ca612834d8b8f75b1cad82c38\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff0eee61426721196f69b216e934506557d3e749\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.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-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-aarch64-4159800809253039297.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff0eee61426721196f69b216e934506557d3e749\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +658+ STATUS=COMPLETE +658+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ [[ 200 == \5\0\3 ]] +658+ [[ 200 == \5\0\2 ]] +658+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +658+ break +658+ rm eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg +658+ curl -JO https://cbi.eclipse.org/macos/xcrun/6d60b6e7-110b-4a7f-92b7-357833fc3715/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.6M 0 29.6M 0 0 74.1M 0 --:--:-- --:--:-- --:--:-- 74.0M 100 113M 0 113M 0 0 81.4M 0 --:--:-- 0:00:01 --:--:-- 81.3M 100 206M 0 206M 0 0 85.9M 0 --:--:-- 0:00:02 --:--:-- 85.9M 100 288M 0 288M 0 0 84.9M 0 --:--:-- 0:00:03 --:--:-- 84.9M 100 388M 0 388M 0 0 88.4M 0 --:--:-- 0:00:04 --:--:-- 88.4M 100 393M 0 393M 0 0 88.6M 0 --:--:-- 0:00:04 --:--:-- 90.0M curl: Saved to filename 'eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg' +658+ cp -vf eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg 'eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg' ++658+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg +658+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++658+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg +658+ b=eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg +658+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +658+ md5sum eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg +658+ sha1sum eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg +658+ sha512sum -b eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg +658+ rm eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +658+ rm -f eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +658+ rm -f eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +658+ rm -f eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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+ jq -r .notarizationStatus.status ++502+ echo '{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++700+ jq -r .notarizationStatus.status +700+ STATUS=IN_PROGRESS +700+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ jq -r .notarizationStatus.status ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ jq -r .notarizationStatus.status ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/status +460+ RESPONSE_RAW='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","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\": \"b3ff496e-496c-4838-b07f-a6b705f80257\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg\",\n \"uploadDate\": \"2024-03-07T19:20:51.408Z\",\n \"sha256\": \"680649a534a2d38b532ba89c8be514966d5ef2f9013d6b6b7243bd2097eba324\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"773880372e4a55d9e49570be8d92925d5ed05f40\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f312bcd7f2902da3b6da66cb5cf4f02d0306606b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f312bcd7f2902da3b6da66cb5cf4f02d0306606b\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","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\": \"b3ff496e-496c-4838-b07f-a6b705f80257\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg\",\n \"uploadDate\": \"2024-03-07T19:20:51.408Z\",\n \"sha256\": \"680649a534a2d38b532ba89c8be514966d5ef2f9013d6b6b7243bd2097eba324\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"773880372e4a55d9e49570be8d92925d5ed05f40\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f312bcd7f2902da3b6da66cb5cf4f02d0306606b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f312bcd7f2902da3b6da66cb5cf4f02d0306606b\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ jq -r .notarizationStatus.status ++460+ echo '{"uuid":"a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb","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\":' '\"b3ff496e-496c-4838-b07f-a6b705f80257\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:20:51.408Z\",\n' '\"sha256\":' '\"680649a534a2d38b532ba89c8be514966d5ef2f9013d6b6b7243bd2097eba324\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"773880372e4a55d9e49570be8d92925d5ed05f40\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f312bcd7f2902da3b6da66cb5cf4f02d0306606b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"27617bb822b62a2be3e4ae4212773419f9007098\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.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-03-R-macosx-cocoa-x86_64-14337407482993930213.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f312bcd7f2902da3b6da66cb5cf4f02d0306606b\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +460+ STATUS=COMPLETE +460+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ [[ 200 == \5\0\3 ]] +460+ [[ 200 == \5\0\2 ]] +460+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +460+ break +460+ rm eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg +460+ curl -JO https://cbi.eclipse.org/macos/xcrun/a796e7e6-b593-4eea-aa5a-9e7b36cb4dfb/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 31.3M 0 31.3M 0 0 55.7M 0 --:--:-- --:--:-- --:--:-- 55.6M 100 122M 0 122M 0 0 78.4M 0 --:--:-- 0:00:01 --:--:-- 78.4M 100 217M 0 217M 0 0 84.9M 0 --:--:-- 0:00:02 --:--:-- 84.9M 100 314M 0 314M 0 0 88.4M 0 --:--:-- 0:00:03 --:--:-- 88.3M++824+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/status +824+ RESPONSE_RAW='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","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\": \"422020c4-497a-45f1-9cfd-52784e98fa33\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg\",\n \"uploadDate\": \"2024-03-07T19:22:56.213Z\",\n \"sha256\": \"1054f8e2e2dd0cec6a47d71a63297a664b42ef5d5e07b1dad2196939df8cbe9f\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37f936a859743ea64c663b89cfe3173c6ec6b2f\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0406ebac86d25f346ecabc9926ff9adc518f448c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0406ebac86d25f346ecabc9926ff9adc518f448c\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++824+ head -n1 +824+ RESPONSE='{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","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\": \"422020c4-497a-45f1-9cfd-52784e98fa33\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg\",\n \"uploadDate\": \"2024-03-07T19:22:56.213Z\",\n \"sha256\": \"1054f8e2e2dd0cec6a47d71a63297a664b42ef5d5e07b1dad2196939df8cbe9f\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d37f936a859743ea64c663b89cfe3173c6ec6b2f\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0406ebac86d25f346ecabc9926ff9adc518f448c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0406ebac86d25f346ecabc9926ff9adc518f448c\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++824+ tail -n1 +824+ STATUS_CODE=200 ++824+ jq -r .notarizationStatus.status ++824+ echo '{"uuid":"a641a6f2-27d8-4f5a-89fb-d02d1f890a94","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\":' '\"422020c4-497a-45f1-9cfd-52784e98fa33\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:22:56.213Z\",\n' '\"sha256\":' '\"1054f8e2e2dd0cec6a47d71a63297a664b42ef5d5e07b1dad2196939df8cbe9f\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d37f936a859743ea64c663b89cfe3173c6ec6b2f\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0406ebac86d25f346ecabc9926ff9adc518f448c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.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-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-R-macosx-cocoa-aarch64-15859274037996804061.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0406ebac86d25f346ecabc9926ff9adc518f448c\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +824+ STATUS=COMPLETE +824+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +824+ [[ 200 == \5\0\3 ]] +824+ [[ 200 == \5\0\2 ]] +824+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +824+ break +824+ rm eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg +824+ curl -JO https://cbi.eclipse.org/macos/xcrun/a641a6f2-27d8-4f5a-89fb-d02d1f890a94/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 397M 0 397M 0 0 87.1M 0 --:--:-- 0:00:04 --:--:-- 87.1M 100 397M 0 397M 0 0 87.1M 0 --:--:-- 0:00:04 --:--:-- 91.5M 100 15576 0 15576 0 0 262k 0 --:--:-- --:--:-- --:--:-- 257kcurl: Saved to filename 'eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg' +460+ cp -vf eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg 'eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg' ++460+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg +460+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++460+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg +460+ b=eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg +460+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +460+ md5sum eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg 100 71.5M 0 71.5M 0 0 67.6M 0 --:--:-- 0:00:01 --:--:-- 67.6M+460+ sha1sum eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg +460+ sha512sum -b eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg 100 169M 0 169M 0 0 82.2M 0 --:--:-- 0:00:02 --:--:-- 82.2M++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 100 264M 0 264M 0 0 86.4M 0 --:--:-- 0:00:03 --:--:-- 86.4M+460+ rm eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +460+ rm -f eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +460+ rm -f eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +460+ rm -f eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 356M 0 356M 0 0 87.8M 0 --:--:-- 0:00:04 --:--:-- 87.8M 100 361M 0 361M 0 0 87.9M 0 --:--:-- 0:00:04 --:--:-- 89.2M curl: Saved to filename 'eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg' +824+ cp -vf eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg 'eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg' ++824+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg +824+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++824+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg +824+ b=eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg +824+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +824+ md5sum eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg +824+ sha1sum eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg +824+ sha512sum -b eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg +824+ rm eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +824+ rm -f eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +824+ rm -f eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +824+ rm -f eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++700+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/status +700+ RESPONSE_RAW='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","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\": \"57957191-e44d-4cec-9198-4560bd90fcbc\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg\",\n \"uploadDate\": \"2024-03-07T19:22:49.514Z\",\n \"sha256\": \"3b6f7af67779d2b62292ea27e742dcb92f5add52caf0d2ed4c2e9f66d80f9607\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e1c747c9f5f971098e8e0bbb04674c004c86444\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d6bec56e1797aec4ad8c2211cc6d799a70b1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d6bec56e1797aec4ad8c2211cc6d799a70b1853\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++700+ head -n1 +700+ RESPONSE='{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","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\": \"57957191-e44d-4cec-9198-4560bd90fcbc\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg\",\n \"uploadDate\": \"2024-03-07T19:22:49.514Z\",\n \"sha256\": \"3b6f7af67779d2b62292ea27e742dcb92f5add52caf0d2ed4c2e9f66d80f9607\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0e1c747c9f5f971098e8e0bbb04674c004c86444\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d6bec56e1797aec4ad8c2211cc6d799a70b1853\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8d6bec56e1797aec4ad8c2211cc6d799a70b1853\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++700+ tail -n1 +700+ STATUS_CODE=200 ++700+ jq -r .notarizationStatus.status ++700+ echo '{"uuid":"bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb","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\":' '\"57957191-e44d-4cec-9198-4560bd90fcbc\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:22:49.514Z\",\n' '\"sha256\":' '\"3b6f7af67779d2b62292ea27e742dcb92f5add52caf0d2ed4c2e9f66d80f9607\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0e1c747c9f5f971098e8e0bbb04674c004c86444\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d6bec56e1797aec4ad8c2211cc6d799a70b1853\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.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-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-aarch64-16383987826659007976.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8d6bec56e1797aec4ad8c2211cc6d799a70b1853\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +700+ STATUS=COMPLETE +700+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +700+ [[ 200 == \5\0\3 ]] +700+ [[ 200 == \5\0\2 ]] +700+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +700+ break +700+ rm eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg +700+ curl -JO https://cbi.eclipse.org/macos/xcrun/bcec0b2f-37cb-4e39-9e91-d1e2b35f4acb/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 3977k 0 3977k 0 0 19.1M 0 --:--:-- --:--:-- --:--:-- 19.0M 100 60.3M 0 60.3M 0 0 54.0M 0 --:--:-- 0:00:01 --:--:-- 54.0M 100 148M 0 148M 0 0 70.1M 0 --:--:-- 0:00:02 --:--:-- 70.1M 100 226M 0 226M 0 0 72.7M 0 --:--:-- 0:00:03 --:--:-- 72.7M++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m 100 325M 0 325M 0 0 78.9M 0 --:--:-- 0:00:04 --:--:-- 78.9M 100 426M 0 426M 0 0 83.3M 0 --:--:-- 0:00:05 --:--:-- 85.9M 100 432M 0 432M 0 0 83.4M 0 --:--:-- 0:00:05 --:--:-- 91.5M curl: Saved to filename 'eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg' +700+ cp -vf eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg 'eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg' ++700+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg +700+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++700+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg +700+ b=eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg +700+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +700+ md5sum eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg +700+ sha1sum eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++554+ jq -r .notarizationStatus.status +554+ STATUS=IN_PROGRESS +554+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ sleep 1m +700+ sha512sum -b eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg +700+ rm eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +700+ rm -f eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +700+ rm -f eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +700+ rm -f eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ jq -r .notarizationStatus.status ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1040+ jq -r .notarizationStatus.status +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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":"df813faa-4ffa-488c-b736-a295ab0bba20","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++554+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/status +554+ RESPONSE_RAW='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","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\": \"12a59790-6045-498d-a7fa-36831ffd42be\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg\",\n \"uploadDate\": \"2024-03-07T19:21:46.928Z\",\n \"sha256\": \"cf4668428d98a4ae7530a4e8c12cfa4cfdde530dae697b16d2bd53836abe2595\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb835dfe77638481b8ee9031413e2f64e0f6737e\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f9c7547484d345fb8bd55c56b2ec0a989c981e53\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f9c7547484d345fb8bd55c56b2ec0a989c981e53\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++554+ head -n1 +554+ RESPONSE='{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","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\": \"12a59790-6045-498d-a7fa-36831ffd42be\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg\",\n \"uploadDate\": \"2024-03-07T19:21:46.928Z\",\n \"sha256\": \"cf4668428d98a4ae7530a4e8c12cfa4cfdde530dae697b16d2bd53836abe2595\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb835dfe77638481b8ee9031413e2f64e0f6737e\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f9c7547484d345fb8bd55c56b2ec0a989c981e53\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f9c7547484d345fb8bd55c56b2ec0a989c981e53\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++554+ tail -n1 +554+ STATUS_CODE=200 ++554+ jq -r .notarizationStatus.status ++554+ echo '{"uuid":"a8bbac75-071c-475d-af90-7cdfa3e2e955","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\":' '\"12a59790-6045-498d-a7fa-36831ffd42be\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:21:46.928Z\",\n' '\"sha256\":' '\"cf4668428d98a4ae7530a4e8c12cfa4cfdde530dae697b16d2bd53836abe2595\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb835dfe77638481b8ee9031413e2f64e0f6737e\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f9c7547484d345fb8bd55c56b2ec0a989c981e53\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"27617bb822b62a2be3e4ae4212773419f9007098\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.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-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-R-macosx-cocoa-x86_64-11253413474084790353.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f9c7547484d345fb8bd55c56b2ec0a989c981e53\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +554+ STATUS=COMPLETE +554+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +554+ [[ 200 == \5\0\3 ]] +554+ [[ 200 == \5\0\2 ]] +554+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +554+ break +554+ rm eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg +554+ curl -JO https://cbi.eclipse.org/macos/xcrun/a8bbac75-071c-475d-af90-7cdfa3e2e955/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 56.2M 0 56.2M 0 0 81.2M 0 --:--:-- --:--:-- --:--:-- 81.1M 100 142M 0 142M 0 0 84.1M 0 --:--:-- 0:00:01 --:--:-- 84.1M 100 232M 0 232M 0 0 86.2M 0 --:--:-- 0:00:02 --:--:-- 86.2M 100 319M 0 319M 0 0 86.5M 0 --:--:-- 0:00:03 --:--:-- 86.5M++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/status +408+ RESPONSE_RAW='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","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\": \"edeb32ac-6843-4c07-b7cc-957468d2ac48\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg\",\n \"uploadDate\": \"2024-03-07T19:20:31.925Z\",\n \"sha256\": \"86a73020d1a5773057af5c69079d6706cb12e6b8db86f1f0637b42189b7c1a84\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14a3001864f087223522f23e0f90bf0144a2bf2\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5905c8c3fc8363e6be603676c29a13c9c0bbabca\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5905c8c3fc8363e6be603676c29a13c9c0bbabca\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","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\": \"edeb32ac-6843-4c07-b7cc-957468d2ac48\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg\",\n \"uploadDate\": \"2024-03-07T19:20:31.925Z\",\n \"sha256\": \"86a73020d1a5773057af5c69079d6706cb12e6b8db86f1f0637b42189b7c1a84\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e14a3001864f087223522f23e0f90bf0144a2bf2\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5905c8c3fc8363e6be603676c29a13c9c0bbabca\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5905c8c3fc8363e6be603676c29a13c9c0bbabca\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ jq -r .notarizationStatus.status ++408+ echo '{"uuid":"12496b12-21c2-40de-bb10-ce45d852cf73","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\":' '\"edeb32ac-6843-4c07-b7cc-957468d2ac48\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:20:31.925Z\",\n' '\"sha256\":' '\"86a73020d1a5773057af5c69079d6706cb12e6b8db86f1f0637b42189b7c1a84\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e14a3001864f087223522f23e0f90bf0144a2bf2\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5905c8c3fc8363e6be603676c29a13c9c0bbabca\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.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-03-R-macosx-cocoa-aarch64-12088722179540912403.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5905c8c3fc8363e6be603676c29a13c9c0bbabca\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +408+ STATUS=COMPLETE +408+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ [[ 200 == \5\0\3 ]] +408+ [[ 200 == \5\0\2 ]] +408+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +408+ break +408+ rm eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg +408+ curl -JO https://cbi.eclipse.org/macos/xcrun/12496b12-21c2-40de-bb10-ce45d852cf73/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 20.4M 0 20.4M 0 0 45.2M 0 --:--:-- --:--:-- --:--:-- 45.1M 100 392M 0 392M 0 0 83.7M 0 --:--:-- 0:00:04 --:--:-- 83.7M 100 433M 0 433M 0 0 78.1M 0 --:--:-- 0:00:05 --:--:-- 77.6M curl: Saved to filename 'eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg' +554+ cp -vf eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg 100 65.4M 0 65.4M 0 0 45.0M 0 --:--:-- 0:00:01 --:--:-- 45.0M'eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg' ++554+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg +554+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++554+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg +554+ b=eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg +554+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +554+ md5sum eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg 100 137M 0 137M 0 0 56.0M 0 --:--:-- 0:00:02 --:--:-- 56.0M+554+ sha1sum eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg 100 233M 0 233M 0 0 67.4M 0 --:--:-- 0:00:03 --:--:-- 67.4M+554+ sha512sum -b eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg 100 319M 0 319M 0 0 71.6M 0 --:--:-- 0:00:04 --:--:-- 71.6M+554+ rm eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +554+ rm -f eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +554+ rm -f eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +554+ rm -f eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 395M 0 395M 0 0 75.5M 0 --:--:-- 0:00:05 --:--:-- 78.4M curl: Saved to filename 'eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg' +408+ cp -vf eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg 'eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg' ++408+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg +408+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++408+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg +408+ b=eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg +408+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +408+ md5sum eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg +408+ sha1sum eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg +408+ sha512sum -b eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg +408+ rm eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +408+ rm -f eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +408+ rm -f eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +408+ rm -f eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1040+ jq -r .notarizationStatus.status +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++334+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/status +334+ RESPONSE_RAW='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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\": \"cb1df897-2154-4249-85e8-6e261ee5733a\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg\",\n \"uploadDate\": \"2024-03-07T19:20:29.945Z\",\n \"sha256\": \"09d852412650c94497f42e8c466b3965c6e94d4d4859bebf869f55f7e8459049\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75ec5b6bed39ca2e5566b123717b318bb82f93c1\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f40488df8d2496fea059341051549c224f2ec6c9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f40488df8d2496fea059341051549c224f2ec6c9\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++334+ head -n1 +334+ RESPONSE='{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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\": \"cb1df897-2154-4249-85e8-6e261ee5733a\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg\",\n \"uploadDate\": \"2024-03-07T19:20:29.945Z\",\n \"sha256\": \"09d852412650c94497f42e8c466b3965c6e94d4d4859bebf869f55f7e8459049\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75ec5b6bed39ca2e5566b123717b318bb82f93c1\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f40488df8d2496fea059341051549c224f2ec6c9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f40488df8d2496fea059341051549c224f2ec6c9\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++334+ tail -n1 +334+ STATUS_CODE=200 ++334+ jq -r .notarizationStatus.status ++334+ echo '{"uuid":"df813faa-4ffa-488c-b736-a295ab0bba20","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\":' '\"cb1df897-2154-4249-85e8-6e261ee5733a\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:20:29.945Z\",\n' '\"sha256\":' '\"09d852412650c94497f42e8c466b3965c6e94d4d4859bebf869f55f7e8459049\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75ec5b6bed39ca2e5566b123717b318bb82f93c1\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f40488df8d2496fea059341051549c224f2ec6c9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.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-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-aarch64-17894836810078786213.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f40488df8d2496fea059341051549c224f2ec6c9\",\n' '\"arch\":' '\"arm64\"\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-dsl-2024-03-R-macosx-cocoa-aarch64.dmg +334+ curl -JO https://cbi.eclipse.org/macos/xcrun/df813faa-4ffa-488c-b736-a295ab0bba20/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.3M 0 62.3M 0 0 86.6M 0 --:--:-- --:--:-- --:--:-- 86.5M 100 124M 0 124M 0 0 72.7M 0 --:--:-- 0:00:01 --:--:-- 72.7M 100 219M 0 219M 0 0 75.4M 0 --:--:-- 0:00:02 --:--:-- 75.4M 100 241M 0 241M 0 0 64.0M 0 --:--:-- 0:00:03 --:--:-- 64.0M 100 329M 0 329M 0 0 69.9M 0 --:--:-- 0:00:04 --:--:-- 69.9M 100 420M 0 420M 0 0 73.6M 0 --:--:-- 0:00:05 --:--:-- 71.7M 100 490M 0 490M 0 0 73.8M 0 --:--:-- 0:00:06 --:--:-- 74.2M curl: Saved to filename 'eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg' +334+ cp -vf eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg 'eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg' ++334+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg +334+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++334+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg +334+ b=eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg +334+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +334+ md5sum eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg +334+ sha1sum eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg +334+ sha512sum -b eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg +334+ rm eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +334+ rm -f eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +334+ rm -f eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +334+ rm -f eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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+ jq -r .notarizationStatus.status ++226+ echo '{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +226+ STATUS=IN_PROGRESS +226+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +226+ sleep 1m ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ jq -r .notarizationStatus.status ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +1040+ STATUS=IN_PROGRESS +1040+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++906+ jq -r .notarizationStatus.status +906+ STATUS=IN_PROGRESS +906+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ sleep 1m ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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":"3608e9b8-3466-478d-bab9-d3c051e42349","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 ++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status +606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++606+ jq -r .notarizationStatus.status +606+ STATUS=IN_PROGRESS +606+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ sleep 1m ++1040+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/status +1040+ RESPONSE_RAW='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","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\": \"6d6b6d97-9dc2-46ae-8c7b-5327639e6bbc\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg\",\n \"uploadDate\": \"2024-03-07T19:24:15.488Z\",\n \"sha256\": \"b8b825c7710f37b55ef1ceeb88947f075a5d5a55c0aeeceb2b094cfaae2877ea\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f6b2a57757f82e3892cd137cd6a5c4e97f4add2\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5b483c14874a77cfd90685c200cd14ac030fb60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5b483c14874a77cfd90685c200cd14ac030fb60\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++1040+ head -n1 +1040+ RESPONSE='{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","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\": \"6d6b6d97-9dc2-46ae-8c7b-5327639e6bbc\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg\",\n \"uploadDate\": \"2024-03-07T19:24:15.488Z\",\n \"sha256\": \"b8b825c7710f37b55ef1ceeb88947f075a5d5a55c0aeeceb2b094cfaae2877ea\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f6b2a57757f82e3892cd137cd6a5c4e97f4add2\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5b483c14874a77cfd90685c200cd14ac030fb60\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d5b483c14874a77cfd90685c200cd14ac030fb60\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++1040+ tail -n1 +1040+ STATUS_CODE=200 ++1040+ jq -r .notarizationStatus.status ++1040+ echo '{"uuid":"86696425-1509-48d0-9af4-3c2d75db23fd","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\":' '\"6d6b6d97-9dc2-46ae-8c7b-5327639e6bbc\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:24:15.488Z\",\n' '\"sha256\":' '\"b8b825c7710f37b55ef1ceeb88947f075a5d5a55c0aeeceb2b094cfaae2877ea\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f6b2a57757f82e3892cd137cd6a5c4e97f4add2\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5b483c14874a77cfd90685c200cd14ac030fb60\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"27617bb822b62a2be3e4ae4212773419f9007098\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.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-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-R-macosx-cocoa-x86_64-8810833275661498857.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d5b483c14874a77cfd90685c200cd14ac030fb60\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +1040+ STATUS=COMPLETE +1040+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +1040+ [[ 200 == \5\0\3 ]] +1040+ [[ 200 == \5\0\2 ]] +1040+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +1040+ break +1040+ rm eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg +1040+ curl -JO https://cbi.eclipse.org/macos/xcrun/86696425-1509-48d0-9af4-3c2d75db23fd/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.7M 0 29.7M 0 0 75.3M 0 --:--:-- --:--:-- --:--:-- 75.3M 100 122M 0 122M 0 0 88.0M 0 --:--:-- 0:00:01 --:--:-- 87.9M 100 211M 0 211M 0 0 88.5M 0 --:--:-- 0:00:02 --:--:-- 88.4M 100 305M 0 305M 0 0 89.9M 0 --:--:-- 0:00:03 --:--:-- 89.9M 100 390M 0 390M 0 0 88.8M 0 --:--:-- 0:00:04 --:--:-- 88.8M 100 394M 0 394M 0 0 88.6M 0 --:--:-- 0:00:04 --:--:-- 89.9M curl: Saved to filename 'eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg' +1040+ cp -vf eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg 'eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg' ++1040+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg +1040+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++1040+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg +1040+ b=eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg +1040+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +1040+ md5sum eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg +1040+ sha1sum eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg +1040+ sha512sum -b eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg +1040+ rm eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +1040+ rm -f eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +1040+ rm -f eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +1040+ rm -f eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++906+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/status +906+ RESPONSE_RAW='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","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\": \"bc526992-5e27-43ec-ae52-39ec5f4cb23c\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg\",\n \"uploadDate\": \"2024-03-07T19:23:31.264Z\",\n \"sha256\": \"5f48c097198a51ba78f603fd94bee5d70455696e7bb69a1c9cd2029c48cb8164\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"32cb37277cfae1112401606fdb8fa3b1a7dcde6a\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fc7e2e822467e1dc96665b6da032dd2b79decae\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fc7e2e822467e1dc96665b6da032dd2b79decae\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++906+ head -n1 +906+ RESPONSE='{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","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\": \"bc526992-5e27-43ec-ae52-39ec5f4cb23c\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg\",\n \"uploadDate\": \"2024-03-07T19:23:31.264Z\",\n \"sha256\": \"5f48c097198a51ba78f603fd94bee5d70455696e7bb69a1c9cd2029c48cb8164\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"32cb37277cfae1112401606fdb8fa3b1a7dcde6a\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fc7e2e822467e1dc96665b6da032dd2b79decae\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6fc7e2e822467e1dc96665b6da032dd2b79decae\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++906+ tail -n1 +906+ STATUS_CODE=200 ++906+ jq -r .notarizationStatus.status ++906+ echo '{"uuid":"186005cc-7210-4485-962c-ef1837ced34e","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\":' '\"bc526992-5e27-43ec-ae52-39ec5f4cb23c\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:23:31.264Z\",\n' '\"sha256\":' '\"5f48c097198a51ba78f603fd94bee5d70455696e7bb69a1c9cd2029c48cb8164\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"32cb37277cfae1112401606fdb8fa3b1a7dcde6a\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6fc7e2e822467e1dc96665b6da032dd2b79decae\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"27617bb822b62a2be3e4ae4212773419f9007098\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.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-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-R-macosx-cocoa-x86_64-12394359839342271872.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6fc7e2e822467e1dc96665b6da032dd2b79decae\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +906+ STATUS=COMPLETE +906+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +906+ [[ 200 == \5\0\3 ]] +906+ [[ 200 == \5\0\2 ]] +906+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +906+ break +906+ rm eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg +906+ curl -JO https://cbi.eclipse.org/macos/xcrun/186005cc-7210-4485-962c-ef1837ced34e/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 2874k 0 2874k 0 0 53.9M 0 --:--:-- --:--:-- --:--:-- 52.9M 100 97.7M 0 97.7M 0 0 92.8M 0 --:--:-- 0:00:01 --:--:-- 92.8M 100 198M 0 198M 0 0 96.4M 0 --:--:-- 0:00:02 --:--:-- 96.4M 100 289M 0 289M 0 0 94.8M 0 --:--:-- 0:00:03 --:--:-- 94.7M 100 382M 0 382M 0 0 94.4M 0 --:--:-- 0:00:04 --:--:-- 94.3M 100 482M 0 482M 0 0 95.5M 0 --:--:-- 0:00:05 --:--:-- 95.9M 100 491M 0 491M 0 0 95.5M 0 --:--:-- 0:00:05 --:--:-- 96.2M curl: Saved to filename 'eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg' +906+ cp -vf eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg 'eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg' ++906+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg +906+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++906+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg +906+ b=eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg +906+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +906+ md5sum eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg +906+ sha1sum eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +906+ sha512sum -b eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++270+ jq -r .notarizationStatus.status +270+ STATUS=IN_PROGRESS +270+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ sleep 1m +906+ rm eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +906+ rm -f eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +906+ rm -f eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +906+ rm -f eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++226+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/status +226+ RESPONSE_RAW='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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\": \"1a817f85-29a5-459d-a805-493669408d07\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg\",\n \"uploadDate\": \"2024-03-07T19:19:34.450Z\",\n \"sha256\": \"ee6b8b2c3e7d9ac224ba0c79532fef8cc94deb996f47c098f299944a5ec5f3bc\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"763726f8bef003003889b8ef82a8122fe23a9638\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0301489ab34bc60ccb471298c6e42daadce6cad7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0301489ab34bc60ccb471298c6e42daadce6cad7\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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' ++226+ head -n1 +226+ RESPONSE='{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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\": \"1a817f85-29a5-459d-a805-493669408d07\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg\",\n \"uploadDate\": \"2024-03-07T19:19:34.450Z\",\n \"sha256\": \"ee6b8b2c3e7d9ac224ba0c79532fef8cc94deb996f47c098f299944a5ec5f3bc\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"763726f8bef003003889b8ef82a8122fe23a9638\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0301489ab34bc60ccb471298c6e42daadce6cad7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0301489ab34bc60ccb471298c6e42daadce6cad7\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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"}}' ++226+ tail -n1 +226+ STATUS_CODE=200 ++226+ jq -r .notarizationStatus.status ++226+ echo '{"uuid":"3608e9b8-3466-478d-bab9-d3c051e42349","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\":' '\"1a817f85-29a5-459d-a805-493669408d07\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:19:34.450Z\",\n' '\"sha256\":' '\"ee6b8b2c3e7d9ac224ba0c79532fef8cc94deb996f47c098f299944a5ec5f3bc\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"763726f8bef003003889b8ef82a8122fe23a9638\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0301489ab34bc60ccb471298c6e42daadce6cad7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0301489ab34bc60ccb471298c6e42daadce6cad7\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' '[\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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-03-R-macosx-cocoa-aarch64-1046949929119356583.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"}}' +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-jee-2024-03-R-macosx-cocoa-aarch64.dmg +226+ curl -JO https://cbi.eclipse.org/macos/xcrun/3608e9b8-3466-478d-bab9-d3c051e42349/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++606+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/status 100 17.2M 0 17.2M 0 0 83.4M 0 --:--:-- --:--:-- --:--:-- 83.0M+606+ RESPONSE_RAW='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","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\": \"948339bb-80b2-42b4-ba07-6e5e1f0b6048\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg\",\n \"uploadDate\": \"2024-03-07T19:22:21.496Z\",\n \"sha256\": \"2ef1e90e8ec603ed9f0a3cbb45eee9fb274b1f273fed0fbe44eaddf3ae0375aa\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a635785b71e937dab23f8ee2010a5e2b1a001c6c\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7d16886f5f161b1a023761caebe3c442fcb9d57b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7d16886f5f161b1a023761caebe3c442fcb9d57b\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++606+ head -n1 +606+ RESPONSE='{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","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\": \"948339bb-80b2-42b4-ba07-6e5e1f0b6048\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg\",\n \"uploadDate\": \"2024-03-07T19:22:21.496Z\",\n \"sha256\": \"2ef1e90e8ec603ed9f0a3cbb45eee9fb274b1f273fed0fbe44eaddf3ae0375aa\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a635785b71e937dab23f8ee2010a5e2b1a001c6c\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7d16886f5f161b1a023761caebe3c442fcb9d57b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7d16886f5f161b1a023761caebe3c442fcb9d57b\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++606+ tail -n1 +606+ STATUS_CODE=200 ++606+ jq -r .notarizationStatus.status ++606+ echo '{"uuid":"7f4c7baf-e59f-4b0f-adba-60f851e1ed8b","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\":' '\"948339bb-80b2-42b4-ba07-6e5e1f0b6048\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:22:21.496Z\",\n' '\"sha256\":' '\"2ef1e90e8ec603ed9f0a3cbb45eee9fb274b1f273fed0fbe44eaddf3ae0375aa\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a635785b71e937dab23f8ee2010a5e2b1a001c6c\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7d16886f5f161b1a023761caebe3c442fcb9d57b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"27617bb822b62a2be3e4ae4212773419f9007098\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.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-03-R-macosx-cocoa-x86_64-18134028157320787502.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7d16886f5f161b1a023761caebe3c442fcb9d57b\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +606+ STATUS=COMPLETE +606+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +606+ [[ 200 == \5\0\3 ]] +606+ [[ 200 == \5\0\2 ]] +606+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +606+ break +606+ rm eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg +606+ curl -JO https://cbi.eclipse.org/macos/xcrun/7f4c7baf-e59f-4b0f-adba-60f851e1ed8b/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 26.2M 0 26.2M 0 0 28.1M 0 --:--:-- --:--:-- --:--:-- 28.0M 100 89.4M 0 89.4M 0 0 74.1M 0 --:--:-- 0:00:01 --:--:-- 74.0M 100 54.7M 0 54.7M 0 0 28.3M 0 --:--:-- 0:00:01 --:--:-- 28.2M 100 149M 0 149M 0 0 67.9M 0 --:--:-- 0:00:02 --:--:-- 67.8M 100 81.5M 0 81.5M 0 0 27.7M 0 --:--:-- 0 100 208M:00:02 --:--:-- 27.7M 0 208M 0 0 65.1M 0 --:--:-- 0:00:03 --:--:-- 65.1M 100 256M 0 256M 0 0 61.0M 0 --:--:-- 0:00:04 --:--:-- 61.0M 100 97.5M 0 97.5M 0 0 24.8M 0 --:--:-- 0:00:03 --:--:-- 24.7M 100 12 100 312M2M 0 122M 0 0 24.8M 0 --:--:-- 0:00:04 0 312M 0 0 --: 60--:-- 24.8M.0M 0 --:--:-- 0:00:05 --:--:-- 59.0M 100 364M 0 364M 0 0 58.7M 0 --:--:-- 0:00:06 --:--:-- 55.0M 100 153M 0 153M 0 0 25.8M 0 --:--:-- 0:00:05 --:--:-- 25.3M 100 428M 0 428M 0 0 59.4M 0 --:--:-- 0:00:07 --:--:-- 55.6M 100 173M 0 173M 0 0 24.9M 0 --:--:-- 0:00:06 --:--:-- 23.6M 100 204M 0 204M 0 0 25.7M 0 --:--:-- 0:00:07 --:--:-- 24.5M 100 486M 0 486M 0 0 59.2M 0 --:--:-- 0:00:08 --:--:-- 55.5M 100 528M 0 528M 0 0 59.6M 0 --:--:-- 0:00:08 --:--:-- 58.3M curl: Saved to filename 'eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg' +226+ cp -vf eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg 100 249M 0 249M 0 0 27.9M 0 --:--:-- 0:00:08 --:--:-- 30.3M'eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg' ++226+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg +226+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++226+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg +226+ b=eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg +226+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +226+ md5sum eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg 100 326M 0 326M 0 0 32.8M 0 --:--:-- 0:00:09 --:--:-- 40.6M+226+ sha1sum eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg 100 395M 0 395M 0 0 36.1M 0 --:--:-- 0:00:10 --:--:-- 48.4M+226+ sha512sum -b eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg 100 447M 0 447M 0 0 37.5M 0 --:--:-- 0:00:11 --:--:-- 54.9M 100 510M 0 510M 0 0 40.0M 0 --:--:-- 0:00:12 --:--:-- 63.5M curl: Saved to filename 'eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg' +606+ cp -vf eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg +226+ rm eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +226+ rm -f eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +226+ rm -f eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +226+ rm -f eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 'eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg' ++606+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg +606+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++606+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg +606+ b=eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg +606+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +606+ md5sum eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg +606+ sha1sum eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg +606+ sha512sum -b eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg +606+ rm eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +606+ rm -f eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +606+ rm -f eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +606+ rm -f eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++270+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/status +270+ RESPONSE_RAW='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","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\": \"279cce95-fe8f-4492-a708-8f16da890b65\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg\",\n \"uploadDate\": \"2024-03-07T19:19:33.747Z\",\n \"sha256\": \"0f383b95ba612f5262771c7881286266472a14381a2c707bc68a82141a78e6f1\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e55bb9ea1235492cf782aa364ac6f9242e13849e\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5aae62135d9027c799a383438b5e82c2c70aed4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5aae62135d9027c799a383438b5e82c2c70aed4\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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' ++270+ head -n1 +270+ RESPONSE='{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","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\": \"279cce95-fe8f-4492-a708-8f16da890b65\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg\",\n \"uploadDate\": \"2024-03-07T19:19:33.747Z\",\n \"sha256\": \"0f383b95ba612f5262771c7881286266472a14381a2c707bc68a82141a78e6f1\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e55bb9ea1235492cf782aa364ac6f9242e13849e\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5aae62135d9027c799a383438b5e82c2c70aed4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f5aae62135d9027c799a383438b5e82c2c70aed4\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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"}}' ++270+ tail -n1 +270+ STATUS_CODE=200 ++270+ jq -r .notarizationStatus.status ++270+ echo '{"uuid":"3791b5b1-ad1b-42ea-939d-391912bc5bf8","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\":' '\"279cce95-fe8f-4492-a708-8f16da890b65\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:19:33.747Z\",\n' '\"sha256\":' '\"0f383b95ba612f5262771c7881286266472a14381a2c707bc68a82141a78e6f1\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e55bb9ea1235492cf782aa364ac6f9242e13849e\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f5aae62135d9027c799a383438b5e82c2c70aed4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"27617bb822b62a2be3e4ae4212773419f9007098\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f5aae62135d9027c799a383438b5e82c2c70aed4\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' '[\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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-03-R-macosx-cocoa-x86_64-4703858990276196660.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"}}' +270+ STATUS=COMPLETE +270+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +270+ [[ 200 == \5\0\3 ]] +270+ [[ 200 == \5\0\2 ]] +270+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +270+ break +270+ rm eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg +270+ curl -JO https://cbi.eclipse.org/macos/xcrun/3791b5b1-ad1b-42ea-939d-391912bc5bf8/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 31.5M 0 31.5M 0 0 96.8M 0 --:--:-- --:--:-- --:--:-- 96.5M 100 111M 0 111M 0 0 84.1M 0 --:--:-- 0:00:01 --:--:-- 84.0M 100 182M 0 182M 0 0 78.3M 0 --:--:-- 0:00:02 --:--:-- 78.3M 100 284M 0 284M 0 0 85.5M 0 --:--:-- 0:00:03 --:--:-- 85.5M 100 380M 0 380M 0 0 87.8M 0 --:--:-- 0:00:04 --:--:-- 87.8M 100 470M 0 470M 0 0 88.2M 0 --:--:-- 0:00:05 --:--:-- 87.6M 100 530M 0 530M 0 0 89.3M 0 --:--:-- 0:00:05 --:--:-- 90.9M curl: Saved to filename 'eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg' +270+ cp -vf eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg 'eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg' ++270+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg +270+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++270+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg +270+ b=eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg +270+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +270+ md5sum eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg +270+ sha1sum eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg +270+ sha512sum -b eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg +270+ rm eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +270+ rm -f eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +270+ rm -f eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +270+ rm -f eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/status +782+ RESPONSE_RAW='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","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\": \"b0f4b779-047e-486f-9cce-2c38bc34c6ce\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg\",\n \"uploadDate\": \"2024-03-07T19:23:38.556Z\",\n \"sha256\": \"d2e2c695a27b87e8994ff2ddc4022c863b6919342af876d27f4ec9ebd8b74dfa\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aad16a910e308fd02afbd9722c45eb601a8ff75\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea3184753c8801c6eacf07e8fc1c2d7642d0cb2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea3184753c8801c6eacf07e8fc1c2d7642d0cb2\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","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\": \"b0f4b779-047e-486f-9cce-2c38bc34c6ce\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg\",\n \"uploadDate\": \"2024-03-07T19:23:38.556Z\",\n \"sha256\": \"d2e2c695a27b87e8994ff2ddc4022c863b6919342af876d27f4ec9ebd8b74dfa\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3aad16a910e308fd02afbd9722c45eb601a8ff75\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea3184753c8801c6eacf07e8fc1c2d7642d0cb2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9ea3184753c8801c6eacf07e8fc1c2d7642d0cb2\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ jq -r .notarizationStatus.status ++782+ echo '{"uuid":"7bd236da-1449-46e3-bdd8-b0866c91976b","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\":' '\"b0f4b779-047e-486f-9cce-2c38bc34c6ce\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:23:38.556Z\",\n' '\"sha256\":' '\"d2e2c695a27b87e8994ff2ddc4022c863b6919342af876d27f4ec9ebd8b74dfa\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3aad16a910e308fd02afbd9722c45eb601a8ff75\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ea3184753c8801c6eacf07e8fc1c2d7642d0cb2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da7d6bbd04656f01572f491756e8f0fe3a73d350\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be45f2ad95d0c18ca8fc26c9a8f63d94145651f4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1a9b1900d5fbd600a1d4f8c373056834de4f263b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.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-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-aarch64-12115870476092378604.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9ea3184753c8801c6eacf07e8fc1c2d7642d0cb2\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +782+ STATUS=COMPLETE +782+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ [[ 200 == \5\0\3 ]] +782+ [[ 200 == \5\0\2 ]] +782+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +782+ break +782+ rm eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg +782+ curl -JO https://cbi.eclipse.org/macos/xcrun/7bd236da-1449-46e3-bdd8-b0866c91976b/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.1M 0 18.1M 0 0 79.1M 0 --:--:-- --:--:-- --:--:-- 78.7M 100 107M 0 107M 0 0 87.1M 0 --:--:-- 0:00:01 --:--:-- 87.0M 100 199M 0 199M 0 0 89.2M 0 --:--:-- 0:00:02 --:--:-- 89.2M 100 295M 0 295M 0 0 91.4M 0 --:--:-- 0:00:03 --:--:-- 91.4M 100 381M 0 381M 0 0 90.0M 0 --:--:-- 0:00:04 --:--:-- 90.0M 100 468M 0 468M 0 0 89.4M 0 --:--:-- 0:00:05 --:--:-- 89.9M 100 560M 0 560M 0 0 89.8M 0 --:--:-- 0:00:06 --:--:-- 90.5M 100 598M 0 598M 0 0 89.5M 0 --:--:-- 0:00:06 --:--:-- 89.6M curl: Saved to filename 'eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg' +782+ cp -vf eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg 'eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg' ++782+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg +782+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++782+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg +782+ b=eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg +782+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +782+ md5sum eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg +782+ sha1sum eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg +782+ sha512sum -b eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg +782+ rm eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize +782+ rm -f eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.md5 +782+ rm -f eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +782+ rm -f eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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 ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/status +502+ RESPONSE_RAW='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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\": \"98b0dfbf-1e9b-4eac-a36b-6fa91c436251\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg\",\n \"uploadDate\": \"2024-03-07T19:22:05.228Z\",\n \"sha256\": \"52c62c7ea83e52324f084a56d6dd0843c7959400716f6ecc96fb5f006c0fd69d\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"50ea3da93178e57ab0d522450b5dcefab8eb50ce\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da82ab9b6cf651adc2cd9b77daa478c4ce509c07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da82ab9b6cf651adc2cd9b77daa478c4ce509c07\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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\": \"98b0dfbf-1e9b-4eac-a36b-6fa91c436251\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg\",\n \"uploadDate\": \"2024-03-07T19:22:05.228Z\",\n \"sha256\": \"52c62c7ea83e52324f084a56d6dd0843c7959400716f6ecc96fb5f006c0fd69d\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"50ea3da93178e57ab0d522450b5dcefab8eb50ce\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da82ab9b6cf651adc2cd9b77daa478c4ce509c07\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"27617bb822b62a2be3e4ae4212773419f9007098\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da82ab9b6cf651adc2cd9b77daa478c4ce509c07\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ jq -r .notarizationStatus.status ++502+ echo '{"uuid":"89d1dd94-ec2a-433d-a7a4-51c82532ad1e","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\":' '\"98b0dfbf-1e9b-4eac-a36b-6fa91c436251\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg\",\n' '\"uploadDate\":' '\"2024-03-07T19:22:05.228Z\",\n' '\"sha256\":' '\"52c62c7ea83e52324f084a56d6dd0843c7959400716f6ecc96fb5f006c0fd69d\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"50ea3da93178e57ab0d522450b5dcefab8eb50ce\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da82ab9b6cf651adc2cd9b77daa478c4ce509c07\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.31.0.20240307-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00fda142f82025ddc29a3ff87f899862c2236492\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-pi-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e491c185e701dfbea9a3f9d27367a791205ec70\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-awt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"27617bb822b62a2be3e4ae4212773419f9007098\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar/libswt-cocoa-4964r8.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f429d102733d47a9c8d0e34c4b6825aa17da5ee2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.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-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-R-macosx-cocoa-x86_64-290479518461302715.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da82ab9b6cf651adc2cd9b77daa478c4ce509c07\",\n' '\"arch\":' '\"x86_64\"\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-modeling-2024-03-R-macosx-cocoa-x86_64.dmg +502+ curl -JO https://cbi.eclipse.org/macos/xcrun/89d1dd94-ec2a-433d-a7a4-51c82532ad1e/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 60208 0 60208 0 0 2939k 0 --:--:-- --:--:-- --:--:-- 2939k 100 95.4M 0 95.4M 0 0 93.7M 0 --:--:-- 0:00:01 --:--:-- 93.6M 100 193M 0 193M 0 0 95.9M 0 --:--:-- 0:00:02 --:--:-- 95.8M 100 275M 0 275M 0 0 91.1M 0 --:--:-- 0:00:03 --:--:-- 91.1M 100 343M 0 343M 0 0 85.4M 0 --:--:-- 0:00:04 --:--:-- 85.4M 100 431M 0 431M 0 0 85.9M 0 --:--:-- 0:00:05 --:--:-- 86.2M 100 538M 0 538M 0 0 89.4M 0 --:--:-- 0:00:06 --:--:-- 88.5M 100 599M 0 599M 0 0 91.1M 0 --:--:-- 0:00:06 --:--:-- 89.0M curl: Saved to filename 'eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg' +502+ cp -vf eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg 'eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg' ++502+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg +502+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++502+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg +502+ b=eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg +502+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +502+ md5sum eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg +502+ sha1sum eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg +502+ sha512sum -b eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg +502+ rm eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize +502+ rm -f eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.md5 +502+ rm -f eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +502+ rm -f eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize.sha512 +134+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++134+ find eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 -name '*.dmg' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg.md5 eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg.sha1 eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-R-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg.md5 eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg.sha1 eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-R-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ popd ~/agent/workspace/notarize-downloads ++134+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +134+ [[ -n '' ]] $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 50 killed; [ssh-agent] Stopped. Archiving artifacts Finished: SUCCESS